| Thread | Last Post | Replies |
|
| Can a VB host a Quicktime window? | 17 Dec 2004 16:14 GMT | 2 |
I though a Goole search would answer this. Guess I'm using the wrong search terms... Any - do-able? If so does it need extra components (MS components or third party)?
|
| Registry insertiong during install | 17 Dec 2004 16:02 GMT | 1 |
Is there a way to insert a key or otherwise manipulate the Registry during installation of a VB6 app using the Package and Deployment Wizard? Thanks,
|
| project groups and references | 17 Dec 2004 15:52 GMT | 4 |
We run some large vb projects, there's a host application that utilises many user controls and dll based apis. The issue we have is this. The host application has 50 references under references/components, a control used by the host may have 50 references/components. I'm using 50
|
| Sendmessage API help | 17 Dec 2004 15:48 GMT | 11 |
I need help trying to send some text to a textbox in another program. I know i need to use EnumchildWindow to get all the textboxes on a single form but do not know what code to use. The form Caption will always be ' Add Customer '
|
| Determining if a form is loaded | 17 Dec 2004 15:38 GMT | 2 |
Is there a way to determine if a form has been loaded without accessing the form directly (causing it to load if it isn't)? Thanks. Mike
|
| debug with GetCommandLine | 17 Dec 2004 15:27 GMT | 1 |
i wan to debug a VB application that use GetCommandLine function, how can i pass the parameters to the vb to debug??? thanks Carlo
|
| Problem with Winsock and Setup | 17 Dec 2004 15:23 GMT | 1 |
I am using a Winsock as Reference in my Project for sending mails. Using on my system or other systems where vb is installed this programm works fine. When I create a Setup with the VB Assistant and install the programm on a machine where vb is not installed I get an error ...
|
| VB6 and Excel 2002 | 17 Dec 2004 14:13 GMT | 9 |
Can anyone let me have a sample code to set a value in a cell within an Excel spreadsheet from a VB6 program. NOT VBA. I'm reading data OK, but I can't write back to the file. I'm having difficulty finding documentation for VB rather than VBA, any
|
| Stop Event in VB 6 | 17 Dec 2004 13:46 GMT | 1 |
Hi all , I have Event in my code as show below : Any idea how stop the event when the form is close ?? Private WithEvents m_clsHelper As clsNLBHelp Private Sub Form_Unload(Cancel As Integer)
|
| send parameter to vb application | 17 Dec 2004 13:03 GMT | 1 |
i need to send some parameters to a vb application, something like argv in C, how have i to do?? thanks Carlo
|
| Excel values into listview | 17 Dec 2004 09:15 GMT | 1 |
I have an excel spreadsheet with descriptions in column one and values in columns two and three. When I place the descriptions into a combo box, I want to be able to select the description and get the correct value corresponding to the selection in the combo box. The values ...
|
| With API function, VB freezes up | 17 Dec 2004 09:11 GMT | 7 |
I'm using the following Win API function to detect whether or not the user has alt-tabbed to another app (courtesy of Randy Birch -- thank you, Randy): http://vbnet.mvps.org/code/subclass/activation.htm
|
| MDI form. | 17 Dec 2004 08:53 GMT | 2 |
I'm a beginner of VB6. How can I make a Parent-Child form? Thanks Javad
|
| Error Type mismatch | 17 Dec 2004 08:45 GMT | 3 |
Private Sub Form_MouseUp(Button As Integer, Shift As _ Integer, X As Single, Y As Single) If Button = 2 Then PopupMenu (mnuFile)
|
| Run-Time Error handling. | 17 Dec 2004 02:09 GMT | 1 |
Can anyone give a code snippet of how to code for Run-Time errors, for example Error 53 - file not found and once the error is found to store the error in a variable and continue with the next line of code. If any other error then to exit the sub.
|