| Thread | Last Post | Replies |
|
| BackColor HScrollBar | 03 Sep 2008 23:22 GMT | 5 |
- Sombody knows how to change BackColor of a HScrollBar?
 Signature Juan Marcial Ingeniero de Software
|
| Roll your own VB6 server... | 03 Sep 2008 16:11 GMT | 8 |
Good day I have an application which is ideally client server based. My target audience is price point sensitive which prohibits Windows Server software and associated hardware/support.
|
| Sharing a Server-based DLL Without Setting up a Web Server | 03 Sep 2008 15:13 GMT | 3 |
With VB6 Enterprise, it was not hard to set up a multi-tier scenerio. But with VB.NET, if you want to create a DLL to be located on a server and for various clients to be able to use that DLL, do you have to set that server up as a web server? It doesn't let me create a new simple ...
|
| Resize control | 03 Sep 2008 14:15 GMT | 2 |
Using vb6 sp2. What to use to handle program being used on different size monitors with different resolutions. Thanks
|
| question about MSComm and polling | 03 Sep 2008 13:21 GMT | 1 |
If a [poorly written] program does its own polling loop, and reads bytes quickly enough from .Input, could [some of] the OnComm events be suppressed? Bob --
|
| cmd.exe environmental variables | 03 Sep 2008 02:49 GMT | 7 |
I've noticed that starting up a new cmd.exe prompt no longer displays the current environmental variables. Where does cmd.exe get it's ev's from? Is there an API to call in order to force a Windows cmd.exe prompt to read System EVs from the registry?
|
| determining window status | 03 Sep 2008 00:39 GMT | 12 |
I would like to shell to another program from my VB6 app, notepad for example, and then know if the user minimizes that window or restores it from the task bar. Can someone point me in the right direction?
|
| Downloading a file from server... | 03 Sep 2008 00:16 GMT | 3 |
Good day I would like to give my users the ability to check for an upgrade to my app and download it if required. I use currently use DeleteUrlCacheEntry and URLDownloadToFile to download a
|
| Is that possible? | 02 Sep 2008 22:03 GMT | 1 |
Is it possible to programmaticaly create the mouse click on the window not belonging to my app but knowing the window's title? It must be done in 2 steps: 1. positioning mouse over the required window's area
|
| Running VB6 App causes MS Office Install | 02 Sep 2008 19:44 GMT | 14 |
I have a VB6 application that I am supporting that has references to MS Word & MS Excel. Recently, users are complaining that each time they try to run the application, a dialogue appears attempting to to install MS Office. This fails as they users do not have necessary ...
|
| Question about FormClosing(0 event | 02 Sep 2008 16:27 GMT | 7 |
I'm attempting to declare and capture the FormClosing() event on a form called Form1. My declaration of the subroutine is as follows: Private Sub Form1_FormClosing(sender as Object, e as FormClosingEventArgs) Handles Form1.FormClosing
|
| Mouse & Subclass | 02 Sep 2008 12:50 GMT | 10 |
I'm in need of a quick solution to a problem that's been solved many times before -- just not by me. (-: I've written an MCI-based media player that uses a VB picture box as a parent for the MCI window. It works great when driven by an external
|
| Burn Setup.exe to a CD | 02 Sep 2008 08:47 GMT | 11 |
If I burn my Inno Setup.exe to a CD can the OP run it from the CD to install the program?
|
| N-Tier confusion | 02 Sep 2008 08:36 GMT | 13 |
I constantly struggle with n-tier development concepts.I understand about presentation layer, business rules layer and data layers (and any other layers I care to define). What I struggle with is the practical step of plugging these together.
|
| Array remain initialised after unload event. | 01 Sep 2008 16:39 GMT | 9 |
Good day group... Can someone throw some light on this problem please: I have a form which contains a form level array, declared in the Declarations section as
|