| Thread | Last Post | Replies |
|
| hiding code from the winform designer | 18 Jul 2007 07:51 GMT | 5 |
I have set up an inheritance tree for my winforms (.net2.0) to expose common functionality. The winform designer in vs2005 will not load these forms unless the base type has a default constructor (no args). Right now I'm simply creating a default constructor but its use at ...
|
| How to customize the Label and set the property of AutoSize to False? | 15 Jul 2007 13:39 GMT | 1 |
As we known, in Visual Stdio 2003 or 2005, the property of Autosize of Label is set to True by defaut, how can I customize this and set property of Autosize to False? Any ideas?
|
| Regarding Dynamic Controls | 15 Jul 2007 13:30 GMT | 2 |
My problem is that,how to create dynamic group of controls(like if i click on one item in ComboBox then below i have to display group of ComboBoxes and textboxes,labels like that) so friends i guess i will get solution as early as possible
|
| App.config settings not available for user controls at design time | 03 Jul 2007 18:16 GMT | 1 |
vs2005: I am finding that the app.config settings are not being read by user controls on a form at design time. The designer can't load in this case and throws up it's error message. There are a few other threads on this
|