| Thread | Last Post | Replies |
|
| WithEvents question AND loading controls at runtime question | 13 Jul 2005 20:01 GMT | 6 |
I have two groups of users who will be working with my app. My app has a multipage control with 8 pages. Each page may have up to 30 controls. User group #1 needs pages 1-4 and their own
|
| XP look and manifest files | 13 Jul 2005 18:21 GMT | 20 |
I would like to use a manifest file to add the Xp look to my application. However, my users tell me it no longer runs under Windows ME, and I would assume 98 either. The error message says that setup1.exe.manifest "cannot read source file.
|
| VB6 trapping mousewheel | 13 Jul 2005 17:42 GMT | 1 |
Is there a way in VB6 to trap the scrolling of the mousewheel? Button press for it is 4, but I can't find an "event" for mousewheel. Either on a form, or a textbox please... Tym
|
| Type Libraries in visual basic 6 | 13 Jul 2005 13:36 GMT | 1 |
what is Type Libraries in visual basic 6?
|
| Make dll Greyed out | 13 Jul 2005 12:28 GMT | 2 |
I just started a new job working with vb6 and am dealing with one of the existing dll's. I have changed a reference in the dll and am trying to recompile it but the "Make dll" option is greyed out.
|
| Executing An External Form's Event Procedure | 13 Jul 2005 09:22 GMT | 7 |
In Visual Basic 4.0, I have attempted to program frmScriptEditor to execute frmFindAndReplace's mnuFindNext_Click event procedure, using: frmFindAndReplace.mnuFindNext_Click However, this always results in the error, "Method or data member not
|
| Emulating Text Boxes' Undo Functionality | 13 Jul 2005 09:21 GMT | 10 |
How can text boxes' undo functionality be programmatically emulated in Visual Basic 4.0? I desire to implement a standard Edit menu for one of my text boxes.
|
| Making Video Tutorials | 13 Jul 2005 03:50 GMT | 3 |
I want to add video tutorials to my application's help system. I already have software that will capture a screen movie of everything I do on my computer and save it as an AVI movie. Afterwards, I'd like to add a voice over sound track to the AVI in which I explain to the
|
| Modifying Folder's Modified Date | 13 Jul 2005 03:19 GMT | 2 |
How can I (or can't I?) change the modified date of a folder in VB6? Thanks, -iwp506@gmail.com
|
| Connecting to MS Access Database to create report | 13 Jul 2005 00:54 GMT | 4 |
Need to create a code that will query data from MS Access DB. Can you give me links on how to do like MS Access did on the reports (grouping, header/footer)? I want to eliminate the use of MS Access by creating VB apps. Hope you might help.
|
| WithEvents class question | 13 Jul 2005 00:28 GMT | 17 |
I have a WithEvents class that I use as a "Numbers-Only text box". In one specific instance recently, I had to make this text box into a control array due to some new business requirements. This meant that I could no longer use the WithEvents class on the new textbox control ...
|
| Font Transparent Property | 13 Jul 2005 00:01 GMT | 3 |
Hello. My question is quite simple: Font Transparent property does not work when I try to print to almost any printer. What can I do???? It is very important because I sell id badges. Visual Basic 6 SP6
|
| File list | 12 Jul 2005 23:08 GMT | 4 |
I see from the VB help how to get a list of files or folders in a specified folder, using something like the following code: Sub ShowFolderList(folderspec) Dim fs, f, f1, s, sf
|
| Reporting tool | 12 Jul 2005 22:21 GMT | 6 |
What is best reporting tool for VB, in terms of easy of use and no bugs, and easy of deployment. It should be able to export to word, excel, etc. and make graphs.
|
| mouse over - command button | 12 Jul 2005 22:08 GMT | 16 |
Dumb how to question. I am trying to make my command buttons change color when the user mouseover's. I got it to change the .backcolor when the mouse goes over but I can not figure how to change it back when the mouse pointer is no longer
|