| Thread | Last Post | Replies |
|
| UDT's | 11 Aug 2004 00:06 GMT | 6 |
Is it possible to pass an array of UDT's to a Class ie Private Type User UserName as String
|
| newbie - error 91 | 10 Aug 2004 23:39 GMT | 6 |
Ive been working through the VB tutorial on http://www.vbtutor.net/lesson21.html I have tried the ADO samples in chapter 21 and 22 and keep getting error 91 - Object variable or With block variable not set when I try to access the recordset. I have set the sample up exactly
|
| Need help with Load | 10 Aug 2004 22:36 GMT | 6 |
I have a Picture box and it contains another Picture box.In the second Picture box I have a Label. The Second Picture Box and Label are and array ie Picture2.(0) and Label1(0)
|
| Inserting a Picture into a Richtext box | 10 Aug 2004 19:50 GMT | 2 |
When using Word I can insert a picture into a document and then save it as an rtf file. I can then load this file into a richtext box in a VB6 program and the picture shows fine along with the text. However, I would like to accomplish the same effect within a VB6 program.
|
| Treeview searching | 10 Aug 2004 19:36 GMT | 7 |
My coworker wrote the following code to search a treeview. It works well enough, except that apparently the text of the nodes is blank until the node has been expanded for the first time (so the searching is only finding things in the top level of the treeview). Is there a way ...
|
| How to pass parameters to a vb6 service? | 10 Aug 2004 17:32 GMT | 4 |
Hi all, I have an VB6 Service that uses the Microsoft VB Service OCX (ntservice.ocx). Throughout the day I need to restart the service from the command line and pass a parameter to the service. Restarting using Net Start or SC works fine but I haven't figured out a good way to ...
|
| Many explorers | 10 Aug 2004 17:31 GMT | 4 |
I have problem with a small program that i do not have any idea how to do. I have a progam with a single button. When i press the button i want it to start up 9 explorer windows in a 3*3 grid, each window resized to a ninth of its original area.
|
| Replacing an item in a collection | 10 Aug 2004 16:25 GMT | 11 |
I created a simple collection and seem to be unable to update an item once I create it. For example: Dim MyStrings As New Collection MyStrings.Add "First string"
|
| Beginners question (my code included) | 10 Aug 2004 16:15 GMT | 4 |
I just started programming yesterday, and today I had the idea of creating a lotto number generator. The numbers here in Arizona are 1 through 41, and I got the part about omitting the zeros. The next problem was non-replaced
|
| VB problems | 10 Aug 2004 15:29 GMT | 2 |
I have more than one question : 1- I had a web site but it's working local, i need to make VB program that will make a setup package from which i can install files in certain folder, also to make it shared "Web sharing" so site will work
|
| Text_Change:Get calculated value from other textboxes | 10 Aug 2004 15:08 GMT | 3 |
Hi everyone.... I have a program where user enters Rate, Quantity. Total Amount is calculated automatically when user enters both information. Below are my coding which suppose to work when I run my program exe.
|
| vb script error/how to continue opration | 10 Aug 2004 14:07 GMT | 1 |
I have a vbs file activated by Windows Task Scheduler. This vbs program occasionally fails b/c of xml/http transimission instability. The problem is when it happens it stops with pop up window showing ok button and until it is clicked manually, it does not run the next time it ...
|
| Calling a VB .NET DLL from VC++ .NET | 10 Aug 2004 13:07 GMT | 1 |
dHow is this done? I compile my VB code as a Class Library ( DLL ) but how do I generate a .DEF file for the VC++ . NET to get the Dll entry point? I've Declared the VB Function as specified in the documentation, but when I run dumpbin on the DLL there is no entry point, and of ...
|
| Calling a VB .NET DLL from VC++ .NET | 10 Aug 2004 13:06 GMT | 1 |
Is there a way to do this? I can compile my VB .Net code to a Class Library ( DLL ) but I don't see how to export a .DEF file for the VC++ to recognize the DLL entry point.
 Signature Cash at Cubic
|
| Curious Discrepancies | 10 Aug 2004 12:36 GMT | 5 |
Just wondering, is there any rhyme or reason, or just sloppiness... So many discrepancies exist as to 0-based or 1-based lists/arrays in VB. I can't think of too many off the top of my head, but I have encountered it in surprise on too many occasions.
|