| Thread | Last Post | Replies |
|
| CDOSYS on Win2K3 64-Bit | 13 Jan 2005 15:39 GMT | 5 |
--- not sure where to post a VB6 64-Bit question --- Can a 32Bit VB6 app use the CDOSYS component when running on a 64Bit machine? I'm trying to send SMTP mail using CDOSYS from a 32bit compiled VB6 application. I'm developing the application on my Win2K 32 bit workstation,
|
| Winsock | 12 Jan 2005 21:17 GMT | 2 |
I am creating a Winsock client application that is sent information to log into a database from other clients connected to a server. The data packets come in many different formats, an example is given below, and are terminated by a vbCrLf character.
|
| Handle shutdown from dll to exe | 09 Jan 2005 14:38 GMT | 2 |
The following situation: I have an application (vb6) 1 exe with a few dll's. In this application i want to catch the shutdown and close my app in the right way. When i shutdown the system and in a dll a form is open then i get in the
|
| Get Login Time | 07 Jan 2005 11:58 GMT | 1 |
I want to develop a application that will send a login time to a database. Please let me know how to capture the login time as soon as the user logs in. I do not know which files keep track of these information on the server. As the I am not the administrator of the server, i may ...
|
| To UTC time | 06 Jan 2005 15:14 GMT | 3 |
I am facing a very small but irritating problem. Can u tell me what is the function in VB6 to convert Local Time to UTC time. When I search in internet all .net articles come up. Please help... Regards,
|
| Removing Checked List Items from Listbox ? | 02 Jan 2005 16:35 GMT | 2 |
How can I remove Checked List Items from Listbox ? I tried using :- for x=0 to list1.listcount -1 If list1.selected(x)=true then
|
| debugging program | 02 Jan 2005 15:02 GMT | 3 |
I have a program that I have to debug. The user input is via labels and a lot of checkpoints. I need also to document the result, the different selection pathes. Where can I find some examples?
|