| Thread | Last Post | Replies |
|
| Delete string variable | 30 Jun 2007 18:55 GMT | 24 |
This is a dumb question, but I've gone blank (a Friday afternoon thing)... I want to totally remove a string variable from memory once I've finsished using it, but I can't think of the right way to do it, eg:
|
| Saving toolbar customization | 30 Jun 2007 16:40 GMT | 4 |
I recently uninstalled and reinstalled VB6 in order to try to get rid of some add-ins. Before I reinstalled, I had modified the standard toolbar to include the "Make ..." button. Whenever I started VB6 with whatever project, the toolbar was always the way I wanted it.
|
| dhSQLite IFunction | 30 Jun 2007 16:01 GMT | 32 |
Olaf, Have a few queries about the the UDF option in dhSQLite. Firstly, it looks that I need to make a new class for every UDF. Is this true or can I somehow put multiple UDF's in the same class?
|
| Format USB drive | 30 Jun 2007 14:52 GMT | 13 |
I have a VB6 application that needs to be able to move files on to USB stick drives as fast and as efficiently as possible with as little user input as possible. One of the things that has to happen early on in the process is to make sure
|
| GetAsyncKeyState not working with Right Click | 30 Jun 2007 06:09 GMT | 8 |
I thought this used to work Now it doesn't seem to What am I forgetting? '(in AutoCad vba) but I should think vb would be similar except for the
|
| Can this be faster? | 30 Jun 2007 05:02 GMT | 8 |
working on cFolder class to read folder names/contents one of it's properties is .Folders (a list of folders contained in parent folder) (also .FilterFolders to allow wildcard match to limit return)
|
| Handle on text highlighting... | 30 Jun 2007 04:06 GMT | 7 |
When you highlight a selection of text represented in an object on a form, where in the Windows API is the information about the location and length of the highlighted string stored? TIA
|
| [RVB] | 30 Jun 2007 02:40 GMT | 5 |
Does anyone know what that [RVB] is for inside a .vbp file? It has things like: [RVB] DeleteClass1=aSMTP
|
| Code to change filename extensions? | 30 Jun 2007 02:37 GMT | 2 |
What I want to do is, in a specific directory, change all files with one extension, to a different extension...for instance.... Directory is C:\Dir Rename all *.abc to *.dav
|
| Creating a search engine with operators and indexing system | 30 Jun 2007 01:39 GMT | 10 |
I have a program which contains links to many files stored in its folder. I would like to create a search engine to search for text within those files. I've been using Regular Expressions for that.. by opening each file
|
| Several questions about VB6 | 29 Jun 2007 22:29 GMT | 6 |
As being new to Basic, i want to ask some questions expecting with satisfactory help. Thanks from now: 1- What are the major differences between Basic and C++? 2-Can i develop "GUI-based" Win32 applications with VB6 with no much
|
| scroll bar displaying decimals? | 29 Jun 2007 21:31 GMT | 4 |
By design scroll bar large and small change is the integer. What will be the best method to display fractions (decimals)? Jack
|
| ADODB.Recordset.AddNew doesn't add a new record | 29 Jun 2007 21:13 GMT | 15 |
This code, run in Word, exports information from a word form to an Access database. A simpler version of this code (less field names, less iterated variables) works just fine, but this version either gives me a run-time error 3021 (if the table it's writing to doesn't
|
| A better Select Case | 29 Jun 2007 19:39 GMT | 13 |
One more dumb question, but I've gone blank... Is there a better/easier way to code the following Select Case statement? Dim sTemp as Integer
|
| Mouse events not firing for constituent controls? | 29 Jun 2007 19:16 GMT | 10 |
I've been busy changing an application to make use of UserControls. Previously I had code repeated across many forms, and with the help of people on this newsgroup, I've figured out how to economize on code, and as a bonus I only have to maintain one block of code (on a UC) ...
|