Generating Form on the Fly
Can anyone point me at some information that might help me to construct a windows form on the fly?
I'd like to be able to interogate a ISAM database and generate a form complete with functions to modify, add, and delete records on each file defined in the db.
I know that this is possible. I'm just not sure where to start.