Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlocal port for socket Pin
nahitan19-Apr-06 16:31
nahitan19-Apr-06 16:31 
Questionscrolling in dailog boxes Pin
thathvamasi19-Apr-06 16:26
thathvamasi19-Apr-06 16:26 
AnswerRe: scrolling in dailog boxes Pin
Cool Ju19-Apr-06 21:30
Cool Ju19-Apr-06 21:30 
GeneralRe: scrolling in dailog boxes Pin
thathvamasi19-Apr-06 22:11
thathvamasi19-Apr-06 22:11 
GeneralRe: scrolling in dailog boxes Pin
Cool Ju19-Apr-06 23:04
Cool Ju19-Apr-06 23:04 
AnswerRe: scrolling in dailog boxes Pin
David Crow20-Apr-06 3:51
David Crow20-Apr-06 3:51 
GeneralRe: scrolling in dailog boxes Pin
thathvamasi20-Apr-06 17:34
thathvamasi20-Apr-06 17:34 
Questionprogramatically launching menu item and submenu items using short cut keys only Pin
giftsana19-Apr-06 16:25
giftsana19-Apr-06 16:25 
I want to programatically launch all menus and the submenu items belonging to each menu using their short cut keys only.

e.g in wordpad programatically launch 'File' menu using 'Alt+F' key. once the 'File' menu is up and displayed we have to programatically launch all 'File' submenu items one after the other e.g submenu item 'New' using 'Alt+N' key next launch 'Open' submenu item using ''Alt+O' and so on.

I cld retrieve all short cut keys for menu and submenu items and have logged it into a file.i have extracted the shortcut key from each menu and submenu text using GetMenuString(). I plan to append it to 'Alt' to get 'Alt+F' and so on and use this shorcut key to launch each.pls suggest how do i go ahead from here??

i can take care of closing each window launched by the submenu item but launching menu and submenu items programatically with shortcut keys is posing a problem.

urgent help needed. Pls suggest me a sample code if any.

Thanks in advance.

Sincerely
Giftsana
Singapore

Questiondisplaying dialog in MDIParent when it's loaded Pin
venadder19-Apr-06 15:44
venadder19-Apr-06 15:44 
AnswerRe: displaying dialog in MDIParent when it's loaded Pin
kiran janaswamy19-Apr-06 19:43
kiran janaswamy19-Apr-06 19:43 
GeneralRe: displaying dialog in MDIParent when it's loaded Pin
venadder21-Apr-06 6:24
venadder21-Apr-06 6:24 
GeneralRe: displaying dialog in MDIParent when it's loaded Pin
venadder21-Apr-06 7:19
venadder21-Apr-06 7:19 
AnswerRe: displaying dialog in MDIParent when it's loaded Pin
Cool Ju19-Apr-06 21:39
Cool Ju19-Apr-06 21:39 
GeneralRe: displaying dialog in MDIParent when it's loaded Pin
venadder21-Apr-06 6:10
venadder21-Apr-06 6:10 
GeneralRe: displaying dialog in MDIParent when it's loaded Pin
Cool Ju23-Apr-06 17:15
Cool Ju23-Apr-06 17:15 
GeneralRe: displaying dialog in MDIParent when it's loaded Pin
venadder24-Apr-06 6:37
venadder24-Apr-06 6:37 
GeneralRe: displaying dialog in MDIParent when it's loaded Pin
Cool Ju24-Apr-06 19:15
Cool Ju24-Apr-06 19:15 
GeneralRe: displaying dialog in MDIParent when it's loaded Pin
venadder25-Apr-06 5:30
venadder25-Apr-06 5:30 
QuestionConditionals and RC files Pin
rentzk19-Apr-06 15:14
rentzk19-Apr-06 15:14 
AnswerRe: Conditionals and RC files Pin
Stephen Hewitt19-Apr-06 15:37
Stephen Hewitt19-Apr-06 15:37 
GeneralRe: Conditionals and RC files Pin
Bram van Kampen19-Apr-06 16:14
Bram van Kampen19-Apr-06 16:14 
GeneralRe: Conditionals and RC files Pin
Stephen Hewitt19-Apr-06 17:39
Stephen Hewitt19-Apr-06 17:39 
GeneralRe: Conditionals and RC files Pin
David Crow20-Apr-06 3:54
David Crow20-Apr-06 3:54 
GeneralRe: Conditionals and RC files Pin
kiran janaswamy19-Apr-06 19:02
kiran janaswamy19-Apr-06 19:02 
GeneralRe: Conditionals and RC files Pin
Stephen Hewitt19-Apr-06 20:38
Stephen Hewitt19-Apr-06 20:38 

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.