B
BVM
Hi, all:
I want to populate controls on a form based on what user select. I define the layout of the form and controls in a xml file, like this:
<Label id="lblName" text="Company Name" Width="100" height="24" layout="Dock-Top" Event="Click" EventHandler="ClickLabel"/>
Then my program should understand it and put it in the correct place and create event: lblName.Click += new EventHandler(this.ClickLabel);
(Sounds like ASP.NET and Scripting)
Do you have any idea on how to do it?
Many Thanks!
Dennis Huang
I want to populate controls on a form based on what user select. I define the layout of the form and controls in a xml file, like this:
<Label id="lblName" text="Company Name" Width="100" height="24" layout="Dock-Top" Event="Click" EventHandler="ClickLabel"/>
Then my program should understand it and put it in the correct place and create event: lblName.Click += new EventHandler(this.ClickLabel);
(Sounds like ASP.NET and Scripting)
Do you have any idea on how to do it?
Many Thanks!
Dennis Huang