Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WEBbrowser control in VB.net

Status
Not open for further replies.

ganjafarmerIT

Programmer
Jun 29, 2004
30
0
0
NL
I'm designing an html editor in vb .net.
I have to catch onclick event when a div or background is clicked.
The browser is put in designMode, which make it possible to type, add pics etc.

i found something on devx.com(
The only problem i have now when using this methode i can write anything in my html document anymore.
It looks like it catches everything i have put a msgbox so i can see if the function is called when i write something. But the msgbox doesn't show, so i'm guessing that the function isn't called.

I hope somebody can clear it up for me.

Thanks,
Calvin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top