How do I make it so when a program loads, it opens multiple forms, but they're like tools, such as in the Lazarus IDE there are multiple windows that all affect each other?
feedback
|
|
What you are describing is a multiple document interface (MDI) application, commonly used where windows reside under a single parent window. http://en.wikipedia.org/wiki/Multiple_document_interface Advice on creating such applications is a broad subject - but the followings links should help you on your path:
Good luck and feel free to ask about any specific problems you have. | ||||
|
feedback
|