Windows forms with html content

  • Thread starter Thread starter Me
  • Start date Start date
M

Me

Hello,
Could somebody tell me how or where can I find information about how to
build windows applications but with html content, how to handle button
clicks etc...

Example apps are like Windows Vista Upgrade Advisor and Norton Antivirus
2006.

Thanks!
 
Me said:
Could somebody tell me how or where can I find information about how to
build windows applications but with html content, how to handle button
clicks etc...

Example apps are like Windows Vista Upgrade Advisor and Norton Antivirus
2006.

Are you really sure you want this additional dependency and potential
security hole in your application?
 
Hi Herfried,
actually I'm much more curious than wanting to develop our system this way.

We already have a system built with asp.net and it just came to mind.....

so I'm just curious....

thanks!
 
Me said:
Hello,
Could somebody tell me how or where can I find information about how to
build windows applications but with html content, how to handle button
clicks etc...

Example apps are like Windows Vista Upgrade Advisor and Norton Antivirus
2006.

Thanks!

Check out the ObjectForScripting property of WebBrowser. This allows you
to call back to the host form from an embedded WebBrowser control using
javascript.

http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.objectforscripting.aspx

Cheers,
Matt
 
Back
Top