| Thread | Last Post | Replies |
|
| Syntax Definition (VB 6.0) | 28 Dec 2005 00:21 GMT | 1 |
While reviewing someone else's code, I came across this line: treeSearchStart: This line obviously refers to a tree view control. But what does the : represent?
|
| Carriage return removal | 27 Dec 2005 15:43 GMT | 11 |
A quick question. I have an input text box set to multiline, how can I prevent a user entering a series of carriage returns into the box before typing text? LTrim$ only strips out the spaces, I want to strip out any leading carriage
|
| Inverse Log in VB | 24 Dec 2005 21:06 GMT | 1 |
I am having trouble in finding the propoer way to find the Inverse Log of a number in VB.Net Express edition. Can anyone tell me how it is done. Thanks!
|
| Merry Christmas 2005 | 24 Dec 2005 18:27 GMT | 15 |
Here's wishing everyone a Merry Christmas, a Happy New Year and prayers for a safe (and fruitful!) holiday.
 Signature Randy Birch
|
| Activity Tracking? | 23 Dec 2005 11:01 GMT | 1 |
Is there a way in VB6 to track activity (mouse/keyboard) of the user within the App? I want to lock the app after a certain time of no activity, even when the user is still working on a different app on the same PC. That's why no screensaver can be used.
|
| Question on Loop Syntax... | 21 Dec 2005 21:03 GMT | 2 |
Ok, I'm back. I have another question (probably an easy one, even to non-experts). I was inspired to expand this little program (thanks to all of your help). If I was using the following code to create a game that prompts the user to guess a number from 1-100, and wanted to have
|
| using %systemroot% | 19 Dec 2005 14:07 GMT | 1 |
You guys are great here and I want to thank everyone for there help. And I do have another question, what is the vb command to be able to copy a file to the variable %systemroot% Thanks
|
| syntax to run a .exe | 19 Dec 2005 02:03 GMT | 3 |
I'm new to VB and am writing a small program in VB6 to copy a copy a few files and to run a .exe that installs snap shot viewer. My question is what is the vb command to run the .exe Thanks
|
| Nester Collection, Collection within collection | 07 Dec 2005 05:44 GMT | 4 |
Is it possible to create a collection within another collection. Here is the abstract of my object: * Class 1 (consists of) - Attr 1a
|
| SQL Sever 7.0 | 03 Dec 2005 04:42 GMT | 1 |
Hello, This is Dipali with a new problem. My software has the provision to create new databases when required. There is a basic template which is copied to create a new database. but i have observed that in sql server
|