| Thread | Last Post | Replies |
|
| VB6 - installing Interdev on Vista | 07 Dec 2007 21:59 GMT | 3 |
i am trying to install VB6 onto a Windows Vista Enterprise machine. everytime i try, it reports this error: "The installation wizard detected that you are not a member of the administrators group, which is required for running the installation
|
| Debugging OLE Dll in VB 6 | 06 Dec 2007 09:01 GMT | 1 |
Long time ago I have experience running OLE DLL in a debug mode by launching two instances of VB 6 development environment: one for the OLE DLL project, another one for Project using OLE DLL. Now I have try the same technique and it does not work.
|
| VScroll1 thinks it's enabled when it's disabled. | 06 Dec 2007 07:33 GMT | 7 |
Is there something I am missing? Why does the Beep statement execute after I disable the scroll bar and manually change it's value? I'm using VB5. Any info would be greatly appreaciated. G.Doucet
|
| visual basic and tcp communications with hardware | 06 Dec 2007 07:30 GMT | 2 |
actually i am writing this post in a bit of confusion regarding the placement of my question in this group,if this is in wrong place please guide me to the right group. ok now the scenario
|
| Visual Basic 6 Professional - Academic Price? | 06 Dec 2007 01:01 GMT | 17 |
Since this is now a discontinued and unsupported product from Microsoft, is it ok to develop and sell software made with it now? I still have my old copy from back in my college days.
|
| HOW TO DISTRIBUTE PROJECT | 05 Dec 2007 15:03 GMT | 4 |
Good day, I am new to VB and have had to adopt an old system based on VB6. Now we need different versions of the project to export to our various clients. How do I rebuild the project for specific clients in VB6? Thank you for your help.
|
| Sending Data Between Apps | 05 Dec 2007 14:49 GMT | 3 |
I have two programs and rather try and intergrate them into a single app I'd like to keep them separate and just send data (a few <10 character strings everything 2 minutes or so - nothing heavy) between the two. What's the best way to do this? I assume I can use the SendMessage ...
|
| |Stop/start program | 03 Dec 2007 15:22 GMT | 12 |
Having displayed instructions to the user I want to halt the program so that the user can read & digest them. Then when she is ready she presses a key to continue the operation of the program. How do I do this please?
|
| Type Initializer threw an exception | 02 Dec 2007 21:35 GMT | 1 |
I have just converted an application to VS2005. It was previously converted from VB6 to VS2003 and has many global variables. The application works perfectly when running in debug in my development environment. After creating an .MSI and installing on a computer that has VS2005 ...
|
| Running a program from Visual Basic | 01 Dec 2007 19:42 GMT | 25 |
Could someone show me how I could write a little code to open 'A.bmp' in Paint, and save it from Paint in 16 colours by using SendKeys or some better way? Thanks very much.
|
| buttons | 01 Dec 2007 14:14 GMT | 2 |
is there an easy way to format the text of a button so that it is written horrizontally but shifted 90 degrees to the right. as in the letters are right side up if u turn ur head?
|
| Convert from string to double no matter the locale | 01 Dec 2007 12:57 GMT | 9 |
The result from CSng("3.5") apparently depends on the locale. If I try it on a Spanish PC, I'll get 35 back instead of 3.5 I can "fix" it by call CDbl() on "3,5" instead, but I need this to work with both "3.5" and "3,5" no matter the locale.
|
| staticvariablechange | 01 Dec 2007 06:45 GMT | 3 |
is there any way to change the value of a static variable? i am trying to a make a reset button for a very simple game which uses a counter declared both publically and within the class as static. The counter counts up by 1 every time a user clicks a button so that
|