| Thread | Last Post | Replies |
|
| Custom controls in inherited forms | 09 Aug 2004 08:45 GMT | 3 |
I have a tab control that was written in my org. It inherites directly from System.Windows.Forms.Control. I use it in a window form (MainForm) and it works just fine. But when I try to create a new inherited form (ChildForm) that inherites from
|
| error when trying to add inherited form | 06 Aug 2004 15:53 GMT | 1 |
Hiya, I get an error when I try to add a particular type of "inherited form" to my app. I try to add it thru the following steps: 1) right click the selected project
|
| DataGrid question | 05 Aug 2004 17:01 GMT | 2 |
I am just trying to figure out what Microsoft thinks is orthodox with regard to getting totals in a datagrid. That is, let's say I have a datagrid with an amount column in it and at the bottom of the grid I want a total for the Amount column. Is the datagrid designed in such a way ...
|
| Hide a default property | 05 Aug 2004 14:05 GMT | 6 |
Is there a way to hide some default property of control? I'm writing my own usercontrol, and I would like to hide some of them. For e.g. the locked property or many other.
|