| Thread | Last Post | Replies |
|
| Set the row background color according to a cell value | 30 Sep 2007 13:14 GMT | 3 |
At this time I'm able to set the background color of a cell depending on it's value. I'm able to achieve this by extending the DataGridTextBoxColumn class and overriding the Paint method: [code]
|
| .net controls advice | 29 Sep 2007 22:54 GMT | 9 |
I am contemplating purchasing either Infragistics or DV Express .net controls. I need advise on which one is better if any. I need the usual controls that both offer i.e. grid, tab, explorer bars etc. Many Thanks
|
| binding CheckBox.Enabled to ComboBox selection | 28 Sep 2007 14:35 GMT | 3 |
I have a combo which is bound to a List<MyCustomObject>. One of the properties of MyCustomObject is a boolean which I would like to bind to a checkbox so that depending on the selection on the combobox, the checkbox below it would get enabled/disabled accordingly.
|
| Drawing tabs in ListBox.DrawItem event | 27 Sep 2007 18:30 GMT | 1 |
I have a ListBox, and have changed the DrawMode to DrawMode.OwnerDrawFixed. I'm using the ListBox.DrawItem event to do some custom coloring in my ListBox object. My item strings contain tabs, but after drawing the items myself, the tabs
|
| form repaint, tabcontrol | 27 Sep 2007 14:50 GMT | 1 |
It seems when using a tabcontrol, repainting the form when clicking a tab takes a few split seconds, how can I repaint my form after all controls and data is loaded??
|
| I need to be able to trap when the user clicks on a Web Browser control. | 27 Sep 2007 14:47 GMT | 2 |
So the .NET 2.0 web browser control does not provide a MouseDown or Click event handler, but I have a need to trap on this. I would like to know the best approach to accomplish this. I see Enter and Leave event handlers on the control and I have tried to trap on these and
|
| What are my options for implementing a horizontal drag/drop contro | 27 Sep 2007 14:47 GMT | 3 |
I have an interesting problem. I have a set of records in a data table organized by a simple key. What I want to do is represent these records as icons on a horizontally oriented control in asending order. Furthermore, I want to be able to use this display to reorganize the ...
|
| WebBrowser (loop automation) | 27 Sep 2007 14:27 GMT | 1 |
Background information …. I have a VS2005 C# Windows forms app which has several text fields, one button control and one webbrowser control that I use to display an external webpage and based on the input data provided by the user, I perform some
|
| ListView - one column | 27 Sep 2007 07:03 GMT | 2 |
I want to have a ListView which has only one column and all the items have the width of the listview (that is, no room fro subitems since i don't need them). It may sound like a ListBox, but I need to have ListViewItems and not
|
| Missing Record in Crystal Report | 27 Sep 2007 06:01 GMT | 1 |
I have a Crystal Report, which DataSource is made up of 2 tables, 1 Header table and 1 Detail table. The Detail table contains extra details of the items in the Header table. Not all Header items has a record in the Detail table. As for my Crystal Report, I'm grouping the records ...
|
| Very weird RichTextBox bug | 27 Sep 2007 04:38 GMT | 1 |
I have tried to make a simple sample of this - but the simple samples all work. The basic problem is I create a RichTextBox and then call RichTextBox.LoadFile() to load a rtf file in it. If the file has an image in it - the control displays nothing and
|
| Autocomplete textbox with dynamic datasource | 26 Sep 2007 20:22 GMT | 2 |
I know how to use autocomplete with 2.0 framework on a textbox. I also know how to use COM interop to use the IAutoComplete interface directly. But with either approach I seem unable to change the list while the user is typing.
|
| Beginners question - DataGridView with a combo box column | 26 Sep 2007 18:38 GMT | 1 |
I have not tried this before. I have a fairly simple table bound to the grid itself and I want to make one of the columns a combo box. To this end I bound the grid to the first table and the column to a second. No matter what I try, I keep getting 'DataGridViewComboBoxCell ...
|
| Exceptons when debugging | 26 Sep 2007 16:39 GMT | 2 |
My VB 2005 winforms application has an Application.ThreadException handler to catch any unhandled exception. When debugging, the debugger doesn't stop when I get an exception, control passes to my application exception handler. Currently I
|
| Component Designer | 26 Sep 2007 14:28 GMT | 1 |
A great problem on VS2005. After I dropped an object on the design area of a component, it does not maintain the position assigned. All objects, after closing and reopening the designer, move on the left of the area. It's hard to work in this situation. VS2005 SP1 resolves the ...
|