| Thread | Last Post | Replies |
|
| Howto Convert txt file to dbf | 31 Aug 2004 12:58 GMT | 2 |
Hallo all, I am a newbee in vb6 and i have a problem. I want to convert a dilimited text fil to a dbf database and i have no clue on how to do this.
|
| ADO recordset syntax | 29 Aug 2004 12:12 GMT | 2 |
I seeing code of the form: recordset!some_field = some_value some_variable = recordset!some_field I cannot seem to find any reference to any explanation or description to the
|
| CLng precise documentation | 29 Aug 2004 01:50 GMT | 11 |
This post is deliberately provocative. I'm picking on CLng because it is a simple case of a wider problem with VB. Here goes... I'm still looking for precise documentation for CLng (I asked here before
|
| regular expression | 26 Aug 2004 18:02 GMT | 4 |
What is the regualar expression syntax to match any name that has a $ in it and end in .log looking for all log files with a $ in the name i.e. *$*.log Thanks
|
| Set to nothing in VB 6 | 26 Aug 2004 14:37 GMT | 7 |
I've a VB6 application. In the the unload event of each form I set it to nothing. E.g. Set frmTest = Nothing Is is possible to do something like Me instead. For example i've tried:-
|
| Initializing an array of structs | 24 Aug 2004 21:26 GMT | 3 |
is there a way to initialize a costant array of structs ? Do i need to initialize separately each members of each structure ? Thanks !
|
| Formatting string with configurable decimal places | 19 Aug 2004 18:09 GMT | 2 |
If I have this code: Dim dDouble as Double Dim strMsg as String dDouble = 0.123456789
|
| #define for VB? | 19 Aug 2004 17:26 GMT | 4 |
Is there anything like the C++ #define, such as: #define TABLEFIELD column_id What I want to do is write a test program in VB to modify table fields in an ADODB.Recordset, but not have to change every instance of the column ID when
|
| Label current text | 18 Aug 2004 20:10 GMT | 1 |
I have a main form that has data in it that is updated based upon a timer. The form has labels in it at get updated when the timer fires. I now want to open a second form, from the main form, that is not model. I have done this with this code:
|
| Dynamic field validation | 18 Aug 2004 11:10 GMT | 5 |
I was wondering if it is possible to have dynamic field validation i.e. user pick any numbers of fields from a database table which are loaded onto a form for editing etc But apart from me knowing the column type e.g. varchar or
|
| saving file to desktop | 18 Aug 2004 00:40 GMT | 1 |
i'm trying to figure out how I would out the path together for a save_as to save to the users desktop (since I was thinking that different window's OSs used different locations on the drive to save them. thanks!!!
|
| Collection of strings | 17 Aug 2004 07:19 GMT | 5 |
I have a collection that I'm using to store name value pairs read from a table: Dim MyCol as New Collection MyCol.Add "value1", "key1"
|
| Changing the MDI Form's Icon at Run Time | 17 Aug 2004 01:08 GMT | 6 |
I'm changing the MDI form's icon at run time by assigning another form's icon which in turn has been set at design time: frmMDI.Icon = frmTest.Icon Although both the application window and the taskbar icon get updated with
|
| Reading Text into an Array | 16 Aug 2004 20:58 GMT | 1 |
I am very new to programming in general, let alone Visual Basic. I am trying to input a text file into an array and from there will write it to a new file. I have been searching and found several ways, none of which have completely worked. Could someone clue me in? Thanks
|
| Hidden directory/folder | 16 Aug 2004 03:07 GMT | 3 |
In Internet explorer I can see the folder "Documents and Settings/computer/local settings" But When I create a dirlist box in VB, I cannot see it WHY
|