Click here to Skip to main content
16,010,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: tcp api calls Pin
viliam6-Jan-03 3:09
viliam6-Jan-03 3:09 
GeneralCustom resources Pin
S O S5-Jan-03 22:43
S O S5-Jan-03 22:43 
GeneralWinsock related Pin
Kamran Jamal5-Jan-03 22:40
sussKamran Jamal5-Jan-03 22:40 
GeneralRe: Winsock related Pin
Stefan Pedersen6-Jan-03 3:41
Stefan Pedersen6-Jan-03 3:41 
GeneralAPI for determining the file system on system disk Pin
abhinarulkar5-Jan-03 22:26
abhinarulkar5-Jan-03 22:26 
GeneralRe: API for determining the file system on system disk Pin
Michael Dunn5-Jan-03 22:28
sitebuilderMichael Dunn5-Jan-03 22:28 
GeneralStatusbar updating Pin
S O S5-Jan-03 22:23
S O S5-Jan-03 22:23 
GeneralRe: Statusbar updating Pin
Iain Clarke, Warrior Programmer5-Jan-03 22:41
Iain Clarke, Warrior Programmer5-Jan-03 22:41 
If you look in tech note 27 in the Visual C++ 6 docs, it talks about WM_SETMESSAGESTRING, which is a
MFC defined message sent to the CFrameWnd. In 99% of cases, this will be CMainFrame. The handle for
this message then tells the status bar what to display. You could simply send this message yourself.

As for your second question, CFrameWnd has a handler for the WM_MENUSELECT to get the current menu
item, and extract the text from the string table.

I hope that gave you some pointers,

Iain.

GeneralA virtual keyboard Pin
Nyrup5-Jan-03 22:17
Nyrup5-Jan-03 22:17 
GeneralRe: A virtual keyboard Pin
Michael Dunn5-Jan-03 22:26
sitebuilderMichael Dunn5-Jan-03 22:26 
GeneralRe: A virtual keyboard Pin
Nyrup5-Jan-03 22:33
Nyrup5-Jan-03 22:33 
GeneralClass Inheritance with different data types Pin
Lord Morlock5-Jan-03 21:47
Lord Morlock5-Jan-03 21:47 
GeneralRe: Class Inheritance with different data types Pin
Michael Dunn5-Jan-03 22:19
sitebuilderMichael Dunn5-Jan-03 22:19 
GeneralRe: Class Inheritance with different data types Pin
Lord Morlock5-Jan-03 22:46
Lord Morlock5-Jan-03 22:46 
GeneralRe: Class Inheritance with different data types Pin
Michael Dunn6-Jan-03 22:17
sitebuilderMichael Dunn6-Jan-03 22:17 
GeneralWant to know version of Windows running Pin
nashdaq5-Jan-03 20:57
nashdaq5-Jan-03 20:57 
GeneralRe: Want to know version of Windows running Pin
Michael Dunn5-Jan-03 21:03
sitebuilderMichael Dunn5-Jan-03 21:03 
GeneralShowing a Dialog Box! Pin
Alex H 19835-Jan-03 20:50
Alex H 19835-Jan-03 20:50 
GeneralRe: Showing a Dialog Box! Pin
xxhimanshu5-Jan-03 21:22
xxhimanshu5-Jan-03 21:22 
GeneralRe: Showing a Dialog Box! Pin
Alex H 19835-Jan-03 21:47
Alex H 19835-Jan-03 21:47 
Questionhow can i text out some text to a bitmap ? Pin
whelk5-Jan-03 20:07
whelk5-Jan-03 20:07 
AnswerRe: how can i text out some text to a bitmap ? Pin
Davide Pizzolato11-Jan-03 9:15
Davide Pizzolato11-Jan-03 9:15 
Generaldetecting system shutdown Pin
r i s h a b h s5-Jan-03 19:33
r i s h a b h s5-Jan-03 19:33 
GeneralRe: detecting system shutdown Pin
Michael Dunn5-Jan-03 20:23
sitebuilderMichael Dunn5-Jan-03 20:23 
GeneralGetWindowText() problem!!!!!!!!!!!!!!!!!!!!! Pin
xxhimanshu5-Jan-03 18:21
xxhimanshu5-Jan-03 18:21 

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.