Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Subclassing Pin
Hamid_RT14-Jul-06 8:23
Hamid_RT14-Jul-06 8:23 
QuestionMOUSE HANDLING with minimized application Pin
int01h14-Jul-06 6:59
int01h14-Jul-06 6:59 
AnswerRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:12
Justin Tay14-Jul-06 7:12 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 7:13
int01h14-Jul-06 7:13 
GeneralRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:19
Justin Tay14-Jul-06 7:19 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 7:36
int01h14-Jul-06 7:36 
GeneralRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:44
Justin Tay14-Jul-06 7:44 
GeneralRe: MOUSE HANDLING with minimized application Pin
PJ Arends14-Jul-06 7:27
professionalPJ Arends14-Jul-06 7:27 
Your app has to have the input focus in order to handle mouse messages. When your app is minimized it does not have the input focus. The only work around that I know of is to setup a global hook. See SetWindowsHookEx(WH_MOUSE, ...) in MSDN and do a search here on CP for "Global Hooks"



You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 10:42
int01h14-Jul-06 10:42 
AnswerRe: MOUSE HANDLING with minimized application Pin
Eytukan14-Jul-06 8:07
Eytukan14-Jul-06 8:07 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 10:39
int01h14-Jul-06 10:39 
QuestionMFC Serialization Pin
BlitzPackage14-Jul-06 6:54
BlitzPackage14-Jul-06 6:54 
AnswerRe: MFC Serialization Pin
Ravi Bhavnani14-Jul-06 6:57
professionalRavi Bhavnani14-Jul-06 6:57 
GeneralRe: MFC Serialization Pin
BlitzPackage14-Jul-06 7:40
BlitzPackage14-Jul-06 7:40 
GeneralRe: MFC Serialization Pin
Ravi Bhavnani14-Jul-06 8:10
professionalRavi Bhavnani14-Jul-06 8:10 
Questioninvoke an MFC callback function from Non MFC app Pin
shreelak14-Jul-06 6:33
shreelak14-Jul-06 6:33 
AnswerRe: invoke an MFC callback function from Non MFC app Pin
led mike14-Jul-06 7:20
led mike14-Jul-06 7:20 
GeneralRe: invoke an MFC callback function from Non MFC app Pin
shreelak26-Jul-06 5:55
shreelak26-Jul-06 5:55 
GeneralRe: invoke an MFC callback function from Non MFC app Pin
led mike26-Jul-06 8:27
led mike26-Jul-06 8:27 
GeneralRe: invoke an MFC callback function from Non MFC app Pin
shreelak26-Jul-06 13:14
shreelak26-Jul-06 13:14 
QuestionResource file: Dialog copy Pin
ldaoust14-Jul-06 5:53
ldaoust14-Jul-06 5:53 
AnswerRe: Resource file: Dialog copy [modified] Pin
led mike14-Jul-06 6:15
led mike14-Jul-06 6:15 
GeneralRe: Resource file: Dialog copy Pin
ldaoust14-Jul-06 8:08
ldaoust14-Jul-06 8:08 
GeneralRe: Resource file: Dialog copy Pin
led mike14-Jul-06 8:37
led mike14-Jul-06 8:37 
GeneralRe: Resource file: Dialog copy Pin
ldaoust17-Jul-06 14:59
ldaoust17-Jul-06 14:59 

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.