Click here to Skip to main content
15,892,839 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Embedded ctrl in web page Pin
khan++10-Jun-05 2:20
khan++10-Jun-05 2:20 
GeneralIs there a way to keep the mouse from moving... Pin
Ian Bowler9-Jun-05 19:18
Ian Bowler9-Jun-05 19:18 
GeneralRe: Is there a way to keep the mouse from moving... Pin
Daniel Turini9-Jun-05 19:55
Daniel Turini9-Jun-05 19:55 
GeneralRe: Is there a way to keep the mouse from moving... Pin
PJ Arends9-Jun-05 20:11
professionalPJ Arends9-Jun-05 20:11 
GeneralRe: Is there a way to keep the mouse from moving... Pin
Ian Bowler9-Jun-05 21:03
Ian Bowler9-Jun-05 21:03 
GeneralRe: Is there a way to keep the mouse from moving... Pin
Ian Bowler9-Jun-05 22:01
Ian Bowler9-Jun-05 22:01 
GeneralRe: Is there a way to keep the mouse from moving... Pin
ThatsAlok9-Jun-05 21:25
ThatsAlok9-Jun-05 21:25 
GeneralRe: Is there a way to keep the mouse from moving... Pin
Bob Stanneveld9-Jun-05 22:08
Bob Stanneveld9-Jun-05 22:08 
MSDN:
The BlockInput function blocks keyboard and mouse input events from reaching applications.

That basically means that no input is received until (if you read further) the blocking state is removed by calling the function again. So the message that he is waiting for (the WM_LBUTTUNUP) or the messages that the mouse is moving into the other direction, don't arrive either.

So basically he disables the entire app and starts waiting for an event that will never arrive...



Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
GeneralRe: Is there a way to keep the mouse from moving... Pin
ThatsAlok10-Jun-05 1:22
ThatsAlok10-Jun-05 1:22 
GeneralRe: Is there a way to keep the mouse from moving... Pin
Tim Smith10-Jun-05 3:50
Tim Smith10-Jun-05 3:50 
GeneralRotate the screen Pin
neliocc9-Jun-05 18:48
neliocc9-Jun-05 18:48 
GeneralRe: Rotate the screen Pin
Stlan10-Jun-05 1:23
Stlan10-Jun-05 1:23 
GeneralDisable button close of view Pin
hcmuns9-Jun-05 17:42
susshcmuns9-Jun-05 17:42 
GeneralRe: Disable button close of view Pin
Stlan10-Jun-05 0:14
Stlan10-Jun-05 0:14 
GeneralMyAppView.obj : error LNK2001 Pin
hcmuns9-Jun-05 17:28
susshcmuns9-Jun-05 17:28 
GeneralRe: MyAppView.obj : error LNK2001 Pin
Christian Graus9-Jun-05 17:39
protectorChristian Graus9-Jun-05 17:39 
GeneralRe: MyAppView.obj : error LNK2001 Pin
hcmuns9-Jun-05 17:45
susshcmuns9-Jun-05 17:45 
GeneralRe: MyAppView.obj : error LNK2001 Pin
Tom Archer9-Jun-05 17:40
Tom Archer9-Jun-05 17:40 
GeneralRe: MyAppView.obj : error LNK2001 Pin
hcmuns9-Jun-05 17:46
susshcmuns9-Jun-05 17:46 
Generalhelp! Pin
chethu6659-Jun-05 17:24
chethu6659-Jun-05 17:24 
GeneralRe: help! Pin
Christian Graus9-Jun-05 17:30
protectorChristian Graus9-Jun-05 17:30 
GeneralRe: help! Pin
chethu6659-Jun-05 18:10
chethu6659-Jun-05 18:10 
GeneralRe: help! Pin
Christian Graus9-Jun-05 18:12
protectorChristian Graus9-Jun-05 18:12 
GeneralRe: help! Pin
chethu6659-Jun-05 18:38
chethu6659-Jun-05 18:38 
Generalaccessing the DPi Values in the code directly like 72,96,etc DPi Pin
chethu6659-Jun-05 19:13
chethu6659-Jun-05 19:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.