| Thread | Last Post | Replies |
|
| Where is the error log? | 01 Sep 2004 09:39 GMT | 5 |
When VB has errors and shuts down, it creates an error log. Where is that log, and how do I read it to figure out what happened?
|
| How to build Resource File withoutRC.exe | 01 Sep 2004 09:22 GMT | 2 |
Hi.. I would like to build res file without RC.exe or VB Resource Editor.. Can someone give me any hints? TIA
|
| Problem with vbSendMail.dll | 01 Sep 2004 06:37 GMT | 1 |
I am using vbSendMail.dll in a VB6 program. It works but I have a problem. The following code is in the module containing the mail sending form of the program: Private WithEvents poSendMail As vbSendMail.clsSendMail
|
| Spy++ and what can I do with this classname? | 01 Sep 2004 03:41 GMT | 2 |
We've got an app we're developing, and we just had a requirement to add a certain 3rd party activeX control to it. Only problem is that we have impletemented a flat scrollbar look everywhere in our app, and this control does NOT have that look. I have used Spy++ and found that the ...
|
| Show *.* filename in Application TitleBar | 01 Sep 2004 02:53 GMT | 7 |
Am working on a project in where I want the open file's filename to show in the Application title bar like WordPad, Word etc.; ie: File123245.pub - Microsoft Publisher. My bonehead simple code currently is:
|