Click here to Skip to main content
15,900,254 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Web Services Pin
Jason Henderson28-May-03 17:31
Jason Henderson28-May-03 17:31 
Questionwhich function can capture mouse and cursor events? Pin
includeh1028-May-03 10:53
includeh1028-May-03 10:53 
AnswerRe: which function can capture mouse and cursor events? Pin
David Crow28-May-03 11:01
David Crow28-May-03 11:01 
QuestionAdding a button to the system bar? Pin
mcgahanfl28-May-03 10:51
mcgahanfl28-May-03 10:51 
AnswerRe: Adding a button to the system bar? Pin
Rickard Andersson2028-May-03 11:59
Rickard Andersson2028-May-03 11:59 
GeneralMenu :o) Pin
MemLeak28-May-03 10:13
MemLeak28-May-03 10:13 
GeneralRe: Menu :o) Pin
peterchen28-May-03 10:46
peterchen28-May-03 10:46 
GeneralRe: Menu :o) Pin
Michael Dunn28-May-03 15:58
sitebuilderMichael Dunn28-May-03 15:58 
MemLeak wrote:
I would like to know how I can get the index of the menu.

Assign the menu items unique IDs starting with 1 and incrementing. Add the TPM_RETURNCMD flag to TrackPopupMenu() and it will return the ID of the item the user selected, or 0 if he cancelled the menu.

--Mike--
Latest blog entry: *drool* (Alyson) [May 10]
Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber
"You have Erica on the brain" - Jon Sagara to me

QuestionProblem with fprintf ? Pin
iltallman28-May-03 9:32
iltallman28-May-03 9:32 
AnswerRe: Problem with fprintf ? Pin
Nick Parker28-May-03 10:00
protectorNick Parker28-May-03 10:00 
GeneralRe: Problem with fprintf ? Pin
iltallman28-May-03 10:26
iltallman28-May-03 10:26 
GeneralRe: Problem with fprintf ? Pin
Peter Weyzen28-May-03 11:05
Peter Weyzen28-May-03 11:05 
AnswerRe: Problem with fprintf ? Pin
Peter Weyzen28-May-03 10:28
Peter Weyzen28-May-03 10:28 
GeneralRe: Problem with fprintf ? Pin
Robert Little28-May-03 10:45
Robert Little28-May-03 10:45 
GeneralRe: Problem with fprintf ? Pin
David Crow28-May-03 11:00
David Crow28-May-03 11:00 
GeneralRe: Problem with fprintf ? Pin
Peter Weyzen28-May-03 11:03
Peter Weyzen28-May-03 11:03 
AnswerRe: Problem with fprintf ? Pin
Trollslayer28-May-03 22:16
mentorTrollslayer28-May-03 22:16 
QuestionHow do you use Doc/View architecture with ActiveX controls? Pin
kleft28-May-03 8:04
kleft28-May-03 8:04 
QuestionFloating menu?? Pin
MemLeak28-May-03 8:00
MemLeak28-May-03 8:00 
AnswerRe: Floating menu?? Pin
basementman28-May-03 8:01
basementman28-May-03 8:01 
AnswerRe: Floating menu?? Pin
Joan M28-May-03 21:15
professionalJoan M28-May-03 21:15 
Questionhow to resize an application depending on the display settings Pin
johnstonsk28-May-03 7:44
johnstonsk28-May-03 7:44 
AnswerRe: how to resize an application depending on the display settings Pin
basementman28-May-03 8:05
basementman28-May-03 8:05 
GeneralWindow wont come to the top Pin
SAK28-May-03 6:08
SAK28-May-03 6:08 
GeneralRe: Window wont come to the top Pin
valikac28-May-03 18:23
valikac28-May-03 18:23 

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.