Hi.
in VB.NET. how do i make a mouse click somewhere on the screen?
thank you.
Printable View
Hi.
in VB.NET. how do i make a mouse click somewhere on the screen?
thank you.
Visual Studio 2008, VB 9 version.
Pls. i need help :(
Where would you want to click? For what reason?
write the code in this functionCode:Private Sub form_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseClick
End Sub
not for a web page, for instance...