Click here to Skip to main content
15,916,042 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Saving and Loading Pin
David Crow29-Apr-03 8:23
David Crow29-Apr-03 8:23 
GeneralRe: Saving and Loading Pin
fermar8429-Apr-03 9:20
fermar8429-Apr-03 9:20 
GeneralRe: Saving and Loading Pin
David Crow29-Apr-03 9:34
David Crow29-Apr-03 9:34 
Questionhow to set tab stop order programmatically Pin
Vincent Ye29-Apr-03 7:08
Vincent Ye29-Apr-03 7:08 
AnswerRe: how to set tab stop order programmatically Pin
Hans Dietrich29-Apr-03 7:23
mentorHans Dietrich29-Apr-03 7:23 
GeneralRe: how to set tab stop order programmatically Pin
Vincent Ye29-Apr-03 7:31
Vincent Ye29-Apr-03 7:31 
AnswerRe: how to set tab stop order programmatically Pin
David Crow29-Apr-03 8:25
David Crow29-Apr-03 8:25 
QuestionCan Appendmenu show Images & Text for teh same Menu Item? Pin
allcodeluver29-Apr-03 6:22
allcodeluver29-Apr-03 6:22 
HBITMAP hBitmaps = ::LoadBitmap(_Module.m_hInstResource, MAKEINTRESOURCE(IDB_MM_COPYMENU));
::AppendMenu(hMenuTrackPopup, MF_BITMAP , ID_MM_COPYMENU, (PTSTR) (LONG) (hBitmaps ));

One can use either this OR

::AppendMenu(hMenuTrackPopup, MF_BITMAP , ID_MM_COPYMENU, (PTSTR) (LONG) (TEXT("Test")));

I can either display either bitmap or display text. Is there any way I can show both Bitmap and display the text on the same Menu Item?

Similar to the the menus we see in Microsoft Word.

Pls. advise.

Thanks in advance.

Generalquestion on templates Pin
grscot29-Apr-03 6:14
grscot29-Apr-03 6:14 
GeneralUser defined class to Variant type Pin
makaveli1998200229-Apr-03 5:33
makaveli1998200229-Apr-03 5:33 
GeneralFile Globbing Library for MS Visual C 98 Pin
japheth29-Apr-03 5:23
japheth29-Apr-03 5:23 
GeneralWaitForMultipleObjects And notifying Pin
justin22329-Apr-03 4:59
justin22329-Apr-03 4:59 
GeneralRe: WaitForMultipleObjects And notifying Pin
valikac29-Apr-03 6:27
valikac29-Apr-03 6:27 
GeneralRe: WaitForMultipleObjects And notifying Pin
justin22329-Apr-03 6:36
justin22329-Apr-03 6:36 
GeneralRe: WaitForMultipleObjects And notifying Pin
valikac29-Apr-03 9:08
valikac29-Apr-03 9:08 
GeneralRe: WaitForMultipleObjects And notifying Pin
justin22329-Apr-03 19:45
justin22329-Apr-03 19:45 
GeneralRe: WaitForMultipleObjects And notifying Pin
Joel Lucsy30-Apr-03 3:11
Joel Lucsy30-Apr-03 3:11 
GeneralRe: WaitForMultipleObjects And notifying Pin
jgauffin30-Apr-03 3:14
jgauffin30-Apr-03 3:14 
GeneralCode authentication mechanism Pin
ITMan29-Apr-03 4:51
ITMan29-Apr-03 4:51 
GeneralRe: Code authentication mechanism Pin
jmkhael29-Apr-03 4:58
jmkhael29-Apr-03 4:58 
GeneralSmall CString question. Pin
Maximilien29-Apr-03 4:47
Maximilien29-Apr-03 4:47 
GeneralRe: Small CString question. Pin
David Crow29-Apr-03 5:19
David Crow29-Apr-03 5:19 
GeneralRe: Small CString question. Pin
Hans Dietrich29-Apr-03 5:28
mentorHans Dietrich29-Apr-03 5:28 
QuestionHow to create a process with a different name? Pin
Chen Venkataraman29-Apr-03 4:17
Chen Venkataraman29-Apr-03 4:17 
AnswerRe: How to create a process with a different name? Pin
David Crow29-Apr-03 5:23
David Crow29-Apr-03 5: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.