| Thread | Last Post | Replies |
|
| select listbox item based on match found in table | 31 Aug 2008 17:41 GMT | 1 |
I need to select (highlight) a listbox item that matches a record in a table. For instance: if the user chooses to go to the first record in the table and one of the records in that table is a customer name, then I want the corresponding customer name in the listbox to be
|
| retrieving time using Format() | 30 Aug 2008 09:41 GMT | 10 |
This works: Format(Time, "h") Format(Time, "ss") Format(Time, "AMPM")
|
| SQL SERVER, VB.NET,ASP.NET Optimization Techniques | 29 Aug 2008 14:41 GMT | 1 |
dotnet http://www.interviewdoor.com/interviewforum/index.php?c=5 VB.NET Interview Questions And Real Time Discussions http://www.interviewdoor.com/interviewforum/viewforum.php?f=25
|
| To close a Word doc? | 28 Aug 2008 23:22 GMT | 3 |
I have a VB6 app that opens a Word doc (Word 2000) and set the focus to the doc. For ease of use while using this program, I wanted to be able to close the doc with a single-key input. Word already has CTRL +W and CTRL+F4, but it would be easier to use just one single key. I
|
| Creating a DLL or COM object for third party developer | 28 Aug 2008 22:01 GMT | 11 |
A third party developer asked me if I can create a DLL so that his application could talk directly to mine. This dll, as he said, should return some variables or array of variables that are used in my application at a current time.
|
| Multimedia MCI Control | 28 Aug 2008 19:19 GMT | 1 |
Does anybody know how can I use the Multimedia Control in Visual Basic 6.0 Professional Edition in order to create a program which can play Audio CDs (like Windows Media Player)? If yes, please answer at avras1890@hotmail.com. Thanks!
|
| TextBox Update Problem | 28 Aug 2008 18:20 GMT | 8 |
I’m new to VB and need some help. 1st: I’m I posting to the correct group? 2nd: I have a small VB Form Program to do batch process for converting files in ArcGIS. The processing works well but I need to
|
| VB/ASP.net and/or Microsoft Visual Studio 2005 application development tools and documented familiarity with use of Sheridan Grids | 28 Aug 2008 15:57 GMT | 2 |
Palladian Consulting is seeking a VB/ASP.net and/or Microsoft Visual Studio 2005 Programmer Analyst for the following contract opportunity in Albany NY. Contract is for 18 months and annually renewed .The start date is
|
| Opening Word doc, but it doesn't have focus?? | 28 Aug 2008 14:56 GMT | 2 |
I am a very novice VB programmer, though I've done a fair bit with Word and Excel macros. I'm using VB 6 (SP5) Learning Edition. The end result of my code opens a Word 2000 document. When the doc opens, the VB form is hidden and a Timer starts - if the Word doc is
|
| HTTP File uploading with Winsock.. | 28 Aug 2008 08:21 GMT | 1 |
Hi.. I would like to upload binary file to my web server ( apache based).. I succeeded to upload text file to web server.. But whenever I try to upload with binary files ( like as gif, jpg, zip ..) ,
|
| App.Path in OCX | 28 Aug 2008 02:41 GMT | 24 |
I need to know where my executable was loaded from (to get at some locally stored files) from within an OCX. However, App.Path command returns the path of the OCX rather than the executable. Is there some way to get at the executable path?
|
| Array of Constants | 28 Aug 2008 00:36 GMT | 35 |
VB6 is there a way to create an array of constants? e.g. Const cTimeFactor(0) as long = 60
|
| Localization of our apps? | 28 Aug 2008 00:33 GMT | 8 |
Just wondering if anyone knows of a 3rd party (or built in?) way to localize my interface? Ideally it would be great to allow the user to switch to any language our localization supports. I could roll my own I guess but wow, what a pain.
|
| Adodc File Error | 27 Aug 2008 19:33 GMT | 6 |
Those that help on a regular basis will know this, but to try and explain I will say it again. I have created my first full project and have used Inno for the first time to create a distributable package but I still have a problem.
|
| Size On Disk | 27 Aug 2008 19:02 GMT | 12 |
VB6 How do I get a file's "size on disk"? (not file size)
|