This message was edited by CDTalmas at 2006-8-3 16:27:39
I have a bit of a problem with my project. Upon clicking the browser object (to highlight some text, copy, click a link, what-have-you), it continually steals focus from my other controls on the form! I have a text box, two combo boxes, and a button. Even with the button highlighted, whenever the web browser refreshes, it steals the focus back to itself.
Refreshing is done manually, for the most part (webbrowsercontrol.Refresh()). I've scoured the Net looking for answers, but the closest I've found is a similar problem (different control), which MS has stated that they have no current plans of fixing. Any help would be appreciated.
[Edit]Almost forgot, I'm using VS 2005 Pro, VB.NET (obviously).[/edit]