I used WebBrower to navigate and have a Web page visible which has JavaScript MouseClick events. I want to be able to trigger these events from VB6 code. Can this be done.

The thread.php?t=368471 is similar. That is:

VB Code:
  1. Private Sub Control_MouseMove(ByVal sender As Object, _
  2.           ByVal e As System.Windows.Forms.MouseEventArgs) Handles mouseMove,  Button1.MouseMove.
  3.    Console.WriteLine("Control_MouseMove: " & DirectCast(sender, Control).Name)
  4. End Sub


What do I use as the 'Panel1', 'sender' and 'Control' equivalent from the JavaScript.


Good software like good food takes time to prepare.
Winnie-the-Pough (sic)