| Thread | Last Post | Replies |
|
| Listbox contents change event? | 11 Apr 2005 04:20 GMT | 13 |
Hello people, I have a listbox that can be dynamically updated by several "clients". I could not find an event that fires when the contents of a listbox change. Am I missing something?
|
| How do I reload controls periodically? | 09 Apr 2005 22:01 GMT | 1 |
Basically I have a ListView that I fill up with values read from a database. I need to refresh/reload the ListView every 20 seconds. How do I do that? Any quick hints? Thanks!
|
| Creating a custom control from existing controls | 09 Apr 2005 15:13 GMT | 1 |
I have a need to create a custom control for my application. Does anyone have any great resources on how to create custom controls. Specifically, I need to create a Checked ComboBox control. I am extremely space limited in my application and best solution in this case is a ...
|
| Losing the arrow on a combo box. | 09 Apr 2005 04:46 GMT | 1 |
I have a usercontrol that contains a combobox and a label. In the InitLayout of the usercontrol, I try to resize the combobox selBox.Width = this.Width - lblIndicator.Width; this works correctly for most comboBoxs, but if the combobox is too small
|
| Help with ComboBox | 08 Apr 2005 21:07 GMT | 3 |
I'm having trouble populating my combobox using DataSource. I adapted the code directly out of MSDN, so I'm able to load my data into a dataset, send it to the combobox and then use the DisplayMember property to specify the field I want to see. Here is the code.
|
| Problem: Label not refreshing | 08 Apr 2005 15:07 GMT | 3 |
Need some help on regarding a label control: I have some label on a form. This form is presented using the Show() method. While it is visible the main thread changes the Text propery of the label within this form. However I cannot see the proper label text,
|
| Delete multiple selected entries in ListBox | 08 Apr 2005 14:39 GMT | 2 |
Looking for a VB .Net code snippet that will enable me to remove multiple selections from a List or Combo box. Was easy in VB6 but is confusing me in .Net Have searched the web and MSDN high and low. Must be too simple for anyone to address it.
|
| Radiobutton - CheckedChanged by user | 08 Apr 2005 10:34 GMT | 1 |
How can I find out if the user clicked a Radiobutton? The CheckedChanged event seems to do, but that's also triggered when changing the value from code. I want to run an action only if the user manually changed the value.
|
| about the ListBox | 08 Apr 2005 09:19 GMT | 1 |
I have a ListBox in Form1, and I select one item, and how can I get the selectvalue from Form1 in Form2 ? and I have a try that :
|
| DataGrid and Color | 08 Apr 2005 07:51 GMT | 3 |
I would like to color the text of some rows in my DataGrid: these colored rows should respect a rule, for example if the column C1 has value > 0, then all this row text shold have another color. Please help me ;)
|
| DataGrid question | 08 Apr 2005 06:23 GMT | 2 |
I have a datagrid bound to a ListArray. I remove the last element from the ListArray and refresh the CurrencyManager. If, at that time, a field in the last row (corresponding to the deleted element) was selected (highlighted), it stays displayed on the grid, even though the rest of ...
|
| Which event occurs when sorting in DataGrid?? | 07 Apr 2005 23:18 GMT | 2 |
Pls tell me which event occurs when i click in the columns header (in fact, it's sorting)?? Thanks!
|
| Backcolor of the MainMenu control | 07 Apr 2005 19:04 GMT | 1 |
Using VB.NET How do I change the backcolor of a MainMenu control. I have found alot of documentation on the Mainmenu items but not the mainmenu itself. I want to change it to the
|
| How to Use this ? | 07 Apr 2005 16:57 GMT | 1 |
I want to color different cells in different columns in this C1TrueDBGrid grid. I am able to color only one cell in the entire C1TrueDBGrid grid at a time but the help below cells it is possible.
|
| Speed up datagrid rendering | 07 Apr 2005 16:28 GMT | 4 |
Heya! My problem is this. I'm working on a program that offers several possible views to the user: 1) Three DataGrids, each in their own Panel, separated with Splitters.
|