Click here to Skip to main content
15,913,145 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: "Injects into explorer.exe and exits the parent" means...? Pin
jmkhael31-Aug-04 2:35
jmkhael31-Aug-04 2:35 
GeneralRe: "Injects into explorer.exe and exits the parent" means...? Pin
Archer28231-Aug-04 17:01
Archer28231-Aug-04 17:01 
Generali want to listen ur opinion Pin
johnny,Kim30-Aug-04 15:59
johnny,Kim30-Aug-04 15:59 
Generalhot key questions Pin
User 58385230-Aug-04 14:14
User 58385230-Aug-04 14:14 
GeneralRe: hot key questions Pin
Timothy Grabrian30-Aug-04 17:10
professionalTimothy Grabrian30-Aug-04 17:10 
GeneralRe: hot key questions Pin
User 58385230-Aug-04 17:25
User 58385230-Aug-04 17:25 
GeneralRe: hot key questions Pin
Timothy Grabrian30-Aug-04 17:43
professionalTimothy Grabrian30-Aug-04 17:43 
GeneralRe: hot key questions Pin
User 58385230-Aug-04 18:45
User 58385230-Aug-04 18:45 
I guessed that was it. I have found that the following will make the underlines appear
keybd_event(VK_MENU, NULL, NULL, NULL);

but this does not remove them
keybd_event(VK_MENU, NULL, KEYEVENTF_KEYUP, NULL);



Interestingly I have found that for dialogs without menus pressing the alt key will make the underlines appear on the buttons and other controls but pressing it again does not remove the underlines and pressing esc does not remove them either.
GeneralRe: hot key questions Pin
Timothy Grabrian30-Aug-04 18:58
professionalTimothy Grabrian30-Aug-04 18:58 
GeneralRe: hot key questions Pin
User 58385230-Aug-04 18:59
User 58385230-Aug-04 18:59 
GeneralRe: hot key questions Pin
Ryan Binns30-Aug-04 20:23
Ryan Binns30-Aug-04 20:23 
GeneralRe: hot key questions Pin
User 58385230-Aug-04 21:09
User 58385230-Aug-04 21:09 
GeneralRe: hot key questions Pin
Ryan Binns30-Aug-04 21:22
Ryan Binns30-Aug-04 21:22 
GeneralRe: hot key questions Pin
User 58385230-Aug-04 23:57
User 58385230-Aug-04 23:57 
GeneralRe: hot key questions Pin
Ryan Binns31-Aug-04 0:09
Ryan Binns31-Aug-04 0:09 
GeneralRe: hot key questions Pin
David Crow31-Aug-04 3:50
David Crow31-Aug-04 3:50 
GeneralCertOpenStore problem Pin
agrafov30-Aug-04 12:41
agrafov30-Aug-04 12:41 
GeneralIE Toolbar multiline Pin
DARK_GARRY30-Aug-04 11:48
DARK_GARRY30-Aug-04 11:48 
Generaloverriding wndproc WM_NOTIFY Pin
prateekkathuria30-Aug-04 11:37
prateekkathuria30-Aug-04 11:37 
Generalwordfind Pin
webmanc30-Aug-04 11:36
webmanc30-Aug-04 11:36 
Generalcin question from newbie Pin
StephenMcAllister30-Aug-04 11:35
StephenMcAllister30-Aug-04 11:35 
GeneralRe: cin question from newbie Pin
Christian Graus30-Aug-04 12:07
protectorChristian Graus30-Aug-04 12:07 
GeneralRe: cin question from newbie Pin
David Crow31-Aug-04 3:59
David Crow31-Aug-04 3:59 
GeneralClass of Classes! or #$@%#^#$@$@!!! Pin
CreepingFeature30-Aug-04 10:00
CreepingFeature30-Aug-04 10:00 
GeneralRe: Class of Classes! or #$@%#^#$@$@!!! Pin
Michael P Butler30-Aug-04 10:15
Michael P Butler30-Aug-04 10:15 

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.