| Thread | Last Post | Replies |
|
| Load Different Forms! | 02 Oct 2005 08:08 GMT | 4 |
I am making a calculator in VB6. When the calculator loads for the 1st time, it is in the "Standard" mode. Users can change it to the "Scientific" mode by going to the "View" menu & selecting the menu item "Scientific" (like the usual Windows calculator).
|
| ICON HELP???? | 02 Oct 2005 01:50 GMT | 5 |
Hi... I created a small little vb6 app... I just finished making a little icon for it. How do I assign the icon to my .exe?? I just want THIS exe to associate to
|
| Designer | 01 Oct 2005 23:12 GMT | 16 |
When I click "Add Data Environment" on project menu I get a "class not registered" message and no help is available. There is no problem when loading the Designer from components. Thanks
|
| VB6 to Word, saving as Word Perfect format? | 01 Oct 2005 22:21 GMT | 4 |
Is there a way to have VB6 create a Word document, and then save it in Word Perfect format? I need to create a WP document for a client (nothing fancy, just text) but I don't have WP. I know Word can save as a WP doc, but is it possible to automate this process from VB6?
|
| Kodak imaging controls | 01 Oct 2005 19:01 GMT | 1 |
Due to some unfortunate events, I no longer have the Kodak imaging controls that used to be available from Microsofts site that I need to rebuild a commercial application. If anyone could help me out and send me the Kodak imaging distributable package it would be greatly ...
|
| Set Time | 01 Oct 2005 15:42 GMT | 10 |
Well, I fell dumb having to ask this. but... How do you set the system time from VB6? An API call I assume... TIA
|
| Format a number using TextBox | 01 Oct 2005 12:38 GMT | 7 |
I need to format a number to this format ###-## using a TextBox including leading zeros. I can't use the MaskEdit box, because my TextBox is part of a control array. Already tried some formating, but it doesn't work. (e.g. ###-##000-00,
|
| help needed for a Runtime error 6 overflow | 01 Oct 2005 07:36 GMT | 10 |
I'm trying to make a small programm in which users can transpose one column to multiple columns. from this format field1
|
| generate all subsets (2^n) - knapsack problem | 01 Oct 2005 06:47 GMT | 3 |
Additionally, I've only been able to find solution in C language. One of them uses bitfields (and bitwise operations) to generate array ( as represented in previous thread). Can one create something similar to the following C pseudo code in VBA ?
|
| Pattern Property in FileListBox | 01 Oct 2005 05:09 GMT | 2 |
The VB6 Help files says that the pattern property for FileListBoxes can be either a single parameter "*.doc" or multiple entries separated by semi colons, "*.doc; *.txt" However whenever I try this, as soon as I introduce the semi colon in a
|
| Windows XP/Win2K Client Privileges Issue | 01 Oct 2005 01:31 GMT | 1 |
We have an issue with Micorsoft Windows (XP, Win2K) with respect to using an API within a VisualBASIC 6.0 application. The API we are using is requires access to several 3rd party installed programs. The problem we are having is that that the person signed on to the PC must ...
|
| Visual SourceSafe | 01 Oct 2005 01:04 GMT | 4 |
I was asked to find a tutorial on Visual SourceSafe. Any suggestions?
|