I know the way to declare a new instance of an allready existing class (Form1).
What i want is to create a normal Form at runtime with no Forms predeclared at designtime.
Is it possible? Only in API? Can one add Forms controls with normal events to the API created form?