Monday, January 18, 2010

How to display controls at runtime in VB.NET 2003 depending upon user input?

I have 6 group box in a form made at design time and each of them have other controls. I want to display these controls depending upom the integer value entered by the user at run time.


I know how to make controls at run time but i Dont know how to display controls that are already present........ Please do it using loop.How to display controls at runtime in VB.NET 2003 depending upon user input?
You toggle the Visible property (and, to be extra-safe, the Enabled property) on the controls to be true or false.





Am I the only person left on Earth who reads documentation?





http://msdn2.microsoft.com/en-us/library鈥?/a>

No comments:

Post a Comment