| Thread | Last Post | Replies |
|
| List Box??? | 07 Nov 2003 15:20 GMT | 2 |
I am waiting a control, maybe a listbox, that will display a listing of restaurants. I'll set the the listbox to be checkbox style. I can do all of that. But I would also like to be able to have the selected items displayed at the top of the list. Plus I would like to be able to ...
|
| Newbie, where's the GetURL function? | 07 Nov 2003 15:13 GMT | 4 |
I'm trying to figure out how to get a webpage into an HTMLDocment object. Here's my code: Dim X As New HTMLDocument Set X = GetURL("http://www.cnn.com/")
|
| BNF string parser? | 07 Nov 2003 14:33 GMT | 2 |
VB now has a regExp object class to help parse and manipulate regular expressions. Does anybody make a VB usable BNF object class which would parse BNF strings in the same way as regExp?
|
| ActiveX icon | 07 Nov 2003 14:33 GMT | 2 |
How do I change the display picture of my Active X control in the toolbox
|
| error trapping on exit | 07 Nov 2003 14:08 GMT | 1 |
can anyone tell me how can I build error functionality into my app, so that if the user close the application before hitting the commit button, I can trap the error and roll back to the original. That will be by hitting the "X" button in right hand corner or by using Ctrl
|
| Sample webBrowser code for VB6? | 07 Nov 2003 13:02 GMT | 1 |
I'm trying to parse a web page and grab everything in a table between the <TD>s and </TD>s. The webBrowser class looks like it might have some simple ways to accomplish this. Can anybody point me to some examples of using the webbrowser class to scan through a collection to
|
| List Box Control | 07 Nov 2003 10:26 GMT | 2 |
I am reading data from a file i.e a number, ForeName, SurName. My type statement is Number as String * 1, ForeName and SurName as * 15. I then load them into a string variable and additem to listBox. The problem is that because some names are shorter than others their alignment ...
|
| display rtf text in diff colors | 07 Nov 2003 05:08 GMT | 1 |
hi...i need to display the test in different colors in a RTF.. can u pls help??? lets say i have this text "Beautifull World"
|
| Form's 'close' button behaviour... | 07 Nov 2003 04:42 GMT | 30 |
Don't know if this is the right group... I'm showing a form modally .show(1) If the form is idle (no processing going on) and I click the close button (top right) the form closes...
|
| Device control | 07 Nov 2003 00:18 GMT | 1 |
IS there a way to write a OCX that controls 2 video cards?
|
| treeview | 06 Nov 2003 21:25 GMT | 1 |
I am using the treeview control to show text data from access database tables. These tables have text with characters in portuguese. My problem is with characters that have accent, like ã, í, ó, ç, ê and others. When I set some text that have one of these characters to a treeview ...
|
| Brand new to VB | 06 Nov 2003 20:54 GMT | 3 |
I just started playing with VB 6 and I'm having problems with creating a close button..... Could anyone please lend a hand or show me a link to better resources? Thanks
|
| I can't believe I can't access a cell from a Datagrid! | 06 Nov 2003 20:26 GMT | 2 |
Is there any way to retrieve information from a cell using a Datagrid? I'm using VB6 and the only thing I can do do is accessing rows and columns... Anyone can help me out?
|
| DataGrid control retrieve selected row values | 06 Nov 2003 18:23 GMT | 2 |
Can anyone tell me the syntax to retrieve the selected row fields from a datagrid? Is there a way to prevent being able to select only a column. I want the user to only be able to select the entire row. Thanks
|
| Progress bar Changing colors | 06 Nov 2003 16:50 GMT | 2 |
does have a method to change the progress bars chunks to a different color? any help is greatly appreciated. tks, rg
|