| Thread | Last Post | Replies |
|
| Event Log Event Number | 12 Oct 2004 19:01 GMT | 1 |
FYI, I was having trouble writting to a custom event log when developming a VB.Net service. In my research I found that in order to write to a custom event log in a service the AutoLog property of the service has
|
| Why does application run 4 times longer from server? | 12 Oct 2004 15:05 GMT | 5 |
The application I have runs 4 times longer when the executable is mounted on a server than it takes if the same executable is mounted on the local PC. The data files it uses as well as input and output files do not change locations.
|
| The memory could not be "read". Application Crash?? | 11 Oct 2004 02:37 GMT | 36 |
I have a VB6 application I am developing that seems to be throwing up this error message and then crashing the program. The instruction at "0x77fcdf2a" reference memory at "0x00213408". The memory could not be "read".
|
| passing a variable as an attachment to outlook | 10 Oct 2004 16:56 GMT | 1 |
If I call myAttachments.add "c:\test\test.txt" this works fine txtAttachments = "c:\test\text.txt" myAttachments.Add txtAttachments object doesn't support this property
|
| Password Problem | 07 Oct 2004 20:01 GMT | 1 |
I've been using ADO for a few years now and now I need to simply open an access DB using DAO3.6 which has is password protected. set dbtemp = opendatabase("MyDB.MDB",False,False," ;pwd=mypass") I get an error about "cannot find...ISAM" something, something...
|
| Project still using VB6 | 06 Oct 2004 03:17 GMT | 4 |
I am wondering what kind of programs are you guys still working on with VB6? I want to switch to VB.NET but just don't have the time to invest in the new stuff(s). I am always in the "need-to-have-this-done-by-tomorrow" kinda situration
|
| Capture any key press in VB | 05 Oct 2004 13:00 GMT | 1 |
I have a VB project with only modules, and no forms or controls at all. Now in a loop within one of these modules, I want to check if a user presses any key, say "Esc" to run out of the loop. Can anyone suggest how can I trap the key press in a VB application ?
|
| Dir function | 04 Oct 2004 15:55 GMT | 4 |
When I execute the following code: If Dir(strFileName) = "" Or strFileName = "" Then FindFile = False End If
|
| How do i get integrated help | 04 Oct 2004 13:43 GMT | 4 |
I have written a VB6 application that I would like to include "What's this help" and standard F1 help. The F1 help should load up HTML help files. And the "?" help should just bring up a brief description of things. My question is how do I build the HTML help file. And then how do I
|
| Picturebox control issue | 03 Oct 2004 17:38 GMT | 2 |
I am using VB6. I understand that the picturebox control has a limit of 32,767 pixels for its width. But I require a larger width. Can it be long data type instead of the short integer it already is ?
|
| Converting Days to Months and Years | 03 Oct 2004 15:24 GMT | 4 |
Has anyone got an easily formula to convert the number of days to a value with years and months?? I've tried playing around, with DATEADD and DATEDIFF as suggested, but to no success.
|