| Thread | Last Post | Replies |
|
| Cannot add reference to DLL !! | 30 Sep 2004 14:48 GMT | 1 |
I am not able to add reference to a dll in my VB application. I have registered the file properly. Still... The error is : can't add reference to the specified file. Any ideas please ???
|
| How to retrieve web site addresses from the internet explorer | 30 Sep 2004 02:17 GMT | 1 |
Hi every one, I want to create a function that each time I open a new web site, it will retrieve to me the address of that site into a string. Thanks,
|
| Dates | 27 Sep 2004 16:47 GMT | 3 |
I read a Date value from a file. Depending on where in the world the file was created, the date value is different. So i try to run this function but the variable b is not convertable to a date value? How can I always be sure to be able to convert a date value from one regional ...
|
| Creating a program that runs each time the computer reboots | 26 Sep 2004 18:33 GMT | 2 |
Hi, everyone. I want to create a program, that when it runs it will write to the registry, and each time it will be re-run it will check the registry if it's not there it will again write to it.
|
| 24 September 2004, Image drawn with Circle/line methods of VB form do not get repaint when other window overlaps, VB 6.0 | 25 Sep 2004 04:19 GMT | 3 |
I am sorry, I could not understand where to post this question, so trying my luck in three disucssion groups, I developed a visual basic 6.0 application, it has form that shows a drawing. This drawing is simple can be drawn using circle and line
|
| Menu Restrict | 23 Sep 2004 15:17 GMT | 2 |
I want to restrict the default popup menu on any textbox in visual basic 6 default popup menu is cut, copy, paste ....
|
| MSComm Control | 23 Sep 2004 12:51 GMT | 3 |
I have on app using MSComm sending data to another app using MSComm. App 1 sends a file thats 19,163 bytes, outputBufferSize=LOF(hfile) App2 receives only 4,844 bytes. InputBufferSize=20,000 App 2 ONLY receives 4,844 bytes then stops receiving ??? Whats going on
|
| Data Report Problem | 22 Sep 2004 17:44 GMT | 1 |
Im trying to make a little application that makes labels and ive to use an A4 page to fully use the models. The problem ive got is that when i wanted to put a label or anything near the bottom of the page, it goes to the other page, or when it stays in the page far away from the ...
|
| MS data Grid | 21 Sep 2004 20:16 GMT | 2 |
How can I get a column to show a checkbox? -Lou
|
| VB app for MySQL backup files | 21 Sep 2004 01:30 GMT | 5 |
Has anybody got any pointers or examples on how I can create a VB app to connect to a remote MySQL server at a set time and backup a remote db to local file? Although a lot of the tools I have seen backup to a text script file, a more
|
| Iteration | 20 Sep 2004 22:41 GMT | 2 |
I want example with multi iteration program using visual basic 6. suppose i write one program having 10 item to execute at 5th position it call once again a different process which has another 10 steps in which may be call another, and after that execution of called
|
| MSHFlexGrid | 19 Sep 2004 02:29 GMT | 4 |
How do I set the lat row to always be highlighted/Selected. The grid is bound to a data source, after I set the ds I want the grid to automatically scroll to the last item in the list.
|
| Detecting Memory Leaks | 15 Sep 2004 20:21 GMT | 1 |
I have a VB6 application and would like to check if there are any memory leaks. I've always made sure that I destroy all objects after I've used them (both global and local) but would just like to make sure. Are there any utilities out there that can detect if there are any memory
|
| Dynamic Popup menu | 14 Sep 2004 01:51 GMT | 2 |
I have a custom calendar control like this: 1 2 3 4 5 6 7 8 9 10 Now, I would like to dynamically create a popup menu based on a database
|
| Logon UserID and Computername | 13 Sep 2004 18:43 GMT | 2 |
Is there some sample code showing how to obtain the Logon UserID from VB6 running on either a WIN98, W2000 or WINXP?
|