Click here to Skip to main content
16,012,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: OS compatibility!! Pin
Matthew Faithfull10-Oct-07 23:06
Matthew Faithfull10-Oct-07 23:06 
QuestionMouse Click Message From Desktop Pin
ashishbhatt10-Oct-07 20:52
ashishbhatt10-Oct-07 20:52 
AnswerRe: Mouse Click Message From Desktop Pin
Nishad S10-Oct-07 21:23
Nishad S10-Oct-07 21:23 
GeneralRe: Mouse Click Message From Desktop Pin
Nishad S10-Oct-07 23:23
Nishad S10-Oct-07 23:23 
GeneralRe: Mouse Click Message From Desktop Pin
ashishbhatt11-Oct-07 1:37
ashishbhatt11-Oct-07 1:37 
GeneralRe: Mouse Click Message From Desktop Pin
Nishad S11-Oct-07 1:43
Nishad S11-Oct-07 1:43 
GeneralRe: Mouse Click Message From Desktop Pin
ashishbhatt11-Oct-07 2:00
ashishbhatt11-Oct-07 2:00 
GeneralRe: Mouse Click Message From Desktop Pin
Nishad S11-Oct-07 18:03
Nishad S11-Oct-07 18:03 
OK... my doubt is that whether you want to block the mouse click to other windows when your application is running? Or only you need to get the event, but the other applications should get the click as usual?

For the first case, you can make a top level transparent window which covers the whole desktop, so all the mouse events will be sent to this transparent window.

For the second case, AFAIK, only mouse hooking is a solution.

- NS -

Questionhow to read the Red Green and Blue values from a bmp image file? Pin
purplee8510-Oct-07 20:48
purplee8510-Oct-07 20:48 
AnswerRe: how to read the Red Green and Blue values from a bmp image file? Pin
Nelek10-Oct-07 20:51
protectorNelek10-Oct-07 20:51 
GeneralRe: how to read the Red Green and Blue values from a bmp image file? Pin
purplee8510-Oct-07 20:55
purplee8510-Oct-07 20:55 
GeneralRe: how to read the Red Green and Blue values from a bmp image file? Pin
Nelek10-Oct-07 22:43
protectorNelek10-Oct-07 22:43 
QuestionVectors! Pin
Michael10110-Oct-07 20:17
Michael10110-Oct-07 20:17 
AnswerRe: Vectors! Pin
Nibu babu thomas10-Oct-07 20:28
Nibu babu thomas10-Oct-07 20:28 
GeneralRe: Vectors! Pin
Michael10110-Oct-07 20:29
Michael10110-Oct-07 20:29 
GeneralRe: Vectors! Pin
Nibu babu thomas10-Oct-07 20:32
Nibu babu thomas10-Oct-07 20:32 
QuestionAttach the caption of the child window to the Frame Pin
prithaa10-Oct-07 20:04
prithaa10-Oct-07 20:04 
AnswerRe: Attach the caption of the child window to the Frame Pin
Nibu babu thomas10-Oct-07 20:06
Nibu babu thomas10-Oct-07 20:06 
GeneralRe: Attach the caption of the child window to the Frame Pin
prithaa10-Oct-07 20:24
prithaa10-Oct-07 20:24 
GeneralRe: Attach the caption of the child window to the Frame Pin
Nelek10-Oct-07 20:49
protectorNelek10-Oct-07 20:49 
GeneralRe: Attach the caption of the child window to the Frame Pin
prithaa10-Oct-07 21:44
prithaa10-Oct-07 21:44 
GeneralRe: Attach the caption of the child window to the Frame Pin
Nelek12-Oct-07 1:52
protectorNelek12-Oct-07 1:52 
QuestionHow "Winmain()" works in MFC? and From where it is called? Pin
Sethuraman.K10-Oct-07 19:50
Sethuraman.K10-Oct-07 19:50 
AnswerRe: How "Winmain()" works in MFC? and From where it is called? Pin
Nibu babu thomas10-Oct-07 20:01
Nibu babu thomas10-Oct-07 20:01 
GeneralRe: How "Winmain()" works in MFC? and From where it is called? Pin
Sethuraman.K10-Oct-07 20:07
Sethuraman.K10-Oct-07 20:07 

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.