basapa Posted April 6, 2003 Posted April 6, 2003 Hello, I have a Vb.Net Project that use a WebBrowser component to show html pages in my appication. I need to create a Custom events in MSHTML Object. I'have tried to create a behavior script for <body> object like this. <public> <event name = "myevent" /> <method name="callevent" /> </public> <script language=VbScript> Sub callevent fireevent("myEvent") End Sub </script> But I have an Error because MyEvent is not a Standard Event. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.