| Thread | Last Post | Replies |
|
| Adding Nodes to Treeview in VBA | 01 Dec 2004 21:53 GMT | 6 |
How do you add nodes to a treeview control using VBA for Excel? I've tried the code for VB6 TreeView1.Nodes.Add "MyFirstNode", tvwChild, ,"MyChildNode" But it is telling me that tvwChild is not declared...
|
| MS-VS 6 for Mac(s) please? | 01 Dec 2004 21:39 GMT | 10 |
Here Beny. Sorry my ignorance about Mac(s). Is it possible to run VB 6 programs on MAC OS X please? Is it there something equivalent to MS-VS 6 but for Mac(s)?
|
| ZIP | 01 Dec 2004 19:27 GMT | 3 |
I am looking for a sample code in VB to dynamically Extract a ZIP file and read the files in the ZIP and OPEN the file which i am searching (by name) for.
|
| Close Window | 01 Dec 2004 18:21 GMT | 1 |
I have a vb6 application with two forms. When I click a command button on the first form, the second form opened. On the second form, I have a drive control for user to select a file path. When I close the second form, the
|
| Timer question | 01 Dec 2004 17:35 GMT | 6 |
I am aware that if I use an API I could get very tiny values for fractions of a second but I was wondering without having to use an API what is the smallest fraction of a second I could get. ie .1 sec .01 sec etc. I am interested in grabbing time1 and time2 and outputing the ...
|
| Splash Screen Wait | 01 Dec 2004 16:39 GMT | 34 |
Hello, all -- I'm trying to create a Splash screen that will display at minimum 5 seconds on screen. This is what I'd like to do, psuedo-code: From within the main subroutine within module: Sub Main
|
| Passing VB array into a stored procedure as parameter? | 01 Dec 2004 16:29 GMT | 1 |
I was wondering if it was possible to pass an array of values into a stored proecdure parameter? e.g. I have a list of ID's in a list box, the user can select as many ID's as the like from the listbox so that it will bring back a recordset based on their selections. Each time ...
|
| Connecting to a Database in Central Location from different PC | 01 Dec 2004 16:26 GMT | 2 |
We have developed a VBApplication to fetch and store the Data in the Database. The application can run from different machine but will access the same database(MDB file).
|
| Web Update for VB6 Application | 01 Dec 2004 16:01 GMT | 7 |
Hello - I would like to add a "Web Update" feature for my VB6 application. Does anyone have any sample code or pointers to how to accomplish this? Currently, my application only consists of a single .EXE file... so there aren't many dependencies yet.
|
| Memory Leak using GetProcessHeap() | 01 Dec 2004 15:55 GMT | 3 |
I am writing code that reads frames from a video and manipulates them on a pixel(byte) level I tried the code but I am getting a memory leak. The HeapFree command doesn't appear to uanallocate the memory.
|
| Listbox Help! | 01 Dec 2004 15:16 GMT | 6 |
I have a listbox with x number of values in there e.g. 2, 5, 8, 12, 15 etc what I would like to do is loop through these values and store them in a string but with a "," so for example if there is just 2 in my list then the string will hold "2" if there are 2,5,8,12,15 I would ...
|
| Splitter with 'X' button with VB?? | 01 Dec 2004 15:12 GMT | 1 |
Can anyone point me to a VB sample ( or provide some ideas) that implements a splitter with a close ('x') button? - similar to windows explorer which has a 'x' button on the left hand folder treeview pane allows user to close it all together.
|
| RichTextBox and Undo | 01 Dec 2004 15:04 GMT | 2 |
It's seems that everytime some properties such as TextLengh, Text, Lines, etc are used, the Undo Buffer is cleared. I have some code on TextChanged event to handle the number of characters and words as the user types. If I comment the code that uses the properties
|
| adjust cell height of a flexgrid | 01 Dec 2004 14:48 GMT | 3 |
I would like to know if anyone knows how to write some codes to automatically adjust the height of a row in a flexgrid based on the length of a field in a recordset Thanks
|
| Help: Long or Integer to type String | 01 Dec 2004 14:43 GMT | 6 |
How do I convert Long or Integer type to type String? With this code: Else: Announceit = "Congratulations! Team " + teamscoretrack + " gets " + pointvalue + "points(s)!" I keep getting type mismatch
|