Sounds really retarded but I'm wanting to create an application that when ran the user can create an instance of lets say a button by clicking on the button that I have drawn on the screen.
It's going to be an application builder programs.
What I need to know is how can one build an app that can create instances of buttons and text boxes, after the program has been compiled?
Do I need to include the classes for each tool type into the .exe somewhere do I need to create an entirely new class for each button, label, etc?
Was hoping that I could use the pre existing classes built for those tool types and put my own custom tweak on the class after the button is built so that the user doesn't have to write any code for the button because each button will do one type of operation that is sequential for the life of the app.
Thanks for any input you can help me with and sorry for the murky post.
Here's a screen shot of the app in development so it may help give you a better understand at the what hey I'm talking about.