| Thread | Last Post | Replies |
|
| sending email in Visual basic | 15 Jul 2004 18:23 GMT | 5 |
Do any one have a nice small piece of VB code that will send emails to 1 or 20 recipients at the same time I appreciate any help I can get Ian M
|
| midiInOpen and midiInClose | 14 Jul 2004 14:16 GMT | 3 |
I'm having trouble using these two functions. The device handle and/or ID that I get from midiInOpen is not compatible with the midiInClose function. I've tried many variations to the syntax. I always get an 'invalid handle' error. The open device keeps my application from ...
|
| Use code to open file.... | 14 Jul 2004 01:43 GMT | 4 |
Hello, I am fairly new to vb and can't seem to figure out the proper syntax to allow me to use a command button to open a registry file and import it into the user's locl registry. Can somebody tell me the proper syntax?
|
| Direct memory access | 13 Jul 2004 21:07 GMT | 1 |
I would like to develope an application that directly accesses memory and displays the contents. Similar to Microsofts Debug program. What might the control and the code look like in VB 6? Sincerely Wayne
|
| Another API Question | 13 Jul 2004 17:44 GMT | 5 |
I have this lonStatus = CreateProcess&(vbNullString, strCmdLine, _ 0#, 0#, 1, &H40, 0&, workpath, udtStartupInfo, udtProcessInfo) But what exactly are 0#, 0#, &H40, 0& doing?
|
| Problems with If..Then..Else Statement | 13 Jul 2004 04:40 GMT | 6 |
My Code looks like the following: If LocationID = 0 Then MessageBox.Show("Failed to execute command") Else Dim SqlStr As String
|
| Convert expresion to vb,vba functions | 11 Jul 2004 11:09 GMT | 1 |
Im creating Default Value property for activeX TextBox. I would like that this Default Value property could also convert string expresion like Now()or Date() to function Now or Date .
|
| addin viewer | 08 Jul 2004 12:04 GMT | 2 |
When I look in the addin manager I don't see the api view listed. My vbaddin.ini file has almost nothing in it. I have the application and can run it from the start menu as it is listed there as installed. What's the trick to getting it on the tools menu?
|
| Getting rid of these goto's | 08 Jul 2004 06:02 GMT | 3 |
HELP, I just started working with VB, fixing some program's and getting starting to get use to TERRIBLE coding. How would you recommend fixing this?
|
| vb syntax and semantics | 08 Jul 2004 00:31 GMT | 4 |
where can i find a _precise_ description of the syntax and semantics VB 6.0 language?
|
| Best way to export table to sql text file?? Any sugestion...any code... | 04 Jul 2004 07:03 GMT | 2 |
Best way to export table to sql text file?? Any sugestion...any code...
|
| Referencing controls on another, open form | 02 Jul 2004 21:08 GMT | 2 |
I have 2 forms in a project. I enter some values in some text boxes on the first form then open the second form using the following: Dim frmForm2 As Form2 frmForm2 = New Form2 frmForm2.Show()
|
| Pivot Table Macro Code Needed | 02 Jul 2004 15:57 GMT | 1 |
I have used the Wizard to create a pivot table. I was unable to find how to create two column headings. I can get the wizard to use either 'Account ID' or 'Description' but NOT both. Can someone suggest the macro code that would add 'Description' to an existing pivot table as the ...
|
| Accessing Properties of Object Members of Collections Objects | 01 Jul 2004 22:44 GMT | 4 |
I have a collection of objects. What is the syntax for accessing the properties of the object in the Collections Object without copying the object out of the collection? FOR EXAMPLE:
|