> I want to open the GUI Application within the
> GUI,say within the same form,not another GUI form
Well, you don't want to invoke the other application in that case. You only want to use some classes of the other application, and that can only be done if that application is modular.
Kaj