| Thread | Last Post | Replies |
|
| Processing elements in collection generates "The object invoked has disconnected from its clients." | 26 Apr 2006 15:12 GMT | 17 |
When I attempt to process the members of a collection, I get the following message. Can you tell me what this means? Error in cmdNextLevel_Click -2147417848 Automation error The object invoked has disconnected from its clients.
|
| bootstrap and standard vb library installation questions | 26 Apr 2006 14:44 GMT | 4 |
I need advice from you about bootstrap files and vb library installation. My app is developed using VB6 sp5 on W2K Server sp4 and I want to distribute it to other computers with various Windows versions
|
| Can I draw a string on a form? | 26 Apr 2006 14:36 GMT | 6 |
Can I draw a string on a form?
|
| shortcut key to access property panel | 26 Apr 2006 14:16 GMT | 2 |
when working with vb6 I found it very useful that the properties panel could be accessed with a shortcut key during form design. When pressing ctrl+shift+<letter> the first property in the property panel starting with <letter> was highlighted.
|
| How to preserve the break point | 26 Apr 2006 13:43 GMT | 2 |
I have set several break point in my VB project. But when I close the project and re-open the project. I found that the break points are clear. How can I preserve the break point when I close the project?
|
| Debug, cannot see the value of the Variable | 26 Apr 2006 13:26 GMT | 3 |
Before, when VB break on a breakpoint, I can see the value of variables with mouse over it. But now, when break, mouse over the variable does show the value of variable, I need to print the variable in Immediate window. What happened to VB? And what can I do to let the
|
| Using collections for the first time. How do I clear the collection for reuse? | 26 Apr 2006 13:22 GMT | 13 |
How do I clear all the items from a collection? I want to transfer the collection's to another collection, which is working fine. Then after transferring the collection's contents, I want to empty it for another iteration of processing.
|
| Conveting byte array to int array ??? | 26 Apr 2006 12:34 GMT | 12 |
Please tell me I have ..array of byte byteAudio(4096) AND I HAVE TO Convert it into array of integer.. i m trying like this ..
|
| VB6: See if Windows Service is running | 26 Apr 2006 11:33 GMT | 4 |
Quick question: Is there an easy way in VB6 to see if a Windows Service is currently running?
 Signature TIA,
|
| VB2005 Unable to evaluate the expression error | 26 Apr 2006 03:42 GMT | 4 |
I am new to VB2005 and am trying to get information on controls on my multi form Visual Basic 2005 project. Any time I type such things as "? frmMyForm1.visible" in the immediate window after I pause the program, I get the error "Unable to evaluate
|
| Can you run Visio from VB6??? | 26 Apr 2006 03:15 GMT | 3 |
Would anyone know how to programatically create a simple Visio 2002 document with a few shapes from VB6? Thanks a lot for any help! Dan
|
| Task Manger | 26 Apr 2006 02:21 GMT | 1 |
I'm new user at VB6 i need to Hide My project at run time from task manger Application
|
| Whould should do to release the resource of ADODB.recordset | 26 Apr 2006 02:12 GMT | 6 |
I have the following code Dim rs_A as ADODB.recordset Dim rs_B as ADODB.recordset Set rs_A = .....
|
| Where can I paste the tables of MS-Word in my VB6 program? | 26 Apr 2006 00:47 GMT | 2 |
I am a VB6 beginner. How can I paste the tables of MS-Word into my program? (For example, I tried "RichTextBox", but I couldn't paste any tables in it) Thank you
|
| Please help - VB 3.0 & 4.0 code! | 26 Apr 2006 00:20 GMT | 6 |
I'm on a Windows XP box. I was given a bunch of visual basic files in both VB 3.0 and VB4.0. I've been told that these files contain source code and can be built to make executable programs. Problem is though - I don't know how to do this! For a start I'm
|