Launch Windows Form from Web browser?

  • Thread starter Thread starter Ad
  • Start date Start date
A

Ad

It it possible to launch a windows form from within internet explorer?

I need to keep this form on top of anything else, for which i can use
the TopMost property of the form to achieve.

Thanks
 
Hello, Ad!

A> It it possible to launch a windows form from within internet explorer?

Code in BHO can launch any application.
OTOH if that form must be "living" within explorer then it has to be made an ActiveX control

A> I need to keep this form on top of anything else, for which i can use
A> the TopMost property of the form to achieve.

Maybe starting your custom application with the form will be suffice?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

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

Back
Top