| Thread | Last Post | Replies |
|
| Is it possible to control other application | 31 Oct 2004 18:05 GMT | 2 |
Is it possible to control any other application that already open? Please help, for example to control word application that open previously or manually. Regards,
|
| Scroll Lock | 29 Oct 2004 07:53 GMT | 2 |
How do I programatically turn on/of the scroll Lock Keyboard Light. I'v tried to turn off the light by: Dim keyarray(256) As Byte GetKeyboardState keyarray(0)
|
| MSComm control | 24 Oct 2004 22:40 GMT | 2 |
I have attendance scanning system which is connected to com2. How can i read data to my form control(textbox). I placed comm control, textbox 'Form_load event
|
| Unloading forms Problem | 23 Oct 2004 00:21 GMT | 18 |
I have just noticed a glitch in my code that I use to unload my application. My application uses a System tray icon in the bottom right corner of the screen. and I need to at any time allow the user to Exit the application if they choose.
|
| Registering DLL's | 22 Oct 2004 16:51 GMT | 2 |
I am having trouble getting a DLL file to install. Firstly I have followed the instructions in the help but I now get the following error so I think I must have done something wrong with the CLSID...
|
| Weird Icon Problem | 21 Oct 2004 14:05 GMT | 4 |
I have to support an ancient VB 6 app and have the following problem. The app was originally written in the days of NT 4. Recently it has been installed on a variety of machines using newer windows OS's. The problem was first noticed when the app was installed on an XP box. The ...
|
| i want to learn if the client machine is connect or disconnect? | 21 Oct 2004 10:22 GMT | 2 |
i want to learn if the client machine is online or offline,like the function of ping command on DOS... so like this: if control.ping ("192.168.x.x") is true
|
| using CDO | 21 Oct 2004 02:54 GMT | 3 |
I am trying to send email with attachment with VB6. I have been searching Google all day but can't find anything useful. Would someone point me to a page with some examples please? Thanks!
|
| Winsdows Installer ... | 19 Oct 2004 16:54 GMT | 2 |
I have Visual studio 6 installed in my machine. As of a few days ago, whenever, I try to open VB6... the windows installer for Visual Foxpro 8 pops up. I keep cancelling few times and I am fine using VB until I close the session and restart it again.
|
| through VB code ?? | 19 Oct 2004 13:10 GMT | 5 |
Through VB code, is it possible that I trigger any application on any other machine on a LAN ? like how would i go if i am sitting on machine-A and i want to trigger an application on machine-B from machine-A?
|
| Errors when installed on new machine | 16 Oct 2004 20:35 GMT | 3 |
I have a software program that uses a DLL, and two OCX's that I have also written. Software is called Dynamic Response (www.presspley.com) When I am developing in VB6 I use SourceSafe (which causes me the noraml problems of failed to load project etc all the time) and have
|
| How to Retrieve CLOB with ADODB Command Parameter (StoredProc), NOT by a Select statement | 15 Oct 2004 19:45 GMT | 4 |
I am calling an Oracle StoredProc that returns a CLOB data type value as an output parameter. What parameter data type should I use?
>> I tried adLongVarChar and adVarChar with the sizes 1000, 32000, 1000000 and they all fail. Size of returned value will exceed 50k.
|
| Generic Camer / Webcam | 15 Oct 2004 11:52 GMT | 2 |
Can anyone please tell me how to use a webcam on a form. I have done an app that uses a webcam, but I have used the drivers for that webcam. Now I need to use a different camera on a different site and obviously will have to reprogram for those drivers.
|
| REQ: Regular expressions and large binary files (VB6) | 14 Oct 2004 19:53 GMT | 9 |
I'd like to use regular expression to search through binary files. Now i'am reading the whole file into a string and then use the regular expression search. But i think that this isn't the best way to do this.
|
| VB6: Getting a "Microsoft OLE DB Provider for SQL Server" error message, and cannot figure out why | 14 Oct 2004 13:33 GMT | 12 |
We wrote a couple of VB6 applications which have been in use for several years now. We have several external customers who dial into our network and use those applications. In order to use our apps, they have to have an account on our Active Directory 2000 network and log into ...
|