| Thread | Last Post | Replies |
|
| Bug in TypeResolutionService (KB 912019) | 30 Oct 2006 10:02 GMT | 2 |
windows forms designer sometimes does not found the type of the root component (e.g. the base class of the designed class) if this is located in another assembly. This problem seems to be located in the standard ITypeResolutionService, which seems to be
|
| Explicit instantiation of UI editors from System.Drawing.Design namespace | 29 Oct 2006 20:34 GMT | 4 |
Could you give me a clue how to explicitly use in code UI designers like ImageEditors ( FontEditors, IconEditor) etc. like what the PropertGrid does? I just want to implement some kind of light-weight propeditor but definitely cannot imagine how to engage this functionality.
|
| Format String editor at runtime | 27 Oct 2006 21:38 GMT | 4 |
Visual Stadio IDE uses a dialog box to define format strings... http://msdn2.microsoft.com/en-us/library/ms171572.aspx Can I reuse that dialog box on my application? How? I wuold like the user could format a datagrid view column using a
|
| Designer problems and Nullable types | 27 Oct 2006 05:22 GMT | 3 |
[prev posting in windowsforms.controls] The follow property fails in the designer, works initialy, but as soon as the designer tries to reload the form it explodes. Anyone know how to fix this?
|
| Entwurfscontainer | 23 Oct 2006 14:06 GMT | 1 |
wie kann ich diejenigen Komponenten eines Steuerelements herausfinden, die ich dem Entwurfscontainer zuordnen muss? Danke, Bernd
|
| Designer Host Container | 23 Oct 2006 14:02 GMT | 1 |
how can I find those components which I have to add to the designer host container? Thanks, Bernd
|
| Designer Hosting | 23 Oct 2006 12:14 GMT | 1 |
I am hosting the designer using the 2.0 framework. When a component is added to the designer form I catch the ComponentAdded event and would like to change some of the properties of the control. However any properties that I change do not seem to stick. I have tried direct ...
|
| IExtender Collection property Serialization problems | 19 Oct 2006 14:59 GMT | 6 |
I have recently been playing with IExtenderProvider trying to implement a Collection Property and came upon this curious scenario: If I set up a property to return a Componet Array the code is correctly serialized as follows:
|
| Custom type property in property editoe (like Font in Control) | 19 Oct 2006 08:14 GMT | 8 |
I am traying t ocreate similar property as Font in TextBox. I have created custom class with two private strings fields and coresponding properties. I have added attribute Serializable to this class as in Font calss. Then I have created control with private member of above ...
|
| Custom Object Collection Editors | 18 Oct 2006 14:05 GMT | 1 |
I am attempting to make any Array or Collection properties I create in my UserControls or Components editable through the PropertyGrid during design time. First, how do I make the results of adding objects through the editor to be
|
| Logging into VS.NET output window in design time | 15 Oct 2006 22:38 GMT | 1 |
Is it possible to write log information to VS.NET output window in design time ? I have controls which I initialize and I would like to write infor if something goes wrong in design time when user places my control on form. Is
|
| Using CodeDomSerializer to save application settings | 06 Oct 2006 19:53 GMT | 8 |
I am wanting to use the CodeDomSerializer to serialise my applications object graph. The object graph is manipulated using the PropertyGrid component and I want to serialize this to disk and then reconstitute it. I have managed to use the CodeDomSerializer to serialize the ...
|
| Can't duplicate what VS is doing with TabControl | 06 Oct 2006 15:37 GMT | 3 |
I'm trying to write a control, and it would be greatly if it worked similar to tab control. The basic thing I can't duplicate is as follows: In the property window for TabControl, you can add tabs to the TabPages
|