| Thread | Last Post | Replies |
|
| Help | 30 Oct 2003 16:12 GMT | 1 |
How to create a group of property in a user control. for exaples size have two property width and height thanks for helping.. best Regrads
|
| Visual Basic Project Explorer | 30 Oct 2003 15:25 GMT | 1 |
Could someone please tell me how to change the font size in project explorer and other Visual Basic 6.0 forms.. lownote2@worldnet.att.net
|
| Disabling Combobox Events during loading of combobox? | 30 Oct 2003 06:43 GMT | 2 |
Is there a property of the Combobox that will disable combobox events from firing during the load of the combobox? I am using an "AddHandler" at the present time but I can't believe that there isn't a property that would allow disabling events. Otherwise events such as ...
|
| Migrate to VB .NET made easy... with source code! | 29 Oct 2003 23:24 GMT | 2 |
The MsFlexGrid is not anymore on Visual Basic .NET, but we have one written entirely in Visual Basic .NET 2003. Supports cell editing, XML file generation, images in cells and more. Includes binary library you can use with C#, a comprensive manual with many tips for VB .NET ...
|
| Mapping DataSource, DataMember, DataField to a TextBox | 29 Oct 2003 21:57 GMT | 5 |
I create a control that is Data Bound. There is a "Caption" property that is mapping to Text1 like this: Public Property Get Caption() As String Caption = Text1.Text
|
| Programmatically Select Treeview Item | 29 Oct 2003 18:27 GMT | 1 |
Just after a bit of help, I am populating a treeview control from a database, and can go to the current record by clicking on them. I would like the reverse to happen: If i select a record in the main browser, it automatically selects the relevant item in the treeview?
|
| how to set selected item in comboBox when all I know is the Itemdata value? | 29 Oct 2003 18:21 GMT | 2 |
How do I set the selected item in a combBox when what I know is the ItemData value not the Index value? online help gives this syntax for setting a selected item in a comboBox object.ListIndex [= index]
|
| .NET Grid with source code! | 29 Oct 2003 16:28 GMT | 1 |
The MsFlexGrid is not anymore on Visual Basic .NET, but we have one written entirely in Visual Basic .NET 2003. Supports cell editing, XML file generation, images in cells and more. Includes binary library you can use with C#, a comprensive manual with many tips for VB .NET ...
|
| Looking for a combobox type control | 29 Oct 2003 16:27 GMT | 1 |
I'm looking for a control that behaves as an elongated combo- box. Like a treeview control, it must support grouping of items. Also, it should have the following: Each item in the combobox should have separate properties
|
| Kodak Image Edit control in XP | 29 Oct 2003 16:09 GMT | 5 |
I wrote a program that uses the Kodak Image Edit control on a Windows 2000 computer in VB6. The program works fine on the Windows 2000 machine but when I move the program to a Windows XP machine, it doesn't work. I realized the
|
| Touchscreen Activex - Using numeric bitmaps --> textboxes | 29 Oct 2003 14:25 GMT | 3 |
This could probably go into the VB programming forum also, but.... What I have are several textboxes where data needs to be entered. I have individual bitmaps for all the numbers and also the backspace and enter. I would like to allow the person to enter numbers into the ...
|
| Flexgrid question | 28 Oct 2003 23:38 GMT | 6 |
I have a flexgrid that I've successfully used a textbox for so it looks as though the user is editing the flexgrid. Here's the rub though. If the user presses tab to try to move through the gird, of course, the cursor is moved to the next control. I've looked at the documentation ...
|
| Problem with UserControl on an ssTab control | 28 Oct 2003 23:18 GMT | 2 |
I have a user control on the first tab of an ssTab control. The usercontrol consists of one combobox. When I switch to a different tab, the TabStop property of the usercontrol is automatically set to False. This probably occurs so that you cannot tab to a control that is not ...
|
| Critical..Control erased from project... | 28 Oct 2003 23:12 GMT | 1 |
Yesterday my Windows NT system crashed twice and produced a blue screen. I'm currently in charge of a VB6 / Access 97 windows application. This morning when I tried loading the vb project I kept getting the error: " File format no
|
| Undo Last Event of Treeview in VB.NET | 28 Oct 2003 16:08 GMT | 2 |
I have the following issue: I need to catch the last event in a treeview (usually a new node being added in my case). I have to provide a undo menuitem which should undo the *last* event.
|