all groups > dotnet windows forms designtime > june 2007 >
You're in the

dotnet windows forms designtime

group:

Regarding Dynamic Controls


Regarding Dynamic Controls varnasisampath NO[at]SPAM gmail.com
6/26/2007 11:51:35 PM
dotnet windows forms designtime:
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
Re: Regarding Dynamic Controls G Himangi
6/27/2007 12:43:44 PM
Take a look at the "Windows Forms Designer generated code" section in your
file. For creating controls dynamically, you use the same basic code -
create a new combobox, set its size and other properties and then add it
using Me.Controls.Add

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
---------


[quoted text, click to view]

Re: Regarding Dynamic Controls OD
7/15/2007 2:30:58 PM
Creating dynamically a component at runtime is the same thing as
creating any instance of any class at runtime. So there is no special
trick. So what is exactly your problem ?

--


OD___
www.e-naxos.com

AddThis Social Bookmark Button