| Thread | Last Post | Replies |
|
| IDesignerHost and the RootComponent | 28 Jul 2005 20:04 GMT | 1 |
in the DesignHost why should the RootComponent be a Form even when the class you may be designing is derived from a form? Take for example a simple object graph of: (A form with 2 buttons and a user control):
|
| Container control in designtime | 27 Jul 2005 16:07 GMT | 15 |
I am stuck in that, so I need your help. I designed a user control, which is mainly a GroupBox (GB). When I drag a control in the GB, the new control (NC) seems to be behind the GB. When I move my GB, the NC appears until I stop moving the GB. At runtime, the NC does not show up. ...
|
| DesignTime bug with usercontrol textbox...workaround? | 22 Jul 2005 01:04 GMT | 1 |
If you place a textbox on a user control...then put that user control on a form with a panel, then move the control to the panel, you then can activate the textbox. In other words it no longer thinks it's in designMode. Anybody know of this issue or a workaround?
|
| Why my component appears gray in the toolbox. | 13 Jul 2005 16:00 GMT | 1 |
I don't understand why my component appears gray in the toolbox. I added the [ToolboxItemFilter("NETCF", ToolboxItemFilterType.Require)] [ToolboxItemFilter("System.CF.Windows.Forms", ToolboxItemFilterType.Custom)] attributes in my component.
|
| Designing controls that have parameters in constructors | 12 Jul 2005 07:37 GMT | 2 |
[ Using C# in VS 2003 ] I want to have a control with a constructor that accepts several parameters. Unfortunately, the Visual Studio designers insist on parameterless constructors. The problem is, exposing a parameterless constructor may create the object in an inconsistent state.
|
| Readonly CollectionEditor? | 11 Jul 2005 19:23 GMT | 1 |
Is there a way to make the CollectionEditor readonly? Looks like CollectionEditor uses CollectionForm, and CollectionForm includes this field: internal virtual bool CollectionEditable { get; set; }
|
| Refreshing the whole form | 05 Jul 2005 23:13 GMT | 3 |
Is there a way for me to refresh the entire form to allow controls with transparent backgrounds to refresh correctly and be superimposable?
 Signature ~Mike Powell
|