all groups > dotnet windows forms designtime > june 2007
Regarding Dynamic Controls
Posted by varnasisampath NO[at]SPAM gmail.com at 6/26/2007 11:51:35 PM
Hi All,
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
... more >>
Deleting and creating controls via code
Posted by John at 6/20/2007 6:19:36 PM
Hi
Is it possible to enumerate all controls on a form and then save the info in
an xml file via code? Is it possible to reverse the process i.e. read info
from and xml and recreate all controls on a blank form? I am just trying to
find a way to cerate "templates" so users can choose which c... more >>
How to customize the Label and set the property of AutoSize to False?
Posted by Ryou kaihou at 6/14/2007 12:00:00 AM
Hello All,
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?
Thanks
... more >>
How do you persist and restore forms with the CodeDomDesignerLoade
Posted by Bill Rust at 6/12/2007 6:51:01 AM
I'm implemented a forms editing environment based on the MSDN example:
http://msdn.microsoft.com/msdnmag/issues/06/03/designerhosting/default.aspx.
My DesignerLoader derives from CodeDomDesignerLoader, and I'd like to persist
the form definition to a file so that it can be subsequenly reopene... more >>
Panel.Enabled
Posted by David McCallum at 6/4/2007 12:00:00 AM
I have a panel on a form when I set panle.Enabled to false, all the panels
child controls are disabled, as expected.
Is there anyway to override this for one component (actual a list of phone
number. The user will want to be able to scroll through them)
TIA
David McCallum
... more >>
PropertyDescriptor for Generic.List(Of String)?
Posted by WALDO at 6/1/2007 4:59:02 PM
I have an object which I would like to show on a property grid. The object
has a property that ultimately can boil down to an array of unique strings.
I though I'd be clever and code it as a Generic.List(Of String).
When I select the object so it is shown in a PropertyGrid, it, shows the
de... more >>
Designtime behaviour of a tabcontrol in a usercontrol
Posted by Johnny Kühne at 6/1/2007 6:26:02 AM
Hello Newsgroup
I'm working with VS 2005 Prof. on a usercontrol, which should look like a
wizzard.
In this usercontrol I have tabcontrol, which should be active in designtime,
so a user can drag other controls on it.
I have achieved this behaviour with a ParentControlDesigner for the
us... more >>
|