Click here to Skip to main content
15,902,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
eraccn5-Jul-07 20:55
eraccn5-Jul-07 20:55 
GeneralRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
min_2_max5-Jul-07 22:21
min_2_max5-Jul-07 22:21 
AnswerRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
CPallini5-Jul-07 20:35
mveCPallini5-Jul-07 20:35 
GeneralRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
min_2_max5-Jul-07 22:18
min_2_max5-Jul-07 22:18 
GeneralRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
min_2_max8-Jul-07 17:22
min_2_max8-Jul-07 17:22 
QuestionANSI subclassing works, but Unicode does not Pin
mid=57415-Jul-07 13:03
mid=57415-Jul-07 13:03 
AnswerRe: ANSI subclassing works, but Unicode does not Pin
Mark Salsbery5-Jul-07 14:31
Mark Salsbery5-Jul-07 14:31 
AnswerRe: ANSI subclassing works, but Unicode does not [modified] Pin
mid=57415-Jul-07 14:54
mid=57415-Jul-07 14:54 
If I run the release Unicode build on XP Pro SP2, I get an unhandled exception in explorer.exe. But the log file I create (c:\log.txt) has output from HookProc():
SetWindowLong() returns 1001b1f.  NewWndProc is c412e0.
Thanks for taking a look. I guess I'll just stick with the ANSI build.



-- modified at 16:01 Sunday 22nd July, 2007

HookProc() needs to be _stdcall. Once I did that, the Unicode build worked.
QuestionHow big is this structure? Pin
disruptor1085-Jul-07 12:00
disruptor1085-Jul-07 12:00 
AnswerRe: How big is this structure? [modified] Pin
Joe Woodbury5-Jul-07 12:10
professionalJoe Woodbury5-Jul-07 12:10 
AnswerRe: How big is this structure? Pin
Mark Salsbery5-Jul-07 12:11
Mark Salsbery5-Jul-07 12:11 
QuestionVirtual destructors Pin
tom groezer5-Jul-07 9:53
tom groezer5-Jul-07 9:53 
AnswerRe: Virtual destructors Pin
Steve Echols5-Jul-07 10:04
Steve Echols5-Jul-07 10:04 
GeneralRe: Virtual destructors Pin
mid=57416-Jul-07 1:40
mid=57416-Jul-07 1:40 
GeneralRe: Virtual destructors Pin
Steve Echols6-Jul-07 1:59
Steve Echols6-Jul-07 1:59 
AnswerRe: Virtual destructors Pin
David Crow5-Jul-07 10:13
David Crow5-Jul-07 10:13 
AnswerRe: Virtual destructors Pin
Cyrilix5-Jul-07 12:25
Cyrilix5-Jul-07 12:25 
GeneralRe: Virtual destructors Pin
tom groezer5-Jul-07 20:02
tom groezer5-Jul-07 20:02 
GeneralRe: Virtual destructors Pin
mid=57416-Jul-07 1:34
mid=57416-Jul-07 1:34 
GeneralRe: Virtual destructors Pin
David Crow6-Jul-07 2:41
David Crow6-Jul-07 2:41 
QuestionReading text Pin
tom groezer5-Jul-07 9:32
tom groezer5-Jul-07 9:32 
AnswerRe: Reading text Pin
David Crow5-Jul-07 10:15
David Crow5-Jul-07 10:15 
GeneralRe: Reading text Pin
sheshidar5-Jul-07 23:20
sheshidar5-Jul-07 23:20 
GeneralRe: Reading text Pin
Hamid_RT6-Jul-07 1:05
Hamid_RT6-Jul-07 1:05 
GeneralRe: Reading text Pin
David Crow6-Jul-07 2:39
David Crow6-Jul-07 2:39 

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.