| Thread | Last Post | Replies |
|
| UserControl runs in Design-time | 29 Nov 2007 16:42 GMT | 1 |
I write new UserControls. And they execute in DesignTime. I want they only execute in Run-Time. How can I do thet?
|
| Sort Arrows in ListView Control in .NET 2.0 | 28 Nov 2007 21:08 GMT | 6 |
Is there any way to use the HDF_SORTUP and HDF_SORTDOWN format styles in the current version of the ListView control. It seems like this has gone away as the header image list got subsumed by the ListView image list (which I think means that the solution described in KB 314933 ...
|
| Hosting any user control in a DataGridView cell | 27 Nov 2007 16:19 GMT | 6 |
I have seen the articles related to hosting a date-time picker control within a DataGridView cell and how to implement a DataGridViewRadioButtonCell and column. My question is generic and simple (but probably the answer is not that
|
| Setting the font for a custom control | 24 Nov 2007 03:02 GMT | 1 |
What's the best procedure for ensure that your custom control uses a font that's available to the system? I'm developing a control that displays text as part of the overall UI. I'd like to create, say, three Tahoma fonts (12pt, 14pt and 12pt-bold). However, Tahoma may not be ...
|
| Select value in ComboBo in DataGridView | 23 Nov 2007 11:50 GMT | 10 |
Based on a change of value in a column - c1 - I want the set the value of another column - c2 - hosting a combobox with valid values. When I set the value in c2 in my code it does not get displayed in the grid. I believe I need to select the proper value in the combo box in c2, ...
|
| Free Windows Control | 21 Nov 2007 13:39 GMT | 1 |
Where i found a free Windows Control, in particolar a DataGrid / Listview with collapse/expand property ? Thanks
|
| Sideways tabs | 20 Nov 2007 23:42 GMT | 2 |
I'd like to use a TabControl (2.0) in a program I'm making. I'd like the tabs to appear on the left hand side, running down the length of the control. The only way that I can see of getting the tabs on the left is to change the 'Alignment' property to "Left", but this causes ...
|
| DataGridView Custom cell painting memory leak | 19 Nov 2007 12:25 GMT | 1 |
I have a DataGridView on my form which is binded to a collection of custom business objects. The collection inherits from BindingList<T>. The objects implement INotifyPropertyChanged for updating the DataGridView when the object properties change. I also have a custom column ...
|
| Please Help!!- Background image in report pixelated when printing | 19 Nov 2007 10:45 GMT | 4 |
I have a background image I'm using as a form within my report. the problem is that I needed to reduce the resolution of the image to 96 dpi in order to work with it and line things up within the ssrs/vs2005 report editor. However because the image is only 96 dpi, it looks awful ...
|
| ToolTip on ToolStripButton? | 19 Nov 2007 02:17 GMT | 1 |
How can I set a "System.Windows.Forms.ToolTip" to a "System.Windows.Forms.ToolStripButton" please? I am using VS.NET 2005 with C#. Thanks in advanced for any help,
|
| IDataGridViewEditingControl validation | 15 Nov 2007 07:16 GMT | 10 |
I have implemented my own TimeEditorControl: public class TimeEditorControl : IDataGridViewEditingControl with the input mask hh:mm. If the user enter ex. 4 and leaves the field, the value of the control is 4:.
|
| caret position in custom TextBox inhereting from UserControl | 10 Nov 2007 22:11 GMT | 1 |
I'm writing a custom TextBox that inherits from UserControl. I can't use a standard TextBox, or inherit from it or TextBoxBase, as it needs to support proper transparency, meaning both the background needs to be transparent, and the foreground back colour (I'm finding that if I
|
| Multiple inheritance of usercontrol | 09 Nov 2007 11:04 GMT | 6 |
I need to develop several dialog boxes that use a common set of UI elements. For this purpose, I've created a class (let’s call it ucBaseFilter) that inherits from UserControl and contains lots of UI elements and some programming logic.
|
| AllowUserToAddRows interacts with BindingList | 09 Nov 2007 09:57 GMT | 5 |
I have a DataGridView that is bound to a BindingSource at design time. Also at design time the BindingSource has its DataSource bound to one of my classes. This class is simply a wrapper that derives from generic list but sets the type of the list item (i.e., public class MyClass ...
|
| How to Programatically Check A DataGridViewCheckBoxCell DataBound Grid | 08 Nov 2007 05:13 GMT | 1 |
I have a DataGridView that is bound to a BindingSource that is bound to a BindingList(Of T). The problem is that the first three columns in the grid gets their values from the DataSource, but the remaining columns are unbound DataGridViewCheckBoxColumns which are creteated ...
|