Click here to Skip to main content
16,004,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Effects tab in Display Properties dialog box Pin
Ben Burnett21-May-01 18:58
Ben Burnett21-May-01 18:58 
GeneralCByteArray to CStatic and vice versa Pin
Jose Luis20-May-01 22:45
Jose Luis20-May-01 22:45 
QuestionWhich method of CDialog fits the size of the dialog window to the size of the screen? Pin
20-May-01 21:31
suss20-May-01 21:31 
AnswerWhy no one answer me ??? Pin
21-May-01 0:28
suss21-May-01 0:28 
GeneralRe: Why no one answer me ??? Pin
#realJSOP21-May-01 0:45
professional#realJSOP21-May-01 0:45 
Generalwhat do the method: MapDialogRect() ?? Pin
21-May-01 4:54
suss21-May-01 4:54 
GeneralRe: what do the method: MapDialogRect() ?? Pin
Chris Losinger21-May-01 5:03
professionalChris Losinger21-May-01 5:03 
GeneralRGB macro Pin
hearties20-May-01 21:28
hearties20-May-01 21:28 
m_imageList.Create(16,16, ILC_COLOR | ILC_MASK, 4, 0);
CBitmap bm;bm.LoadBitmap(IDB_BITMAP1);
m_imageList.Add(&bm, RGB(255, 255, 255)); // error here
bm.DeleteObject();
bm.LoadBitmap(IDB_BITMAP2);
m_imageList.Add(&bm, RGB(255, 255, 255)); // error here


the code above can't work. i copied this from a sample cod in the MSDN library but it just doesn't work! it gives the error:
"error C2064: term does not evaluate to a function"

did i forget to include some header file? it says in the MSDN that I have to include "windows.h", where do i include this file? or has it already been included?
GeneralRe: RGB macro Pin
Christian Graus21-May-01 0:13
protectorChristian Graus21-May-01 0:13 
QuestionHow can I post some data to a webpage? Pin
Shuyi Vi20-May-01 21:26
Shuyi Vi20-May-01 21:26 
AnswerRe: How can I post some data to a webpage? Pin
Anders Molin20-May-01 21:42
professionalAnders Molin20-May-01 21:42 
GeneralAccessing the DOM through MSHTML problems Pin
20-May-01 19:50
suss20-May-01 19:50 
QuestionHow to activate the left mouse button, after clicing a sub-menu Pin
mr200320-May-01 15:03
mr200320-May-01 15:03 
AnswerRe: How to activate the left mouse button, after clicing a sub-menu Pin
Christian Graus20-May-01 16:29
protectorChristian Graus20-May-01 16:29 
GeneralDrawing perpendicular lines Pin
mr200320-May-01 15:02
mr200320-May-01 15:02 
GeneralRe: Drawing perpendicular lines Pin
Christian Graus20-May-01 16:26
protectorChristian Graus20-May-01 16:26 
Generalaccessing the document in a doc/view MFC app through a menu command Pin
20-May-01 11:43
suss20-May-01 11:43 
GeneralRe: accessing the document in a doc/view MFC app through a menu command Pin
Christian Graus20-May-01 12:02
protectorChristian Graus20-May-01 12:02 
GeneralRe: accessing the document in a doc/view MFC app through a menu command Pin
20-May-01 12:17
suss20-May-01 12:17 
GeneralDialogs as MDI Childs Pin
2sky20-May-01 10:07
2sky20-May-01 10:07 
GeneralRe: Dialogs as MDI Childs Pin
20-May-01 10:19
suss20-May-01 10:19 
GeneralAnother way ?????? Pin
2sky20-May-01 10:22
2sky20-May-01 10:22 
GeneralRe: Another way ?????? Pin
Christian Graus20-May-01 10:37
protectorChristian Graus20-May-01 10:37 
GeneralRe: Another way ?????? Pin
2sky20-May-01 10:47
2sky20-May-01 10:47 
GeneralRe: Another way ?????? Pin
Christian Graus20-May-01 12:55
protectorChristian Graus20-May-01 12:55 

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.