| Thread | Last Post | Replies |
|
| reading a adodb recordset with another recordset | 22 Dec 2005 19:24 GMT | 1 |
I would like to read a recordset (rsComments) with another recordset for a combobox. I am trying this code and getting a runtime error 3705 Operation not allowed while oject is open. I want to just pull 3 feilds using the following
|
| Odd Dictionary object behaviour | 22 Dec 2005 19:13 GMT | 2 |
Hi. I am trying (in Excel) to create a dictionary object so that I can refer to the columns by Caption (and not by index, since the user might change the columns' order at any time). Of course, I could loop thru the columns searching for a string, but.... I would prefer to create a
|
| program shortcut visibility | 22 Dec 2005 18:41 GMT | 1 |
I have an App made using VB6. When I installed it to an XP machine from administrator account, its shortcut appear in "Start Menu/Programs". But if I log on another (non-administrator) user account, this shortcut is not visible. To make this program accessible to all users, I have ...
|
| Console application closes | 22 Dec 2005 17:36 GMT | 1 |
I am creating very simple console applications using Visual Basic in Visual Studio .NET. When I run the program (using the start button in the Visual Studio IDE) the program runs but it immediately closes the DOS window after execution, and therefore does not present me with an ...
|
| Type declarations | 22 Dec 2005 17:05 GMT | 1 |
Have declared a user defined type in a standard module: Public Type StudentType ClassID As Integer Forename As String
|
| Setparent .Net Control into VB6 | 22 Dec 2005 16:27 GMT | 28 |
Summary: Well my question is ... Although this does appear to work, Is there something else that I'm missing that I should be taking into account? Longer version:
|
| Cannot move objects | 22 Dec 2005 16:05 GMT | 5 |
I downloaded some sample program and am attempting to modify it. For some reason I cannot move any of the text boxes, command buttons, labels, etc on some of the forms. I have tried to locate any property of the form of items but have not found
|
| Datareport header on every page | 22 Dec 2005 15:24 GMT | 1 |
Is there a way I can have the Header section of a VB datareport display and print on every page of a report? Regards, Janine
|
| count instances - clsProcesses.cls (0/1) | 22 Dec 2005 09:49 GMT | 7 |
I have written a tool (in VB6) that talks to another application. Because of limitations of the other application, it is essential that there is only 1 instance of that aplication running. I have for some years now used a class module (attached) that will return an instance
|
| How to use pidRoot in BROWSEINFO structure? | 22 Dec 2005 05:01 GMT | 1 |
From MSDN site: " pidlRoot Pointer to an item identifier list (PIDL) specifying the location of the
|
| Install Problem | 22 Dec 2005 03:08 GMT | 6 |
I have a simple app packaged with the VB6 installer.The only additional file is the file for the file open dialog. Although there is no problem installing it on XP machines. On Win 98 machines the install requests to update files. On restart it corrupts the machine so Windows ...
|
| Fexible Arrays | 21 Dec 2005 23:42 GMT | 2 |
I am Using vb6.0 and I was wondering... How do you make a flexible array. I want make it flexible in only the numer of rows...
 Signature Donald
|
| Multi-Res Icons | 21 Dec 2005 22:42 GMT | 2 |
I asked this question previously without response, so I'll rephrase it. I have a VB6 app which uses a third party menu/toolbar activex control. The app includes a commonly found option, "Use Large Icons".
|
| More on Loops... | 21 Dec 2005 22:06 GMT | 4 |
Ok, I'm back. I have another question (probably an easy one, even to non-experts). I was inspired to expand this little program (thanks to all of your help). If I was using the following code to create a game that prompts the user to guess a number from 1-100, and wanted to have
|
| XML link to fill VB.net windows form | 21 Dec 2005 19:35 GMT | 1 |
I have a web browser on my vb.net windows form. I naviagate to an xml file in the browser. When the user clicks a link on the xml file the event needs to be captured by the form and the clicked value needs to fill a textbox on the form. Is this possible?
|