|
-
Aug 31st, 2008, 08:19 PM
#1
Thread Starter
Member
[2008] Mouse Help
Hi, I want to make a program which detects if the mouse buttons are down or if they are up. I know how to do it within the form, I want to know how to outside of the form. Please help.
-
Aug 31st, 2008, 10:36 PM
#2
Hyperactive Member
Re: [2008] Mouse Help
Can you post your code that is within your form?
-
Aug 31st, 2008, 10:51 PM
#3
Frenzied Member
Re: [2008] Mouse Help
 Originally Posted by VB6Learner
Can you post your code that is within your form?
vb Code:
Private Sub Form1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseDown
Label1.Text = e.Button.ToString
End Sub
-
Sep 1st, 2008, 03:01 PM
#4
Thread Starter
Member
Re: [2008] Mouse Help
yeah, that's basically what my code looks like
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
|