| Thread | Last Post | Replies |
|
| Help With Textbox Formatting | 10 Nov 2003 15:11 GMT | 2 |
I have some textboxes that are bound to an ADO Data Control. I am having trouble formatting the text in a few of these boxes. I have a field called sPrice that I want to be formatted as currency.
|
| NT Services | 10 Nov 2003 12:52 GMT | 1 |
Just wondering if it is possible to use vb6 to write programs to run as NT Services? Regards, Sylvia
|
| Flexgrid row selection | 10 Nov 2003 09:22 GMT | 1 |
Is it possible to make the selection in MS Flexgrid like a listbox (selection of individual rows using ctrl key) ? TIA Guy
|
| Update dependencies | 10 Nov 2003 04:05 GMT | 1 |
I have made a small application using VB5 (SP3), everything is Ok, but when I Package and Deployment wizard (PDW)I get a warning about several OCX's requiring update. I have no Idea how to do this.
|
| Is the NG Server Flushing Msgs? | 10 Nov 2003 03:09 GMT | 2 |
Hi... Just noticed that today all NG's show only appx 60 days of past msgs. Ie: on get new msgs, a specific NG dropped from 11,000 to 7,500 msgs and only back 60 days.
|
| Need super Grid control | 08 Nov 2003 17:18 GMT | 1 |
I am trying to devellop an updatable grid control with different data category with VB6 ex: when we click on cells in the column 1 it would show a time picker, columnm 2 a text box, column 3 a combobox,
|
| Command Button without focus? | 08 Nov 2003 07:09 GMT | 1 |
I have multiple buttons on a form, I don't want any of them to appear as though they have been selected. Even after I select one of the buttons, I don't want it to appear as it has been selected.
|
| MSFlexGrid Click Event | 08 Nov 2003 07:07 GMT | 1 |
Each time a row is highlighted I display data in some text boxes. My code works fine if the user clicks on a row. But if the user uses the arrow keys to navigate from row to row, nothing happens. Any ideas?
|
| Display "blank" to combo box | 08 Nov 2003 00:35 GMT | 2 |
Hi, Good day! I've created a combo box and there'll be a blank data and 5 more data for user selection. Adding a blank data from the combo box to database doesn't have any problem.
|
| List box | 08 Nov 2003 00:31 GMT | 3 |
I have a list box that has three columns created by SendMessage. In each column I have displayed some text. E.G 01 Chris Poole 02 Pete Tosh
|
| Listbox fails to update display | 08 Nov 2003 00:30 GMT | 1 |
what can be the reason why a listbox does not update its view? ...we have a form and a button: Private Sub CmdBonPlus_Click()
|
| Listbox Display/Value Member | 08 Nov 2003 00:27 GMT | 1 |
It's easy to set the display or value member of a listbox when it is bound to a datasource, but they don't seem to work when i declare them when there is no datasource, why? Kunkel
|
| msflexgrid - RowIsVisible | 08 Nov 2003 00:16 GMT | 4 |
Hi Group, I cant get this to work. I am trying this --> MsFlexgrid1.RowIsVisible(1) = False Error message is "Assignment to constant not permitted". Would someone post
|
| The Impossible Listbox | 07 Nov 2003 18:01 GMT | 4 |
I have two listboxes (we'll call lstTarget and lstSource). Both are set to MultiExtended and bound to a datatable. I want to be able to add multiple items from lstSource to lstTarget (which works fine) and then remove the selected items from lstSource. So far it only works for ...
|
| Tabbing to vbAccelerator S-Grid | 07 Nov 2003 17:31 GMT | 2 |
Has anyone used the S-Grid from vbAccelerator? If so can you tell me if you can tab to the grid and have the grid show that it has focus. For example, if you have a form with a text box and a s-grid. When you tab from the text
|