Click here to Skip to main content
16,006,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: delete or unlink? Pin
David Crow1-May-03 5:45
David Crow1-May-03 5:45 
AnswerRe: delete or unlink? Pin
markkuk1-May-03 12:40
markkuk1-May-03 12:40 
GeneralRedrawing windows that don't have focus Pin
Darren Steadman1-May-03 5:29
Darren Steadman1-May-03 5:29 
GeneralRe: Redrawing windows that don't have focus Pin
valikac1-May-03 7:28
valikac1-May-03 7:28 
GeneralRe: Redrawing windows that don't have focus Pin
J. Dunlap1-May-03 8:46
J. Dunlap1-May-03 8:46 
GeneralI have a editbox in my toolbar and want change background color Pin
whofmans1-May-03 5:04
whofmans1-May-03 5:04 
GeneralRe: I have a editbox in my toolbar and want change background color Pin
David Crow1-May-03 5:57
David Crow1-May-03 5:57 
GeneralRe: I have a editbox in my toolbar and want change background color Pin
whofmans1-May-03 21:03
whofmans1-May-03 21:03 
Thanks!

The editbox works, but how can i add a messagehandler? The "Add Message Handler" menu is not there.

I have tried this.
BEGIN_MESSAGE_MAP(CStatusEditBox, CEdit)<br />
	ON_WM_CTLCOLOR()<br />
END_MESSAGE_MAP()

I get the following compiler error:
'GetMessageMap' : member function not declared in 'CStatusEditBox'
GeneralRe: I have a editbox in my toolbar and want change background color Pin
David Crow2-May-03 4:15
David Crow2-May-03 4:15 
QuestionCString Bug??? Pin
levay1-May-03 4:52
levay1-May-03 4:52 
AnswerRe: CString Bug??? Pin
David Crow1-May-03 5:07
David Crow1-May-03 5:07 
GeneralRe: CString Bug??? Pin
levay1-May-03 5:15
levay1-May-03 5:15 
GeneralRe: CString Bug??? Pin
David Crow1-May-03 5:39
David Crow1-May-03 5:39 
GeneralRe: CString Bug??? Pin
levay1-May-03 5:49
levay1-May-03 5:49 
GeneralRe: CString Bug??? Pin
levay1-May-03 6:10
levay1-May-03 6:10 
AnswerRe: CString Bug??? Pin
Nitron1-May-03 5:38
Nitron1-May-03 5:38 
GeneralRe: CString Bug??? Pin
levay1-May-03 5:52
levay1-May-03 5:52 
GeneralRe: CString Bug??? Pin
Nitron1-May-03 5:54
Nitron1-May-03 5:54 
GeneralRe: CString Bug??? Pin
David Crow1-May-03 7:45
David Crow1-May-03 7:45 
GeneralRe: CString Bug??? Pin
levay1-May-03 9:00
levay1-May-03 9:00 
AnswerRe: CString Bug??? Pin
Rein Hillmann1-May-03 6:30
Rein Hillmann1-May-03 6:30 
GeneralRe: CString Bug??? Pin
levay1-May-03 7:02
levay1-May-03 7:02 
AnswerRe: CString Bug??? Pin
John R. Shaw2-May-03 22:24
John R. Shaw2-May-03 22:24 
Generalmultiline list view Pin
SanjiDeluxe1-May-03 4:30
SanjiDeluxe1-May-03 4:30 
GeneralRe: multiline list view Pin
RobJones1-May-03 5:03
RobJones1-May-03 5:03 

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.