Click here to Skip to main content
15,886,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: One more on print orientation and paper size specifications Pin
Phil J Pearson1-Nov-04 6:10
Phil J Pearson1-Nov-04 6:10 
GeneralRe: One more on print orientation and paper size specifications Pin
Member 12423731-Nov-04 10:36
Member 12423731-Nov-04 10:36 
GeneralRe: One more on print orientation and paper size specifications Pin
Phil J Pearson2-Nov-04 1:25
Phil J Pearson2-Nov-04 1:25 
GeneralRe: One more on print orientation and paper size specifications Pin
Qadddd2-Nov-04 7:45
Qadddd2-Nov-04 7:45 
GeneralHook woes Pin
Roger Allen1-Nov-04 1:38
Roger Allen1-Nov-04 1:38 
GeneralRe: Hook woes Pin
vcplusplus1-Nov-04 2:38
vcplusplus1-Nov-04 2:38 
GeneralRe: Hook woes Pin
Roger Allen1-Nov-04 2:57
Roger Allen1-Nov-04 2:57 
GeneralRe: Hook woes Pin
PJ Arends1-Nov-04 7:47
professionalPJ Arends1-Nov-04 7:47 
To stop further processing of the message, have your hook procedure return 1 (one) instead of calling CallNextHook
LRESULT CALLBACK MyHook(int nCode, WPARAM wp, LPARAM lp)
{
   ...
   return 1;
}




"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
GeneralRe: Hook woes Pin
Roger Allen1-Nov-04 22:55
Roger Allen1-Nov-04 22:55 
GeneralRe: Hook woes Pin
PJ Arends2-Nov-04 6:09
professionalPJ Arends2-Nov-04 6:09 
GeneralRe: Hook woes Pin
Roger Allen2-Nov-04 7:04
Roger Allen2-Nov-04 7:04 
GeneralRe: Hook woes Pin
PJ Arends2-Nov-04 16:17
professionalPJ Arends2-Nov-04 16:17 
GeneralRe: Hook woes Pin
Roger Allen2-Nov-04 22:46
Roger Allen2-Nov-04 22:46 
GeneralDiskQuota on remote machine Pin
std77021-Nov-04 1:24
std77021-Nov-04 1:24 
GeneralRe: DiskQuota on remote machine Pin
David Crow1-Nov-04 4:08
David Crow1-Nov-04 4:08 
GeneralRe: DiskQuota on remote machine Pin
std77021-Nov-04 5:01
std77021-Nov-04 5:01 
QuestionHow do I add chart using Visual C++ Pin
pubududilena1-Nov-04 0:52
pubududilena1-Nov-04 0:52 
AnswerRe: How do I add chart using Visual C++ Pin
Selvam R1-Nov-04 3:19
professionalSelvam R1-Nov-04 3:19 
GeneralUse Clipboard in MFC Application Pin
sweep1231-Nov-04 0:36
sweep1231-Nov-04 0:36 
GeneralSystem Path Pin
Dave_Sullivan3331-Oct-04 23:44
Dave_Sullivan3331-Oct-04 23:44 
GeneralRe: System Path Pin
Dominik Reichl1-Nov-04 4:32
Dominik Reichl1-Nov-04 4:32 
QuestionWho gets the Mutex? Pin
Malcolm Smart31-Oct-04 23:30
Malcolm Smart31-Oct-04 23:30 
AnswerRe: Who gets the Mutex? Pin
Mike Beckerleg1-Nov-04 1:17
Mike Beckerleg1-Nov-04 1:17 
AnswerRe: Who gets the Mutex? Pin
peterchen1-Nov-04 2:07
peterchen1-Nov-04 2:07 
GeneralSDK programing Pin
abu_peers31-Oct-04 21:56
abu_peers31-Oct-04 21:56 

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.