load assemly dinamically in to applicatin

C

chandu

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...
 
I

Ignacio Machin \( .NET/ C# MVP \)

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.
 
C

chandu

that means one windows app is running .if i click one button in that app, i
need to load another windows app dynamically.how can i do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top