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

C / C++ / MFC

 
GeneralRe: CComboBox populating doesn't work. Pin
Rage14-Nov-03 2:12
professionalRage14-Nov-03 2:12 
GeneralRe: CComboBox populating doesn't work. Pin
Prakash Nadar14-Nov-03 2:49
Prakash Nadar14-Nov-03 2:49 
GeneralTo draw something over a Browser Hosted application Window Pin
csylesh14-Nov-03 0:24
csylesh14-Nov-03 0:24 
GeneralRe: To draw something over a Browser Hosted application Window Pin
Ceri14-Nov-03 0:53
Ceri14-Nov-03 0:53 
QuestionHow can I place an icon in an menu Pin
Anonymous14-Nov-03 0:13
Anonymous14-Nov-03 0:13 
AnswerRe: How can I place an icon in an menu Pin
Simon.W14-Nov-03 0:28
Simon.W14-Nov-03 0:28 
GeneralRe: How can I place an icon in an menu Pin
SuperRon200316-Nov-03 19:32
SuperRon200316-Nov-03 19:32 
GeneralRe: How can I place an icon in an menu Pin
Simon.W16-Nov-03 20:11
Simon.W16-Nov-03 20:11 
Get the menu handle or CMenu object(before the menu popup),use ModifyMenu to assign every menu item MF_OWNERDRAW style.
And then your windows will be receive WM_MEASUREITEM and WM_DRAWITEM message,in the message handler
you measure your menu item size and draw it as your wish. If you use MFC,it would be more easy. MFC
will call your CMenu::MeasureItem and CMenu::DrawItem() automatically.

BTW:
you can find BCMenu in CP.


I am seeking...
For what?
Why did you ask me for what? I don't know!
GeneralRe: How can I place an icon in an menu Pin
SuperRon200317-Nov-03 22:09
SuperRon200317-Nov-03 22:09 
GeneralNamed Pipes access accross network Pin
Ceri14-Nov-03 0:01
Ceri14-Nov-03 0:01 
GeneralRe: Named Pipes access accross network Pin
Anand Paranjpe14-Nov-03 0:17
Anand Paranjpe14-Nov-03 0:17 
GeneralRe: Named Pipes access accross network Pin
Ceri14-Nov-03 0:40
Ceri14-Nov-03 0:40 
GeneralSearch in File Pin
Rage13-Nov-03 23:50
professionalRage13-Nov-03 23:50 
GeneralRe: Search in File Pin
valikac14-Nov-03 5:19
valikac14-Nov-03 5:19 
QuestionTAPI 3 COM based help ??? Pin
Ghulam Mujtaba13-Nov-03 23:09
Ghulam Mujtaba13-Nov-03 23:09 
AnswerRe: TAPI 3 COM based help ??? Pin
Michael P Butler13-Nov-03 23:41
Michael P Butler13-Nov-03 23:41 
GeneralProblem Installing Platform SDK Pin
Arjan Schouten13-Nov-03 23:01
Arjan Schouten13-Nov-03 23:01 
GeneralRe: Problem Installing Platform SDK Pin
Simon.W14-Nov-03 0:35
Simon.W14-Nov-03 0:35 
GeneralRe: Problem Installing Platform SDK Pin
Arjan Schouten14-Nov-03 1:01
Arjan Schouten14-Nov-03 1:01 
GeneralRe: Problem Installing Platform SDK Pin
Steve S14-Nov-03 5:33
Steve S14-Nov-03 5:33 
Questionvoice codec support for modem ??? Pin
Ghulam Mujtaba13-Nov-03 23:00
Ghulam Mujtaba13-Nov-03 23:00 
AnswerRe: voice codec support for modem ??? Pin
Alexander M.,14-Nov-03 22:46
Alexander M.,14-Nov-03 22:46 
Questionhow to convert files to BMP format (Win32) Pin
harsh91113-Nov-03 22:00
harsh91113-Nov-03 22:00 
AnswerRe: how to convert files to BMP format (Win32) Pin
Prakash Nadar13-Nov-03 23:09
Prakash Nadar13-Nov-03 23:09 
GeneralRe: how to convert files to BMP format (Win32) Pin
harsh91113-Nov-03 23:37
harsh91113-Nov-03 23:37 

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.