| Thread | Last Post | Replies |
|
| How to hide inherited properties for a custom control | 23 May 2006 14:34 GMT | 6 |
I created a new control derived from UserControl class. For this new control I added some new properties. How can I show only these new properties for this control at design time in PropertyGrid control? Thanks,
|
| access application settings at design-time | 20 May 2006 03:48 GMT | 3 |
I search for a solution to query and edit the (v2.0) application settings at design-time (in an uieditor for my custom control). Thanks, Stefan
|
| creating Reg expression from crash | 16 May 2006 20:03 GMT | 1 |
I want to create my owns regular Expressions, can you point me to a Dicctionary where I can find what is the meaning of each individual symbol? Thank you
|
| How to make visible control appear in component tray | 13 May 2006 03:49 GMT | 1 |
Someone please help. I have a control that I would also like to make appear in the component tray. A good example of this is the ToolStrip control. I've searched all over the place and cannot find the answer to this.
|
| Custom Forms Designer Context Menus | 12 May 2006 02:38 GMT | 6 |
Another question about Custom Forms Designers... I would like to be able to add context menus to my controls, so if the user clicks on any of the controls on the design surface, a popup menu appears. I have tried to work with the MenuCommandService, and can add the verb and
|
| how do I dynamically enable/disable a property? | 10 May 2006 10:27 GMT | 3 |
I've got a control that has a property in the Behavior section, it has 3 options, depending upon this property's selection I want to hide or show other property's, because the user won't need access to them unless they've selected the appropriate selection on the property in
|
| Designer goes crazy on DataGridView | 05 May 2006 06:44 GMT | 5 |
I upgraded a VB.Net VS2003 Windows Forms project to VS2005. I have now VERY frequent problems with the designer!! Some controls are "destroyed" in the designer. They disappear from the declaration list (Friend WithEvents ....)
|
| Need CodeDomSerializer? | 03 May 2006 14:00 GMT | 2 |
I have a user control using custom class as property, Custom Class, public class myMarginBound : System.Drawing.Printing.Margins {
|
| ShouldSerialize | 02 May 2006 11:22 GMT | 1 |
i have 3 forms and the all inherited from each others, and in the base form i have a custom control with a complex structure property (" MyProperty as ComplexStructure ) and my problem is, i just want to change this property in the base (form1)
|
| ExtenderProviders | 02 May 2006 11:20 GMT | 1 |
I have created an extenderprovider 'MyExtenderProvider' to extend a property 'NewProperty'. In the property grid, the property is displayed as: NewProperty on MyExtenderProvider
|
| Collection Editor - Add Button - Customize new item names? | 02 May 2006 11:16 GMT | 1 |
I have a component that has a collection of child components. The user selects the type of child component he wants to create in the context menu that pops up after clicking Add button. Is it possible to customize the item names that appear on that menu?
|