Click here to Skip to main content
15,895,667 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Manifest == dud ? Pin
Christian Graus24-Jan-06 14:14
protectorChristian Graus24-Jan-06 14:14 
GeneralRe: Manifest == dud ? Pin
S Douglas24-Jan-06 20:37
professionalS Douglas24-Jan-06 20:37 
GeneralRe: Manifest == dud ? Pin
Swinefeaster25-Jan-06 15:26
Swinefeaster25-Jan-06 15:26 
QuestionErase Window Pin
sidkraft24-Jan-06 11:39
sidkraft24-Jan-06 11:39 
AnswerRe: Erase Window Pin
Christian Graus24-Jan-06 14:16
protectorChristian Graus24-Jan-06 14:16 
QuestionHow to get the handle of a Popup Menu for a window? Pin
Xiangyang Liu 刘向阳24-Jan-06 9:38
Xiangyang Liu 刘向阳24-Jan-06 9:38 
AnswerRe: How to get the handle of a Popup Menu for a window? Pin
Laxman924-Jan-06 17:33
Laxman924-Jan-06 17:33 
AnswerRe: How to get the handle of a Popup Menu for a window? Pin
Ryan Binns24-Jan-06 17:58
Ryan Binns24-Jan-06 17:58 
Generally, the menu is created just before it is used and destroyed afterwards (most developers would do it this way), so you can't get a handle to it. Even if it was kept around, there is no API to get its handle because it is not a Windows function - the application takes care of creating and storing it, and just calls TrackPopupMenu() when necessary to display it.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: How to get the handle of a Popup Menu for a window? Pin
Xiangyang Liu 刘向阳25-Jan-06 13:56
Xiangyang Liu 刘向阳25-Jan-06 13:56 
AnswerRe: How to get the handle of a Popup Menu for a window? Pin
Hans Ruck24-Jan-06 22:30
Hans Ruck24-Jan-06 22:30 
QuestionMRU in a popup submenu Pin
manosza24-Jan-06 9:17
manosza24-Jan-06 9:17 
QuestionPassword protect a document Pin
arnoldkempt24-Jan-06 8:41
arnoldkempt24-Jan-06 8:41 
AnswerRe: Password protect a document Pin
Maximilien24-Jan-06 8:47
Maximilien24-Jan-06 8:47 
GeneralRe: Password protect a document Pin
arnoldkempt25-Jan-06 7:27
arnoldkempt25-Jan-06 7:27 
AnswerRe: Password protect a document Pin
sps-itsec4624-Jan-06 12:56
sps-itsec4624-Jan-06 12:56 
QuestionMS Access ODBC Compact and Repair Pin
Anfernius24-Jan-06 6:20
Anfernius24-Jan-06 6:20 
QuestionWTF: std::string.find_first_of woes Pin
Sebastian Schneider24-Jan-06 5:25
Sebastian Schneider24-Jan-06 5:25 
AnswerRe: WTF: std::string.find_first_of woes Pin
Christian Graus24-Jan-06 14:20
protectorChristian Graus24-Jan-06 14:20 
GeneralRe: WTF: std::string.find_first_of woes Pin
Sebastian Schneider25-Jan-06 2:07
Sebastian Schneider25-Jan-06 2:07 
Question__gc* equivalent in VC++ 2005 Pin
madhusri24-Jan-06 4:32
madhusri24-Jan-06 4:32 
AnswerRe: __gc* equivalent in VC++ 2005 Pin
toxcct24-Jan-06 4:34
toxcct24-Jan-06 4:34 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
madhusri24-Jan-06 4:44
madhusri24-Jan-06 4:44 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
Christian Graus24-Jan-06 14:34
protectorChristian Graus24-Jan-06 14:34 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
Ryan Binns24-Jan-06 17:59
Ryan Binns24-Jan-06 17:59 
QuestionHello Pin
nne-vitamin24-Jan-06 4:06
nne-vitamin24-Jan-06 4:06 

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.