| Thread | Last Post | Replies |
|
| App Shutdown Slooooow | 30 Apr 2007 23:41 GMT | 57 |
I have a Golf Handicap program that is very slow shutting down. I am using a hotkey with three different forms and am pretty sure that Unregistering the hotkey and Unhooking the form it where it is slowing down, but I don't know why.
|
| How to register dll and ocx | 30 Apr 2007 23:35 GMT | 15 |
I am VB developer and have domain user rights only. Have created some dll and ocx which has to be registered for testing. How do I install with the user level privileges? Please guide to overcome. Shanthi
|
| Why does VB | 30 Apr 2007 23:28 GMT | 30 |
clear the clipboard when it loads? This is annoying when copying some code from the web or somewhere else to test. I've done a google search and can't find anything. Is there any way to stop this? Thanks,
|
| Accurate time measurement | 30 Apr 2007 23:04 GMT | 7 |
Hello, im trying to find an api or function that i can use to accurately measure the time taken to do something. Like gettickcount but more precise Thanks for any help
|
| XML tags when customizing Office 07 ribbon with COM Add-in | 30 Apr 2007 19:10 GMT | 2 |
We have Office addins that were written in vb6 for Office 2000-2003. I am working on modifying them to include ribbon functionality for Office 2007. I have the code working in vb6 to add a new group for all my ribbon items, but I would like to place the buttons throughout the ...
|
| MsComm Object | 30 Apr 2007 19:08 GMT | 2 |
I am trying to add a scanner to an existing program which reads scales and adds production counts to various files. Shouldn't I be able to add the following code and expect the scanner to fill txtScan.Text with the Scanner info?
|
| Compare Two VB6 Projects | 30 Apr 2007 18:19 GMT | 4 |
I took my project on the road with me and made significant changes. Unfortunately I had also made some small changes on the original code on the server before I left and now i have two projects which are out of sync. Not by much but I was wondering if there was a program that
|
| Adding and Generating code?? | 30 Apr 2007 18:02 GMT | 7 |
At the moment I have 4 combo boxes each with different items in them. I can pick a item from a combo box on offer and add the typed quantity from 'txtQuantity' . However I don’t know how to do the following: - I need to add the text from ‘txtAddItem’ and add it to the
|
| RATIONAL ROSE + VB | 30 Apr 2007 16:38 GMT | 1 |
 Signature I study Systems and need help about RATIONAL ROSE + VB I have made a Project in Rational Rose and need to make a new VB Project with this.
|
| GUI / Console app in one | 30 Apr 2007 14:01 GMT | 2 |
I've written an app that has a GUI and acts as a console app for scripting. I've used editbin to do the bit flip trick and it works great in console mode, my app writes messages to the original console window. The problem is when I run it in GUI mode with a form, it opens a ...
|
| Adding Images to a CheckedListBox | 30 Apr 2007 09:58 GMT | 1 |
I have a project with a windows form containing a CheckedListBox. I would like to add an image before each item in the CheckedListBox (between the check box itself and the string describing the item). Is this possible? If not, is there any other structure I can use instead of a ...
|
| Vista problem accessing HKEY_LOCAL_MACHINE in registry | 30 Apr 2007 06:56 GMT | 9 |
I have a VB6 compiled program that installs and runs ok on all versions of from Windows Vista all the way back to Windows 95. It seems to run ok on Vista as well except for one curious thing. My program stores and reads values in the Windows Registry under the HKEY_LOCAL_MACHINE
|
| Two questions about multithreading | 30 Apr 2007 01:15 GMT | 11 |
If I execute sub test_f() below on a separate thread (by executing Command1_Click()) then the program will crash. It caused by API commands in the sub. But if I compile the program to P-Code, it will work.
|
| App not Ending | 30 Apr 2007 01:12 GMT | 12 |
I have an app which have the End command on the Terminate, Unload and QueryUnload event But when I close the app it still running on TaskMAnager Any ideas?
|
| File not loading properly | 29 Apr 2007 18:04 GMT | 4 |
i'm opening a text file that has over 1000 lines of text but when i load it, the program stops at 185 and says it is the end of the file. can someone please help mfile = FreeFile
|