all groups > dotnet windows forms designtime > june 2005
Debugging Design-Time-Code
Posted by Sparhawk at 6/21/2005 12:35:07 AM
Hi,
simple question: is there any way to debug design-time-code except with
MessageBoxes? If I develop, for example, a TypeConverter it is never
used at run-time. Any way to debug this?
... more >>
ExpandableObjectConverter doesn't work
Posted by CaptainHaddock at 6/17/2005 12:00:00 AM
Hi, everyone,
I'm a newbie to the winform designtime area, Now I'm learning the usage of
PropertyGrid. when I added one custom type of property "Person" to the class
"Company", it didn't appear in the PropertyGrid. I had used the
ExpandableObjectConverter as the TypeConverter of the property.
... more >>
My own Collection in DesignTime and Delete Action
Posted by Thibaud Bouquely at 6/15/2005 8:24:40 PM
Hello
I try to develop my own component with a collection property
Every thing work fine in Design Time except when I try delete the component,
Each sub component contains in collection property do not destroy and so,
InitializeComponent contains each sub component !! even if the main
com... more >>
design time serialization examples
Posted by Wen Tung at 6/11/2005 12:00:00 AM
Hi
Need some examples on design time serialization.
Examples like implementations on IDesignerSerializationManager,
IDesignerSerializationProvider, IDesignerSerializationService, IDesignerHost
for Serialization and stuff ...
... more >>
Design-time resize event on UserControl?
Posted by webstuff NO[at]SPAM urbanperspective.net at 6/6/2005 7:17:41 AM
Hi,
I have a UserControl with another control embedded on it and want to
resize this embedded control whenever the developer resizes the
UserControl at design time. Is there any way of doing this?
Cheers,
Rich
... more >>
Refreshing the whole form
Posted by Michael Powell at 6/2/2005 12:00:00 AM
Is there a way for me to refresh the entire form to allow controls with
transparent backgrounds to refresh correctly and be superimposable?
--
~Mike Powell
www.ramuseco.com
... more >>
Default a String Property of Control with a unique value
Posted by fatboy at 6/1/2005 1:04:02 PM
I'm trying to create a form that has a unique GUID as a property whenever a
new one is created. However this won't store the generated GUID unless i
manually change it in the deisgner and click on another property.
How do i get it to save the original GUID.
My (useless) code example is be... more >>
|