| Thread | Last Post | Replies |
|
| Don't install VB2008 with VB6 | 12 Apr 2008 14:36 GMT | 7 |
Now every time I run VB it goes off telling me it's configuring VS2008. It gives me a nice dialog saying 6 seconds remaining. From my past experience I know that MS has designed their own unit of time which is pretty much unrelated to an earth second, so I went and made a coffee. ...
|
| Automatically Update Your Software? | 12 Apr 2008 09:49 GMT | 11 |
OK, the latest thing is to provide 'automatic' update capability for software (everyoen seems to do it from Firefox to Adobe to MSFT to... well, virtually everyone). This is a feature that is easy to implement in my VB6 applications-
|
| printing 2 different reports simultaneously to printer object | 12 Apr 2008 06:16 GMT | 5 |
I am simutaneously writing 2 reports using the printer object that I would like to keep separate from each other even though they are using the same printer (PDF files actually). I have a loop (repeated 3x) that within it writes 2 different reports
|
| HTML Viewer | 12 Apr 2008 05:21 GMT | 6 |
Presently I generate HTML, write it to a file and then display it in my app via the web browser control. Is there a way to bypass writing to disk and just pass the browser my string of html? Or a better way to do this?
|
| Beginner VB user has a technical question. | 12 Apr 2008 03:01 GMT | 13 |
I'm totally new to programming, by today's standards. I quit programming when MS BASIC PDS 7.1 (QuickBASIC) and VisualBasic 3.0 were just coming out. heh My question is this. I have a set of programs that are used for digital
|
| Loop through Non-array Variables | 12 Apr 2008 01:22 GMT | 2 |
How can I achieve this in VB? I'm using VB.Net 2005. I have a framework that auto-generates a lot of non-arrayed variables with a consistent naming scheme, like: float1, float2, ... float24
|
| Simulate drag and drop from code | 11 Apr 2008 16:16 GMT | 4 |
I have a 3rd party program that accepts a text file as input. The 3rd party software provider said to launch the program with the file name as an argument (at least that's what I understood).
|
| Fastest String Storage | 11 Apr 2008 13:23 GMT | 7 |
VB6SP6 Other than a Dictionary, what is the fastest object/method to do all of the following: 1) store a Key and Item (all alphanumeric strings)
|
| Starting Winhelp with VB6 application on Vista | 11 Apr 2008 02:06 GMT | 19 |
Does anyone know of a way to activate "Winhelp" on Windows Vista from a VB6 application. Microsoft supposedly stopped the "Winhelp" executable running on Vista but I was wondering if there was a way to start it by setting XP compatibilty mode
|
| Where did it go and how do I get it back | 11 Apr 2008 01:28 GMT | 7 |
VB6SP6+ On one PC in the Project Right Click Menu I have Add UserControl, Add File, More ActiveX Designers On another PC with the same VB6SP6+ it is all missing.
|
| How can I tell if my program is running in the IDE | 10 Apr 2008 22:08 GMT | 6 |
Is there a way to establish if VB6 code is running in the IDE. I need to control some aspects of the VB6 legacy application when it's running in the IDE. Thanks
|
| String Split | 10 Apr 2008 20:23 GMT | 10 |
I am new VB Programming and wanted to know how to split a simple string into two different strings after certain number of characters If Len(Terms) > 10000 Then SPLIT INTO TWO Strings here
|
| MouseMove Event | 10 Apr 2008 16:49 GMT | 3 |
In VB6 I can change the mouse pointer when hovering over a contol (for example - a picture box), but how do I get it to revert to the original pointer when the mouse pointer moves off of this control. The only way I can think of is to put the picure box into another control (say ...
|
| proper use of Static? | 10 Apr 2008 10:10 GMT | 17 |
Is this the proper use of Static keyword? Function SomeCollection() As Collection Static colRtn As Collection If colRtn Is Nothing Then
|
| How to debug problems with binary compatibility | 10 Apr 2008 08:09 GMT | 1 |
I have a dll ('dll-X') which runs on top of (dependent upon) several other dlls. My build environment has a folder structure binaries
|