| Thread | Last Post | Replies |
|
| Error codes 398 & 440 | 09 May 2006 20:31 GMT | 2 |
In a program that has been running for over three years I was going to make a change, but in some procedures I started to get the error message 398 (Client Site not available) , then after clicking on OK get the error message 4040 (Automation Error). I click on OK and again I ...
|
| Outlook and vb6 | 09 May 2006 20:22 GMT | 2 |
Does anyone know if outlook may be used with vb6? We have an application that was developed with vb6 and are not expected to upgrade in the near future. However, we would like, if possible, use outlook.
|
| passing data acquisition from c .dll to vb | 09 May 2006 16:20 GMT | 6 |
I am trying to figure out what the best way to pass data between a DLL build in VC to a VB display form. The trick is that the dll is doing fast bursts of data acquisition, so having each string of data passed through one by one all the time would be too slow. I need to be able to
|
| Downloading from the Net w/ progression bar? | 09 May 2006 16:19 GMT | 2 |
I'd like to add WinVNC to our apps so that users only have to click on a Support button for WinVNC to connect to a support host on our network, and have us help them over the Net. The problem I'm having is that, in case winvnc.exe is not already in
|
| simplest way to record from mic to .wav? | 09 May 2006 15:58 GMT | 1 |
I need to be able to do some simple work recording from the microphone on any PC. Just want to start recording, pause, stop, save and playback - using my own buttons. Seems to be lots of info on playing back with mci, but recoding now well covered. Any offers?
|
| autocomplete datacombo | 09 May 2006 15:30 GMT | 1 |
IS ANYONE KNOW , HOW TO MAKE DATACOMBO WITH AUTOREPAT? I AM SUCCEEDING TO MAKE IT AUTOCOMPLETE BUT TO MAKE IT WORK AFTER I WRITE A LETTER I SHOULD CLICK DOWN ARROW THANKS IN ADVANCED
|
| Which programming concept / solution to choose for my project ? | 09 May 2006 14:03 GMT | 1 |
I've started a new programming project, but I'm not quite sure where to start. I have to make a few design & programming decisions, but i don't know which solution fits best. Maybe someone can help:
|
| Using with | 09 May 2006 11:45 GMT | 97 |
MySub requires a listbox as an object MySub lstList1 How do I code it using a with statement With lstList1
|
| Name parsing routine | 09 May 2006 10:27 GMT | 25 |
I'm looking for some input on the best way to accomplish this. I have a data extract from Outlook that I'm parsing to go into a SQL table. I need to take a Full name and put it into 6 fields. PrimaryFirst, PrimaryMiddle, PrimaryLast, SecondaryFirst, SecondaryMiddle, SecondaryLast ...
|
| Print manager spooler | 09 May 2006 08:34 GMT | 3 |
Does anyone know if the Printer.KillDoc actually kills ALL pending documents in the print manager or just the current doc? I am looking for a way to Cancel ALL pending documents.
|
| Executing another exe from existing one | 09 May 2006 08:13 GMT | 7 |
im trying to execute an exe which takes two parameter as input file and output file but the problem is i dont know how to do this Please help..
|
| full screen button | 09 May 2006 08:03 GMT | 5 |
can anybody help me ....how can i make o button than when i click on him a picturebox goes full screen on a position chosen by me? I use visual basic 6 yhank you
|
| Check for internet connection On or Off | 09 May 2006 04:59 GMT | 1 |
i want to check whether is internet connection is on at the client side so that he can upload data. im not able to get solution for proxy authetication at client side. and if
|
| licensing a third party control | 08 May 2006 23:38 GMT | 2 |
I have posted this topic previously but still not able to find out any solution for this probelm. The scenario is like I am using a third party activeX Control in my project.
|
| VB6 / SQL Insert To SQL Server Table? | 08 May 2006 22:20 GMT | 4 |
Does anyone have a good example of hoe to INSERT a row/record into an existing SQL table? I can open my table and delete all the records but then I need to be able to INSERT new records, which I can't seem to figure out. My Open & Delete code looks like this:
|