Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...