Version: 1.1.5 The Luggage Visual Studio 2010 Visual Basic
Ok, this has been driving me crazy... is there anyway to capture a mouseclick event using the plugin? I couldn't find one and every workaround I can think of (trying to place transparent controls over the top) hasn't worked well either... Of course if the plugin would let me capture the click or double click or even mousedown/mouseup then it'd be simple.
From the toolbox drag the control to a form.... select the control to add a mouseclick or mousedoubleclick event
Private Sub AxVLCPlugin_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles AxVLCPlugin21.MouseClick
MessageBox.Show("test")
End Sub
and the following error is produced stating the plugin does not support the event:
An error occurred creating the form. See Exception.InnerException for details. The error is: Event MouseClick is not valid on this ActiveX control.
Does anyone have a good idea or workaround? Is this the right forum for this?
Thank you,
Chris
BTW - very, very awesome tool. I LOVE VLC!!!!