Re: i want create a panel dynamically
- From: "koti" <vemula.k@xxxxxxxxx>
- Date: 11 Oct 2006 01:35:02 -0700
thank u mike
Mike wrote:
For sure.
For example
Panel p =new Panel();
p.Dock = DockStyle.Fill;
//other panel settings and add child controls.
myUserControl.Controls.Add(p)
"koti" wrote:
hi all,
i want to create a panel in the user control of windows application.
the panel should have textboxes lables, radio button, checck box's etc
can u please tell me is it possible do like this
Thanks
Koti
.
- References:
- i want create a panel dynamically
- From: koti
- i want create a panel dynamically
- Prev by Date: Re: Cookies and web services
- Next by Date: MDI titlebar text
- Previous by thread: i want create a panel dynamically
- Next by thread: Re: convert lowercase pathname to 'true casing'
- Index(es):