| Thread | Last Post | Replies |
|
| Dr. Watson "Access violoation" error | 28 Jun 2005 10:45 GMT | 3 |
I have a VB 6 application that uses TCP control to receives request from user and send strings to users. Users login and logout of the appl. often. Everytime after running the appl. for about 2 hours, the appl. just dies/terminates. I found out I got a Dr. Watson error (access ...
|
| Run-time error '5' when hiding form | 28 Jun 2005 09:36 GMT | 4 |
I have an application that has one form (form1) call another form (form2) modally and when a button on form2 was clicked, it set a public variable and called Me.Hide. This worked fine both in the VB IDE and as a compiled app until I installed
|
| Recommendations? | 28 Jun 2005 06:47 GMT | 3 |
Can some of you VB pros recommend some good magazine subscriptions that focus primarily on and around VB Classic? I used to subscribe to VBPJ but cannot find much reference to it any longer, much less where to resubscribe (did they go out of biz?).
|
| MsFlexGrid + Wheel Scroll | 28 Jun 2005 04:53 GMT | 5 |
Could someone please tell me if there is a way to get the mouse wheel scroll to work with MsFlexGrid ActiveX in VB6.0? Thanks.
|
| Can someone help with this Error? | 27 Jun 2005 19:40 GMT | 5 |
Hi to all. I have the following code in a VB app: **** CODE SNIPETT START Private Sub PostFile(strServer As String, strLocalFile As String, strURL As String, Optional strUser As String, Optional strPass As String)
|
| UnInstall Error | 27 Jun 2005 19:01 GMT | 1 |
When I tried to UnInstall the VB Application, I got the error "Could not open log file "D:\ST6UNST.log" How to solve this problem? Madhivanan
|
| Winsock | 27 Jun 2005 18:48 GMT | 2 |
I have created a very simple client/server application using winsock that works fine. I can send data from the client and receive it on the server. What I want to be able to do is send a request from the client, and have the server return some data. The server may have requests ...
|
| Authentication failed | 27 Jun 2005 18:45 GMT | 4 |
I have a VB6 app linked to a Access db which was working fine. However I had to do a format of my hard drive and a reinstall. Now the startup form of the app does not work. My error handler gives the following message Authentication failed -2147217843
|
| Reading a Boolean value | 27 Jun 2005 18:41 GMT | 6 |
I am trying to read a boolean value from a text file. The following code is resisting me. The text file contains two lines; the first line is the string 2006 and the second line is the word True. Searches of Google groups, MS Knowledge Base and Help
|
| Catch the "Paste" event in a textbox | 27 Jun 2005 17:41 GMT | 15 |
I would like to know if there is a way to catch the paste event in a textbox? The change event catches basic user input actions as well as the key press and mouse down... but what about the key combination for paste? Also... how would the right-click mouse button paste event ...
|
| Help with VBscript | 27 Jun 2005 17:07 GMT | 1 |
I've patched the script below together from three scripts that I use already, but it's failing on line 63 cahracter 1 with an Error 800A03EA msg. The script is supposed to read a line from the "serverfilesearch.txt" file, which has a list of locations to search: \\servername\d$, ...
|
| USB Ports | 27 Jun 2005 17:05 GMT | 1 |
I'm looking for a way to list all the USB ports on a machine in my application. It would also be useful if I could tell which ports had hardware plugged at that time. Thanks,
|
| Resolving IP Addresses | 27 Jun 2005 12:15 GMT | 2 |
I receive a log file from my router which contains IP addresses of sites visited. I want to write a little tool to parse the log file and try and put a name to the IP addresses. I've not used VB for any Web stuff so am wondering about how to do this.
|
| Using VB.NET in the Real World | 27 Jun 2005 10:20 GMT | 43 |
1. Is anybody building Stand-Alone Apps with VB.NET in the real world? 2. If using VB.NET, are you using the new functionalities of VB.NET or using VB 6.0 functionality? 3. How are you remembering all the VB.NET Syntax? I use to open my VB 6
|
| Question about installations | 27 Jun 2005 06:01 GMT | 8 |
I have put together a project which has been used by the enduser for a few years. A bug has been detected in the code, actually variable out of range, and I have corrected the code and now plan on recompiling it to send it back to the customer. My question is does the customer ...
|