| Thread | Last Post | Replies |
|
| vbCtrlMask+vbShiftMask+vbKeyN (???) | 21 Apr 2005 10:13 GMT | 5 |
I'm experimenting with "Smart Menu XP" The following text places a script describing the hot key associated with a menu selection. vbCtrlMask + vbShiftMask, vbKeyN provides
|
| HelpContextID | 21 Apr 2005 09:53 GMT | 1 |
I created a simple chm file for my VB 6 application. It includes several htm files with some information. How do I link let's say a particular form to the topic (file) in help? As I understand I have to include some kind of anchor in my html with some
|
| HTML META tag | 21 Apr 2005 05:01 GMT | 5 |
I am transforming a XML document into a HTML document using the DomDocument's transformNode method. For some reason, this following line is added to the resulting document:
|
| CD-Rom drive Letter | 21 Apr 2005 04:39 GMT | 8 |
1- How can I write a code which finds out CD-Rom drive letter? 2- How can I use "Auto Insert Notification" in my program? I mean when somebody puts a CD in the drive, I want my program to do a special work. Thanks a lot
|
| Create Outlook Task | 21 Apr 2005 04:13 GMT | 1 |
I am trying to progamatically create tasks in Outlook using VB.Net. I am using the following code: **** Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
|
| SQL command for Office XP Access | 21 Apr 2005 00:46 GMT | 4 |
I want to translate my small VB application with SQL Server to a stand alone application with Office XP Access. I need to know SQL commands that run for Access. Could any one show me the link where I can get
|
| populate excel columns | 20 Apr 2005 23:45 GMT | 2 |
I'm exporting the result of a recordset into an excel sheet using the following. oConn.Open strconnection rst.Open ssql, oConn, adOpenForwardOnly, adLockReadOnly, adCmdText
|
| Kill Vb application if locked | 20 Apr 2005 23:39 GMT | 5 |
I have a vb application that runs of a windows 2000 server 24*7. Sometimes the application hangs and in that case I have to kill and re-start the application. Please let me know: 1. If it is possible to kill a visual basic app. in case it hangs/gets
|
| setsuspendstate | 20 Apr 2005 23:10 GMT | 3 |
I use the setsuspendstate code in one app on one machine and it works. On the new machine? Nope. Any ideas? <code> Private Declare Function SetSuspendState Lib "Powrprof" _
|
| Best Practice to avoid using End to terminate code | 20 Apr 2005 22:45 GMT | 19 |
I have a Form that has, for purposes of this question, two buttons. User clicks "Run" button to do the deed. I have a DoEvents in a critical loop to allow the user to click the "Cancel" button to terminate the deed.
|
| Getting IP addresses from URL using VB6 | 20 Apr 2005 22:22 GMT | 2 |
What VB6 code is used to obtain the IP address for a given URL? Thanks in Advance...
 Signature Timothy Casey GPEMC! >> 11950 is the number@fieldcraft.biz 2email
|
| Form lockout | 20 Apr 2005 21:42 GMT | 11 |
Hello all. I am experiencing an anoying problem. When my application is processing for a while, the OS determins that my program is unresponsive. my forms all go white instead of refreshing. I am actively updating info on the forms, but I am locked out, visually
|
| WINDOW CLASS in VB6 product | 20 Apr 2005 21:33 GMT | 1 |
i use an api function to obtain the window class of an app written with vb6. the result states VBa Window. Why the VBa part ? ALSO when i look at the ABOUT dialog at the bottom it provides the version and then it says VBA: retail
|
| Bitmaps problem with a program-please help! | 20 Apr 2005 21:19 GMT | 1 |
Hi, I can get my program (paradise poker) running, but i cant get to the table. here is the message that came up: Some bitmaps did not load... Unable to open table
|
| working with CDO on a webserver | 20 Apr 2005 20:39 GMT | 4 |
I have code which want to use my webserver's CDO to send mail. Is this possible, or should I use my local exchange server via CDO to do this? If so, how?
|