| Thread | Last Post | Replies |
|
| DataGridViewComboBox selectively hide arrow | 12 Jan 2007 16:38 GMT | 3 |
I have a column on my DataGridView that is of the type DataGridViewComboBoxColumn. On some of my rows, I want to keep the user from changing the value in that field. What I'm doing now is, as soon as I populate my rows, I run through
|
| WebBrowser in UserControl in IE HTML | 12 Jan 2007 16:28 GMT | 1 |
I built a Windows Control Library that includes the WebBrowser component. It runs fine in Windows Apps or the TestContainer. When I embed it into a web Page as <object> it displays only the outline. When I delete the WebBrowser from the UserControl it runs fine. All IE
|
| Help. Getting exception when I rebind grid to another dataset and change column names | 12 Jan 2007 16:26 GMT | 3 |
I am using a datagrid and two dataset with different data. Both views of the grid contains 5 columns. I toggle between two different views of the grid which display different types of data. When I toggle, I change the last 3 columns to different name and bind a different dataset. ...
|
| Is this normal | 12 Jan 2007 06:41 GMT | 3 |
Is it normal for form-based events to fire in "InitializeComponent()". I've got a "DataGridView" on a form and I set its "CellValueChanged" event using the forms designer. Ok, VS initializes my event in "InitializeComponent()". However, "InitializeComponent()" later calls
|
| Manipulating images | 12 Jan 2007 06:20 GMT | 2 |
Gday guys, We have a need in our application to manipulate around 10 images on the screen at any one time, with the manipulations limited to zooming and transforming.
|
| RegionMasterControl - Custom Shape Forms ( Skinning) | 12 Jan 2007 06:17 GMT | 1 |
I am new to WinForms development and working on skinning aspects of an App. I've have downloaded RegionMasterControl, its very handy to me. But I don't know how to allow user to resize the CurvedPanel area at runtime. User should be able to resize area just a normal window does ...
|
| access another forms controls & properties at runtime | 12 Jan 2007 06:14 GMT | 1 |
how can you access a control on a form from another form at runtime. For example to set the datasource and datamember properties of a forms binding source from a different form? I am trying to do something like:
|
| Using variable as form field name | 12 Jan 2007 04:37 GMT | 1 |
I have two fields field1 and field2 on my form. Is there a way that the field names can be accessed via variable so that choice of the actual field to access is decided at runtime? Thanks
|
| Default icon for custom file using C# | 11 Jan 2007 19:13 GMT | 2 |
I have been trying to get a solution to this problem for quite sometime now. I produce custom files in my Windows Application (binary serialization of some objects) with some extention, say "file.abc"
|
| hiding public methods in the DropdownList. | 11 Jan 2007 18:17 GMT | 6 |
again with some interesting Question. i've some public methods in class. i dont want to show this methods in the dropdown list while you are typing the code in .net IDE (it long story that why i dont need those methods in the list).
|
| Form's - Border Color | 11 Jan 2007 14:42 GMT | 3 |
How can I change form's border color? Or is there any method to hide/show form's border at runtime. Either one will work for me. Ex: If user wants to keep background green, border also should change to
|
| OS DateTime Format Setting | 10 Jan 2007 20:51 GMT | 2 |
Is there a way to determine the OS's date/time culture format (e.g. mm/dd/yyy vs. dd/mm/yyy) setting at run time? TIA Brad
|
| NumericUpDown control crashes | 10 Jan 2007 15:18 GMT | 1 |
We encounter a bug in winform application in .net 2.0 that often when we press continually on a NumericUpDown control the application crash with the following exception : System.NullReferenceException occurred
|
| Customizing ComboBox | 10 Jan 2007 15:16 GMT | 4 |
Hey... How are you doing? Ok, New Year's troubles... I am trying to create a custom ComboBox (inheriting from ComboBox object).
|
| ???Dispose dynamic menu items | 10 Jan 2007 09:12 GMT | 1 |
Hi People I have a WinForm program. The UI contains a ToolStripDropdownButton, which is associate a list of menu items of ToolStripMenuItem, created dynamically. Upon different scenarios of user operations, the
|