-
I have an app, with lots of modal forms, that need to be remodeled.
I want to have a tabstip in frmMain and then embed the old existing forms in the client area of the tabstrip. The forms must then be modeless and must appear to be in the tabstip.
Any guru with ideas ?.
-
Convert them all to UserControls, and then just draw them on the the tabstrip. To convert a form to a usercontrol, you need to do a bit of hacking on the form file using notepad - have a look at the two - it's not really difficult
- gaffa
-
Thanks Gaffa
Its not what you know, its who you know. I sure I will come right now.