| Thread | Last Post | Replies |
|
| Property Window and 3rd party webcontrols | 16 Mar 2007 22:09 GMT | 3 |
I am adding custom controls to Visual studio which can then be dragged onto a page and the controls properties appear in the property grid window. The Font property of one of my controls appears in the property window with a + sign beside Font which can then be expanded
|
| How to customize the form | 14 Mar 2007 20:11 GMT | 1 |
I am creating windows form at the run time and also i am setting the FormBorderStyle to FixedSingle. So that the form comes with some standard size, but i wanted to customize the form size.. How can i customize the form size with FormBorderStyle property as FixedSingle.. Even ...
|
| Screen dimensions | 14 Mar 2007 20:00 GMT | 1 |
I need to create a form and fill it with a number of button decided at run-time..then I need to create this buttons according to their number such that they adapt on the whole screen dimension.. Is there any property or anything that tells me this?
|
| How to use WebFormsRootDesigner with DesignSurface? | 08 Mar 2007 01:29 GMT | 1 |
Can anyone shed light on using WebFormsRootDesigner with DesignSurface to create a visual designer for webforms? Class descriptions suggest this is do-able, but adequate documentation and description of usage seem non-existent on MSDN and wider searches yield nothing but others ...
|
| How do I set DesignerSerializationVisibility on inherited properties? | 03 Mar 2007 12:59 GMT | 1 |
I've created a control which inherits from the ListView class. In the constructor I create 2 columns and add a two items to propulate a row. This is all ok, when I use the control at design time my constructor is called and I see the columns and data. However, at runtime, it ...
|