Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to set EM_SETCUEBANNER in a Edit Control Pin
David Crow2-Oct-19 6:43
David Crow2-Oct-19 6:43 
AnswerRe: How to set EM_SETCUEBANNER in a Edit Control Pin
_Flaviu2-Oct-19 6:52
_Flaviu2-Oct-19 6:52 
QuestionRead value Memory (private working set) of windows using c++ Pin
Member 142210411-Oct-19 16:20
Member 142210411-Oct-19 16:20 
AnswerRe: Read value Memory (private working set) of windows using c++ Pin
Victor Nijegorodov1-Oct-19 20:16
Victor Nijegorodov1-Oct-19 20:16 
AnswerRe: Read value Memory (private working set) of windows using c++ Pin
Victor Nijegorodov1-Oct-19 20:21
Victor Nijegorodov1-Oct-19 20:21 
AnswerRe: Read value Memory (private working set) of windows using c++ Pin
Richard MacCutchan1-Oct-19 21:41
mveRichard MacCutchan1-Oct-19 21:41 
AnswerRe: Read value Memory (private working set) of windows using c++ Pin
Gerry Schmitz2-Oct-19 6:46
mveGerry Schmitz2-Oct-19 6:46 
QuestionMessage_Map MFC vc++ Pin
Member 1457555630-Sep-19 20:38
Member 1457555630-Sep-19 20:38 
In the below code snippet, why do we use '&' ? Is it because we're passing the reference of the member function?

C++
BEGIN_MESSAGE_MAP(CMFCListViewDoc, CDocument)
   ON_COMMAND(ID_MYCOMMAND, &CMFCListViewDoc::OnMycommand) // why do we use '&'
END_MESSAGE_MAP()


Excuse me for this question. It's like I know and I don't know too Smile | :) .
AnswerRe: Message_Map MFC vc++ Pin
CPallini30-Sep-19 20:56
mveCPallini30-Sep-19 20:56 
Questionc programming Pin
Member 1460831330-Sep-19 5:47
Member 1460831330-Sep-19 5:47 
AnswerRe: c programming Pin
phil.o30-Sep-19 6:09
professionalphil.o30-Sep-19 6:09 
AnswerRe: c programming Pin
Dave Kreskowiak30-Sep-19 6:13
mveDave Kreskowiak30-Sep-19 6:13 
AnswerRe: c programming Pin
Victor Nijegorodov30-Sep-19 8:16
Victor Nijegorodov30-Sep-19 8:16 
AnswerRe: c programming Pin
CPallini30-Sep-19 9:48
mveCPallini30-Sep-19 9:48 
QuestionHow to hide or show button from another class MFC vc++ Pin
Member 1457555630-Sep-19 3:44
Member 1457555630-Sep-19 3:44 
AnswerRe: How to hide or show button from another class MFC vc++ Pin
Victor Nijegorodov30-Sep-19 3:51
Victor Nijegorodov30-Sep-19 3:51 
GeneralRe: How to hide or show button from another class MFC vc++ Pin
Member 1457555630-Sep-19 4:10
Member 1457555630-Sep-19 4:10 
GeneralRe: How to hide or show button from another class MFC vc++ Pin
Victor Nijegorodov30-Sep-19 4:17
Victor Nijegorodov30-Sep-19 4:17 
GeneralRe: How to hide or show button from another class MFC vc++ Pin
David Crow30-Sep-19 5:09
David Crow30-Sep-19 5:09 
AnswerRe: How to hide or show button from another class MFC vc++ Pin
David Crow30-Sep-19 5:06
David Crow30-Sep-19 5:06 
GeneralRe: How to hide or show button from another class MFC vc++ Pin
Member 1457555630-Sep-19 18:58
Member 1457555630-Sep-19 18:58 
QuestionCreating separate class for database connection MFC vc++ Pin
Member 1457555626-Sep-19 18:59
Member 1457555626-Sep-19 18:59 
AnswerRe: Creating separate class for database connection MFC vc++ Pin
Gerry Schmitz26-Sep-19 19:08
mveGerry Schmitz26-Sep-19 19:08 
SuggestionRe: Creating separate class for database connection MFC vc++ Pin
David Crow27-Sep-19 6:58
David Crow27-Sep-19 6:58 
Questioncannot change rgrc0 with wm_nccalcsize Pin
Member 1180360726-Sep-19 6:26
Member 1180360726-Sep-19 6:26 

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.