Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FontSize Pin
Vikram A Punathambekar7-Jun-03 9:37
Vikram A Punathambekar7-Jun-03 9:37 
GeneralSmart Card Inserts & Removes Pin
Fad B7-Jun-03 6:39
Fad B7-Jun-03 6:39 
GeneralResize CToolbar Pin
Konrad Windszus7-Jun-03 3:24
Konrad Windszus7-Jun-03 3:24 
GeneralCListCtrl bug Pin
Konrad Windszus7-Jun-03 3:19
Konrad Windszus7-Jun-03 3:19 
GeneralStatusbar text for toolbar Pin
Konrad Windszus7-Jun-03 3:11
Konrad Windszus7-Jun-03 3:11 
GeneralRe: Statusbar text for toolbar Pin
Maximilien7-Jun-03 3:33
Maximilien7-Jun-03 3:33 
GeneralRe: Statusbar text for toolbar Pin
Konrad Windszus7-Jun-03 3:36
Konrad Windszus7-Jun-03 3:36 
GeneralRe: Statusbar text for toolbar Pin
Roger Allen9-Jun-03 0:39
Roger Allen9-Jun-03 0:39 
The mainframe handles the diplay of the toolbar/menu text in the function GetMessageString. You should investigate this function and see if you need to override it and provide your own implementation to get what you want working.

Searching for 'GetMessageString'...
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\MFC\Include\AFXCTL.H(686):	virtual void GetMessageString(UINT nID, CString& rMessage) const;
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\MFC\Include\AFXWIN.H(3126):	virtual void GetMessageString(UINT nID, CString& rMessage) const;
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\MFC\SRC\CTLCORE.CPP(1877):void COleControl::GetMessageString(UINT nID, CString& rMessage) const
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\MFC\SRC\CTLCORE.CPP(1914):			GetMessageString(wParam, strMessage);
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\MFC\SRC\OLEIPFRM.CPP(253):			GetMessageString(wParam, strMessage);
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\MFC\SRC\WINFRM.CPP(1461):void CFrameWnd::GetMessageString(UINT nID, CString& rMessage) const
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\MFC\SRC\WINFRM.CPP(1512):			GetMessageString(wParam, strMessage);
7 occurrence(s) have been found.



Roger Allen
Sonork 100.10016

Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003
Generaladdress parsing Pin
Rome Singh7-Jun-03 0:54
Rome Singh7-Jun-03 0:54 
GeneralRe: address parsing Pin
RichardGrimmer10-Jun-03 5:13
RichardGrimmer10-Jun-03 5:13 
GeneralQuestion about 'CreateEvent' method Pin
Anonymous6-Jun-03 23:35
Anonymous6-Jun-03 23:35 
GeneralRe: Question about 'CreateEvent' method Pin
Mike Nordell7-Jun-03 5:36
Mike Nordell7-Jun-03 5:36 
GeneralRe: Question about 'CreateEvent' method Pin
Michael Dunn7-Jun-03 6:44
sitebuilderMichael Dunn7-Jun-03 6:44 
GeneralClient Details Pin
SatyaDY6-Jun-03 21:45
SatyaDY6-Jun-03 21:45 
GeneralRe: Client Details Pin
Mike Nordell7-Jun-03 5:48
Mike Nordell7-Jun-03 5:48 
GeneralRe: Client Details Pin
Laimis7-Jun-03 9:25
Laimis7-Jun-03 9:25 
GeneralRe: Client Details Pin
SatyaDY8-Jun-03 17:52
SatyaDY8-Jun-03 17:52 
GeneralCPropertySheet & CPropertyPage Pin
ladder6-Jun-03 19:25
ladder6-Jun-03 19:25 
GeneralRe: CPropertySheet & CPropertyPage Pin
olinn7-Jun-03 1:24
olinn7-Jun-03 1:24 
GeneralRe: CPropertySheet & CPropertyPage Pin
ladder8-Jun-03 17:10
ladder8-Jun-03 17:10 
GeneralRe: CPropertySheet & CPropertyPage Pin
Joan M8-Jun-03 22:12
professionalJoan M8-Jun-03 22:12 
GeneralRe: CPropertySheet & CPropertyPage Pin
ladder10-Jun-03 19:38
ladder10-Jun-03 19:38 
GeneralHelp ,help hurry Pin
chinakknd6-Jun-03 18:59
chinakknd6-Jun-03 18:59 
GeneralRe: Help ,help hurry Pin
Mike Nordell7-Jun-03 6:00
Mike Nordell7-Jun-03 6:00 
GeneralRe: Help ,help hurry Pin
Dominik Reichl7-Jun-03 9:44
Dominik Reichl7-Jun-03 9:44 

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.