Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPrinting PDF files. Pin
mcgahanfl30-Sep-04 7:16
mcgahanfl30-Sep-04 7:16 
GeneralRe: Printing PDF files. Pin
David Crow30-Sep-04 10:47
David Crow30-Sep-04 10:47 
GeneralButton hotkeys not showing Pin
Josh Lindenmuth30-Sep-04 5:08
Josh Lindenmuth30-Sep-04 5:08 
GeneralRe: Button hotkeys not showing Pin
Iain Clarke, Warrior Programmer30-Sep-04 5:20
Iain Clarke, Warrior Programmer30-Sep-04 5:20 
GeneralRe: Button hotkeys not showing Pin
Josh Lindenmuth30-Sep-04 5:45
Josh Lindenmuth30-Sep-04 5:45 
GeneralRe: Button hotkeys not showing Pin
Antony M Kancidrowski30-Sep-04 6:07
Antony M Kancidrowski30-Sep-04 6:07 
GeneralRe: Button hotkeys not showing Pin
Iain Clarke, Warrior Programmer30-Sep-04 6:16
Iain Clarke, Warrior Programmer30-Sep-04 6:16 
GeneralRe: Button hotkeys not showing Pin
Iain Clarke, Warrior Programmer30-Sep-04 6:26
Iain Clarke, Warrior Programmer30-Sep-04 6:26 
I've just though of a possible method for you.

Look at API hooking, hook the SystemParameterInfo function, and tell lies to your software
about the underlining flag state.

http://www.codeproject.com/info/search.asp?target=api+hooking&st=kw&qm=all[^]

http://www.codeproject.com/dll/hookimport.asp[^]

One downside I can see is that the function lives in User32.dll, as does the WndProcs for the buttons,
menus etc.

Its worth a try though!

Iain.
GeneralRe: Button hotkeys not showing Pin
David Crow30-Sep-04 5:29
David Crow30-Sep-04 5:29 
GeneralQuicktime Movie Header Pin
mokkari30-Sep-04 4:42
mokkari30-Sep-04 4:42 
Questionis win32 memory mapping thread safe ? Pin
Reza Shademani30-Sep-04 4:02
Reza Shademani30-Sep-04 4:02 
AnswerRe: is win32 memory mapping thread safe ? Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:24
Iain Clarke, Warrior Programmer30-Sep-04 4:24 
Generali want help about : MS-Outlook Address Book Pin
Rami Hasan30-Sep-04 3:27
Rami Hasan30-Sep-04 3:27 
GeneralIt's really a complicated problem-Help me to get solution Pin
Billar30-Sep-04 3:21
Billar30-Sep-04 3:21 
GeneralRe: It's really a complicated problem-Help me to get solution Pin
Michael P Butler30-Sep-04 3:40
Michael P Butler30-Sep-04 3:40 
Generalneed some advice... Pin
godbert30-Sep-04 3:07
godbert30-Sep-04 3:07 
GeneralRe: need some advice... Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:30
Iain Clarke, Warrior Programmer30-Sep-04 4:30 
Generalcopying vectors/lists Pin
mcsherry30-Sep-04 3:05
mcsherry30-Sep-04 3:05 
GeneralRe: copying vectors/lists Pin
Joaquín M López Muñoz30-Sep-04 9:06
Joaquín M López Muñoz30-Sep-04 9:06 
GeneralRe: copying vectors/lists Pin
mcsherry30-Sep-04 9:39
mcsherry30-Sep-04 9:39 
GeneralRe: copying vectors/lists Pin
Joaquín M López Muñoz30-Sep-04 10:21
Joaquín M López Muñoz30-Sep-04 10:21 
Generaledt1 problem in vc .net Pin
Michael Liu30-Sep-04 2:45
Michael Liu30-Sep-04 2:45 
GeneralRe: edt1 problem in vc .net Pin
Iain Clarke, Warrior Programmer30-Sep-04 5:10
Iain Clarke, Warrior Programmer30-Sep-04 5:10 
GeneralData transfer from one dialog to a property page. Pin
Rajesh_K_Sharma30-Sep-04 2:23
Rajesh_K_Sharma30-Sep-04 2:23 
GeneralRe: Data transfer from one dialog to a property page. Pin
David Crow30-Sep-04 5:08
David Crow30-Sep-04 5:08 

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.