HI all,
i have a winform and a webbrowser control in it which webbrowser launches a aspx link.
now my aspx link has a button control on click of it i want to minimize the whole application.now how do i call a outer winform from a inner aspx page.

1) winform runs in a exe it has its own process where has aspx runs on a server.
2) can delegats works here? then how?

can any know the solution.

help is very much appreciated.

ppcc