| Thread | Last Post | Replies |
|
| External Application Start | 21 Jul 2008 22:29 GMT | 4 |
VB6 I need to See if a .exe application is "registered" then Start it up with command prameters
|
| Mouse Movement | 21 Jul 2008 20:04 GMT | 1 |
To all, I'm trying to figure out how to programatically move the mouse over the taskbar. It seems that there are some applications that are leaving their icons behind on the tray. As a result, there are multiple icons in the
|
| Using Checkbox with DataRepeater | 21 Jul 2008 19:59 GMT | 7 |
I use a DataRepeater Control with a ocxto display records in a List. For selecting records I added a unbound Checkbox. However, at runtime I allways can select only one record of the records shown in the List. If I click on another element of the List, the record selected before
|
| Problem using databound items in combo box...!!! | 21 Jul 2008 18:29 GMT | 2 |
Hi friends; 1- I have two tables. - StuffGroup & Stuff 2- StuffGroupID field at StuffGroup table is Primary Key & at stuff table is Foreign key. 3- I use VB.Net 2008 & SQL Server Express .
|
| Keeping VScroll.Value=VScroll.max | 21 Jul 2008 17:48 GMT | 3 |
I have a picturebox to which I am writing lines. I have a vertical scrollbar to scroll through the visible lines. For example, I may have 30 lines and the picture box displays any consecutive 30. The vertical scroll bar defines which 30 to display. (Similar to simple word ...
|
| Addtional class module templates vor VB6 | 21 Jul 2008 17:24 GMT | 4 |
Is there a source to download additional class module templates for Visual Basic 6. So that they would appear in the Add class Module when creating a new class. In particular I saw on article on an xml wrapper class for VB but cant find
|
| On Error Resume Next Won't | 21 Jul 2008 17:10 GMT | 16 |
I have a little routine during closing one of my programs that is intended to delete all temporary files copied to a particular directory during operation, cleaning up after itself. It works fine, unless someone has one of the files open, which creates an error. That's fine, and ...
|
| how to enlarge debug window? | 21 Jul 2008 15:55 GMT | 9 |
Does anyone know if the debug window can be enlarged to hold more text?
|
| Modal/NonModal forms | 21 Jul 2008 02:15 GMT | 5 |
According to the ancient tomes of VB 6 help, once a form has been shown as one type (modal or nonmodal) it's type cannot be changed. I can certainly understand why, but it would also certainly be nice if it could. My situation is the ability to add table entries on-the-fly. For ...
|
| ListView: how to detect if the item is selected with the first mouse click? | 21 Jul 2008 00:53 GMT | 3 |
When the item is selected I need to enable both: cmdDelete btn and mnuDelete (mouse right click pop-up menu) and if there is not item selected both must be disabled. The problem with the code I use (see below) is that when user change the
|
| save a word document to a byte array | 20 Jul 2008 20:15 GMT | 6 |
I need to read a word document to a binary file. I want to search the word document very fast with a regular expression. To do so I thought of reading it into a binary file. Somewhere I read
|
| GDI+ hackaround | 19 Jul 2008 22:53 GMT | 2 |
(As one has maybe noticed by my last posts) I am drawing a lot of GDI+ objects, and they take an awful lot of time to render. For example I need to render about 60 buttons, and it takes about 300 ms which makes the app appear totally sluggish.
|
| Excel 2007 Chart in VB6 Program | 19 Jul 2008 16:27 GMT | 3 |
So i've had a Vb6 app that has worked great for the lasy 9 years or so. Up until Excel 2003 I have had to make minimial changes for it to work properly. The app has an embedded
|
| Rt Click Menu: Adding Images | 18 Jul 2008 21:47 GMT | 1 |
To anyone that can help: I would like to images into a right click menu I have for an Access application. So far, I load the menu, and my thought is using the image list control, I grab the picture handle, compress it and load
|
| existing app logon form | 18 Jul 2008 18:01 GMT | 2 |
1. The purpose is to provide the user name and password to a logon form that is detached from the app window. 2. Could some pls send an example prog. to start the app and fill in the data. 3. I have read thru quite a few examples in the discussion groups but I could
|