| Thread | Last Post | Replies |
|
| Sharing recordset | 23 Feb 2004 12:45 GMT | 1 |
Hi to all and thanks in advance. My problem is quite simple: i would copy an entire ado recordset in a shared memory area created using CreateFileMapping and MapViewOfFile API's...
|
| Listbox ordered by a specific field | 23 Feb 2004 12:23 GMT | 1 |
I have a listbox with this code Do While Not TrabalhosRS.EO ListaTrabalhos.AddItem TrabalhosRS.Fields("t_empresa").Valu ListaTrabalhos.ItemData(ListaTrabalhos.NewIndex) = TrabalhosRS.Fields("t_cod").Valu
|
| How to make listview bold | 23 Feb 2004 04:37 GMT | 1 |
I was wondering if anyone knows of a method to make any row of a listview (version 5) bold? I know the version 6 gives such a property, but not version 5 Thanks Bob
|
| how to pick a boolean | 23 Feb 2004 01:36 GMT | 2 |
I tried this method to choose between true and false Randomize order1 = Int((1 - 0 + 0) * Rnd + 1) This results in true all the time, I also tried to eliminate the plus one on
|
| dbGrid data access error | 22 Feb 2004 21:55 GMT | 1 |
I've got a dbGrid, the one that uses the standard data control, something like version 5 or something like that. Anyway, I open a form, set the datacontrol recordsource, refresh, refresh the grid, and go from there.
|
| standard data control, too few parameters | 22 Feb 2004 21:21 GMT | 1 |
I've got a standard data control on a form, and a dbGrid, ver. 5, the one that uses the standard data control. If I open the form without changing any datacontrol or dbgrid properties, the dbgrid does populate.
|
| Not selecting listview rows | 22 Feb 2004 19:02 GMT | 3 |
I am working with VB6 and the Listview control. In the listview, I have a several row of information that are numbers. The last row shows the totals for the individual rows. I was wondering if there is a way so that the program would not recognize the last row as a real row ...
|
| listview and subclassing problem | 22 Feb 2004 18:07 GMT | 1 |
I have a problem and could find nowhere any advice. I create a listview control (comctl32.ocx) on form. Then I subclass the form, but I can't get any notification messages (e.g. when a scrolling on the listview occurs) to callback function. That is, the callback function
|
| adding a control dynamically to a frame | 22 Feb 2004 16:57 GMT | 2 |
I create a control with Load Control but how can I put it on a frame? there isn't any function like frame1.addcontrol
|
| MSComm | 22 Feb 2004 16:01 GMT | 1 |
Can anyone tell me, 1st why MSComm1.Input will not return a byte that is zero (0x0) from its buffer? It does not even count any bytes that contain zero. I have configured the port for binary operation. Secondly, can anyone tell me how to work around this problem? I need to be ...
|
| MS Script Control Run Argument array | 22 Feb 2004 15:20 GMT | 1 |
i dont understand how to create an argument array to pass to a procedure in a scrip i.e msscript.run "Scriptname", ArgArray( tnhanks for any help anyone can offe
|
| Opening files | 22 Feb 2004 14:09 GMT | 3 |
How can I opent the following txt file. --------------begin---------- Private Sub Command1_Click() Open "C:\test.txt"
|
| Listview drag and drop | 22 Feb 2004 13:51 GMT | 1 |
I am using vb6 with the listview control. The listview is set to multiselect and report mode. My problem is with the drag and drop events. If I clidk on an item in the listview, and wait a split second before moving the mouse, the dragover event is triggered and all is fine. ...
|
| about runtime control's event messages | 22 Feb 2004 13:42 GMT | 1 |
I create a control at runtime, but how can I manage its event messages? for example, I create a button, where is its click event?
|
| analog clock control | 21 Feb 2004 09:23 GMT | 1 |
free? where to download? Thanks Jack
|