Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOffice XP Menus Pin
15-Jul-01 11:18
suss15-Jul-01 11:18 
GeneralRe: Office XP Menus Pin
Ben Burnett15-Jul-01 13:07
Ben Burnett15-Jul-01 13:07 
GeneralRe: Office XP Menus Pin
James Millson15-Jul-01 13:28
James Millson15-Jul-01 13:28 
GeneralPlease help with Menu Capture, thank you. Pin
JavaTony15-Jul-01 10:26
JavaTony15-Jul-01 10:26 
GeneralRe: Please help with Menu Capture, thank you. Pin
Ben Burnett15-Jul-01 14:02
Ben Burnett15-Jul-01 14:02 
GeneralPlease help with Menu Capture, thank you. Pin
JavaTony15-Jul-01 10:25
JavaTony15-Jul-01 10:25 
GeneralPlease help with AutoScroll for Screen Capture Pin
JavaTony15-Jul-01 10:15
JavaTony15-Jul-01 10:15 
GeneralPlease help with Menu Capture, thank you. Pin
JavaTony15-Jul-01 10:07
JavaTony15-Jul-01 10:07 
Hi there,
I am able to capture pop-up menu using this code.
HWND hPopupMenu = FindWindow("#32768",NULL);
if (hPopupMenu && IsWindowVisible(hPopupMenu))
GetWindowRect(hPopupMenu, &rcMenu);

This doesn't work for Microsoft Office Products and Windows Explore 'cause their menus are not standard menu. For instance, Microsoft Word. I am trying this. I used Spy++ to find out the class name and window caption for the menu bar. I tried FindWindow("MsoCommandBar", "Menu Bar") on Microsoft Word. It doesn't work at all. Could someone give me some pointers how to capture pop-up windows from Microsoft Office Products and Windows Explorer. Thank you very much. Will EnumChildWindows or EnumThreadWindows API functions help for this case? If so, could you gimme some tips. Thank you again.
Smile | :) Smile | :)
GeneralRe: Please help with Menu Capture, thank you. Pin
Dever14-Oct-01 9:13
Dever14-Oct-01 9:13 
GeneralMIDL unsigned types Pin
Angel_Tsankov15-Jul-01 9:16
Angel_Tsankov15-Jul-01 9:16 
GeneralStrange Exception... Pin
Anders Molin15-Jul-01 7:40
professionalAnders Molin15-Jul-01 7:40 
GeneralRe: Strange Exception... Pin
Michael Dunn15-Jul-01 9:46
sitebuilderMichael Dunn15-Jul-01 9:46 
GeneralRe: Strange Exception... Pin
Anders Molin15-Jul-01 9:59
professionalAnders Molin15-Jul-01 9:59 
GeneralRe: Strange Exception... Pin
Michael Dunn15-Jul-01 10:11
sitebuilderMichael Dunn15-Jul-01 10:11 
GeneralRe: Strange Exception... Pin
Anders Molin15-Jul-01 10:16
professionalAnders Molin15-Jul-01 10:16 
GeneralProblem solved :-) Pin
Anders Molin16-Jul-01 12:26
professionalAnders Molin16-Jul-01 12:26 
GeneralRe: Strange Exception... Pin
Tim Deveaux15-Jul-01 12:39
Tim Deveaux15-Jul-01 12:39 
GeneralRe: Strange Exception... Pin
Anders Molin15-Jul-01 22:30
professionalAnders Molin15-Jul-01 22:30 
GeneralRe: Strange Exception... Pin
Masaaki Onishi15-Jul-01 13:11
Masaaki Onishi15-Jul-01 13:11 
GeneralRe: Strange Exception... Pin
Anders Molin15-Jul-01 22:32
professionalAnders Molin15-Jul-01 22:32 
GeneralADO error in release build Pin
15-Jul-01 6:29
suss15-Jul-01 6:29 
QuestionAdd Table to DaoDatabase?? Pin
otvac15-Jul-01 1:45
otvac15-Jul-01 1:45 
AnswerRe: Add Table to DaoDatabase?? Pin
15-Jul-01 5:03
suss15-Jul-01 5:03 
GeneralCOM Pin
14-Jul-01 22:27
suss14-Jul-01 22:27 
GeneralRe: COM Pin
15-Jul-01 7:26
suss15-Jul-01 7:26 

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.