| Thread | Last Post | Replies |
|
| Combo Box in MshFlexGrid | 31 Aug 2005 22:17 GMT | 2 |
Using VB6, I have create a form with a MShflexgrid for inputting information. It makes all the columns text only. I would like to make a few of the columns combo boxes. Ideally they will be multiple column combo boxes where the data is bound by the contents of the first column ...
|
| change tab color | 31 Aug 2005 20:35 GMT | 1 |
How can I change the background color for a tab control? Thanks in advance, George
|
| Listening to an already open port | 31 Aug 2005 16:18 GMT | 2 |
How do i listen to a port which is already open? For eg, i want to listen to port 80. I tried using the winsock control to listen to port 80 , but it gives me an error saying that the port is already open.
|
| Old-school VB4 Grid.ocx in project | 30 Aug 2005 22:46 GMT | 9 |
I've inherited a VB6 project to upgrade to VB.NET 2003. It is using the Grid.ocx control from VB4. Sadly, this control isn't natively on the development machine I have been assigned. I tried copying the ocx into my System32 directory and then using regsvr32 to register it. ...
|
| DataGrid | 30 Aug 2005 01:03 GMT | 6 |
I am trying to put a datagrid on a form and populate it but I am not having any luck. I am using the following code: Dim rsTemp As adodb.Recordset Set rsTemp = New adodb.Recordset
|
| BarcodeScanning | 29 Aug 2005 22:44 GMT | 3 |
My program uses barcodescanner connected to USB port. Scanner sends readcodes to keyboard "buffer". The problem is..when textbox is not in focus readed codes are lost. Is there a way to get readed codes every time, even when textbox is not in
|
| MS killing VB6 controls??? | 29 Aug 2005 15:29 GMT | 5 |
I just went back to my program that I have not coded since April and now I am getting a MAPI SignOn error. The code is: With MAPISession1
|
| How to draw Linecaps in VB6 | 28 Aug 2005 15:00 GMT | 1 |
How do you draw linecaps in vb6? any downloadable samples? Thanks Jack
|
| treeview node visible property write protected? | 27 Aug 2005 14:18 GMT | 6 |
in certain circumstances I don't want to show some nodes of a treeview. But when I try to set the visiblity property of a node during runtime I get error 383 (property write protected). Someone has a way for help? Maybe a good work around.
|
| Datagrid Row format | 27 Aug 2005 12:48 GMT | 1 |
Hello; Is there a way to go through a datagrid(bounded to a DS) a bold the text of certain rows Thanks
|
| key strokes | 26 Aug 2005 22:19 GMT | 1 |
hi to you all, i'm a novice in vb6 but i want to learn how i built a key logger that register evry key that i hit on my board or anny website i open is any one ho nows the code for this i have lookt evry ware ( i think )
|
| Programmatically Selecting a Node | 26 Aug 2005 19:10 GMT | 5 |
I am programmatically selecting a node in my tree as follows: frmRfsMain.tvwNoteType.Nodes(NoteType).Selected = True I've also tried: Set frmRfsMain.tvwNoteType.SelectedItem =
|
| Finding out number of COM ports | 26 Aug 2005 09:00 GMT | 5 |
Is there a way to get the number of COM ports that the computer has?
|
| changing color setting | 26 Aug 2005 01:42 GMT | 1 |
How do I change the color setting on windows 98 to 256?
|
| Treeview 6.0 and scroll event capture | 25 Aug 2005 19:07 GMT | 3 |
I am creating a "Diff" tool which takes an imported xml file and compares it with xml from my program data. What I would like to do is have 2 treeviews, the left one containing the import, the right containing the program data, and have placeholders in both for elements that are ...
|