|
|
|
start date: Tue, 26 Jun 2007 23:51:35 -0700,
posted on: microsoft.public.dotnet.framework.windowsforms.designtime
back
| Thread Index |
|
1
unknown
|
|
2
G Himangi
|
|
3
OD webmaster @ e-naxos dot com
|
Regarding Dynamic Controls
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
Date:Tue, 26 Jun 2007 23:51:35 -0700
Author:
|
Re: Regarding Dynamic Controls
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
---------
wrote in message
news:1182927095.594768.222940@x35g2000prf.googlegroups.com...
> 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
>
Date:Wed, 27 Jun 2007 12:43:44 +0530
Author:
|
Re: Regarding Dynamic Controls
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
Date:Sun, 15 Jul 2007 14:30:58 +0200
Author:
|
|
|