R
Rob
How can I fix the following warning
warning BC40004: sub 'MouseDown' conflicts with event 'MouseDown'
in the base class 'Control' and so should be declared 'Shadows'.
This warning appears because I entered the following Sub
Private Sub MouseDown(ByVal sender As Object, ByVal e As
System.Windows.Forms.MouseEventArgs) _
Handles AxWebBrowser1.MouseDown
End Sub
TIA Robert
warning BC40004: sub 'MouseDown' conflicts with event 'MouseDown'
in the base class 'Control' and so should be declared 'Shadows'.
This warning appears because I entered the following Sub
Private Sub MouseDown(ByVal sender As Object, ByVal e As
System.Windows.Forms.MouseEventArgs) _
Handles AxWebBrowser1.MouseDown
End Sub
TIA Robert