|
-
December 29th, 2009, 04:11 AM
#1
i want to mouseclick action on somewhere on the screen?
Hi.
in VB.NET. how do i make a mouse click somewhere on the screen?
thank you.
-
December 29th, 2009, 07:39 AM
#2
Re: i want to mouseclick action on somewhere on the screen?
Visual Studio 2008, VB 9 version.
Pls. i need help
-
December 30th, 2009, 07:23 PM
#3
Re: i want to mouseclick action on somewhere on the screen?
Where would you want to click? For what reason?
-
December 31st, 2009, 04:03 AM
#4
Re: i want to mouseclick action on somewhere on the screen?
Code:
Private Sub form_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseClick
End Sub
write the code in this function
-
December 31st, 2009, 07:57 PM
#5
Re: i want to mouseclick action on somewhere on the screen?
not for a web page, for instance...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|