| Thread | Last Post | Replies |
|
| Dialog to select user account | 14 Apr 2008 20:25 GMT | 2 |
Does anyone know of a standard dialog or otherwise that I can use in VB6 (e.g. via a Windows API call) to select a Windows user account at the domain level. e.g. DOMAIN1\SmithJ
|
| Now that's bloated | 14 Apr 2008 20:20 GMT | 38 |
The new dotnet framework 3.5 is a wopping 197MB!! All I can say is wow! Michael PS Yeah I know this is off topic but I'm sure many here will be interested even if you say you're not :-)
|
| MDI Forms - What am I missing? | 14 Apr 2008 19:54 GMT | 13 |
I dug up a very old program I wrote back in 1998. The main form is a MDIform. I'd like to put a graphic image smack in the center of the MDI form's background, my company logo, before I release this program again.
|
| tab control and navigation | 14 Apr 2008 16:18 GMT | 2 |
I have a tabbed control on a form that is populated from a database. I have a request to change the application to include a navigation button for customers that have multiple records. I have created navigation buttons for use in forms, however, I have never
|
| Viewing this Forum | 14 Apr 2008 14:35 GMT | 2 |
I remember on my last computer I use to come to this forum and it looked totally different. Its not that this one is new but I seem to remember that I could view all the posts using Outlook Express. Can someone help me with the proper set up to do that. I really do not like ...
|
| [VB5SP3] Upgrading to OCX's from VB6SP6? | 14 Apr 2008 03:06 GMT | 4 |
We never upgraded to VB6 because the few changes offered didn't seem really worth bringing each and every customer up to date. However, I notice that VB6SP6 updates severale OCX's that we use. For instance, COMCTL32.OCX is 5.1.43.19 in VB5SP3, but 6.0.81.5 in VB6SP6.
|
| Incorrect Caption | 13 Apr 2008 18:30 GMT | 1 |
I was having a play (VB6) and discovered a little whatyamacallit. On a form Put a command button (command1) and a menu item called 'mnuFile' with any caption you like then paste the code below. What should happen when the button is clicked is the caption of the menu item changes ...
|
| Am I under attack? | 13 Apr 2008 16:03 GMT | 3 |
This is my first posting and I´d appreciate any comments on the following. A few moments agoa large stream of transmittal failure messages landed on my Inbox. They keep coming in as I write. As if I sent a bunch of emails to people that are unknown to me, which I haven´t. Can ...
|
| DVD drive says "Incorrect Function:... | 13 Apr 2008 15:57 GMT | 1 |
When I try to save a document to the dvd disc in the sony dvd rw driv--that used to work before I tried backing up stuff and it maxed out my dvd drives, threw an error, deleted prior files from discs in the drive that worked well and made the
|
| Dependencies - How to find them? | 13 Apr 2008 03:48 GMT | 10 |
The deployment/packaging program that comes with VB6 is a pain in the neck for me. It just seems like I have to do a lot of learning to understand what all it wants from me. So instead, years ago I started using a packaging program called Inno Setup.
|
| Online licensing system | 13 Apr 2008 00:47 GMT | 2 |
Does anybody have a sample of how to create an ASP page (sorry, I don't know anything about ASP yet) that will accept input from my VB6 app and then calculate a license code which is retrieved from my app?
|
| Reading comments in exe | 12 Apr 2008 22:57 GMT | 30 |
I am concerned about other people being able to read the comments that are in our vp projects after we compile to an exe. When we compile to exe is it possible to read the comments in a text or other editor? I looked at some exes and it looked like some text stuff wa
|
| Memory usage in minimized state | 12 Apr 2008 19:32 GMT | 18 |
usually a Windows application dramatically reduces its memory usage when set to minimized window state. (You can easily test this with Windows Task Manager; minimize e.g. Internet Explorer...). Now, my VB6-written application unfortunately lost this capability somewhen
|
| MM has produced something for the public domain at last! | 12 Apr 2008 15:55 GMT | 1 |
If you have, like me, searched in vain for VB5/6 source code to convert MIDI Type 1 files to Type 0, then take a look at: http://hdebruijn.soo.dto.tudelft.nl/www/muziek/delphi/vb_One2Nul.zip I converted Han de Bruin's freeware Pascal version. The VB version
|
| ActiveX-Exe: .Value=True doesn't work while direct click on button works | 12 Apr 2008 14:40 GMT | 6 |
I have an ActiveX-exe that has 1) a module with the declare "Public mForm As frmMain" 2) a class module with
|