I want to create a parent window and host a couple of childWindows inside it, and show them according to user events:
in other words:
on parentWindow.load() event, i load the main Childwindow.. and according to the user's choices i unload/close , and then load a different childwindow.
-all of that happening "inside" the parent window" -
giving the user the feeling of a paging application instead of a "forms/window" application.
is that doable ? and r there any better practices to have create a similar effect ?