Hi,
You can load an assembly without much problems. the part I do not understand
is "execute that" , you are executing already one application, you cannot
execute another (well you can but it's not what you want in this case) .
What you should do is declare classes in this assembly (win forms) that the
executing app can show, interact with.
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"chandu" <na*************@hotmail.comwrote in message
news:O%********************@TK2MSFTNGP04.phx.gbl.. .
Hello,
I developed one windows appliction . and i want to load that application
dinamiclly in a Parent MDI as child appliction when click on a button in
parent form..
Just i tried to load the assembly file in parent application.
but i am confusing to load the assebly and execute that .
i want to make change on the child appliction...
thank u...