Help with Dynamic Controls

  • Thread starter Thread starter Andreas Schulz
  • Start date Start date
A

Andreas Schulz

Hi,

can somebody point me to a source where I an find information or maybe
workarounds for dealing with dynamic controls? I am going to develop an
application where I have to create a number of objects such as
RadioButtons, CheckBoxes or TextFields dynamiclly. That is I get the
information about the number of elements on the fly by quering a database.

Thanks for helping

Andreas
 
Just look in the form-designer-generated code of any standard project. The
code it writes is identical to what you'll need to write.

-Chris
 
Back
Top