|
-
Dec 1st, 2002, 02:38 AM
#1
Thread Starter
Addicted Member
detecting mouse being pushed
detecting mouse being pushed
hi all. I am trying when the first mouse button is pushed on the computer then carry out code in my program.
In this software the project will NOT HAVE FOCUS.
do you have any code for this?
-
Dec 1st, 2002, 05:35 AM
#2
Fanatic Member
MOUSE
Really dont understand what you want,but if you want to detect when the mouse button has been pressed say on the form then
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
MsgBox ("The left mouse button has been pressed"), vbInformation
Any good
-
Dec 1st, 2002, 05:54 AM
#3
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
|