I know we talked about this way back, but i just cant find those posts.
I am trying to make my one program look more "presentable" and is giving it a facelift so to speak.
I want to simulate the use of a tabcontrol where i load childforms onto my main form once i click the appropriate button.
Tabcontrol seems to be loading the whole works of forms and i dont want the user to be able to control it with the tabs. (I want my menu to do it and dont want to see those tabs!)
So i figured that perhaps one can assign the childform to a single page tabcontrol on the fly...and unload it again before you open the next childform with the same tabcontrol page. Can you do that?
That will solve my issue of having to think of form resizing and resolutions etc.
If not, can someone please help me recap how to make childforms load onto the first form, resize with it and so forth?
I haven't been near a pc in a while!