We are wanting to add spell-check to a website hosted in our application via the WebBrowser control.
If you open our sites in a newer browser like IE9, etc. spellchecking already works in the browser by default.
Is there a way to get this working in the WinForms WebBrowser control?
EDIT: what about making it work in the Frame control in WPF?