|
-
Apr 21st, 2000, 06:35 PM
#1
Thread Starter
Lively Member
How do i detect if left mouse is clicked...
-
Apr 21st, 2000, 06:45 PM
#2
Fanatic Member
Two very different ways...
You probably know that you can use the MouseDown event and
set button to 1, or you can use subclassing and trap the
WM_LMOUSEDOWN (I think that's what it's called) event.
(If you mean the right button, you would set button to 2 or
WM_RMOUSEDOWN when subclassing.)
Hope it helps,
Me
-
Apr 21st, 2000, 07:20 PM
#3
Thread Starter
Lively Member
MOuse click
I mean the mouse is clicked any time, and any where like on the desktop....
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
|