Click here to Skip to main content
15,894,460 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 21:04
professional«_Superman_»5-Jul-10 21:04 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 21:06
eyalle5-Jul-10 21:06 
GeneralRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 21:16
professional«_Superman_»5-Jul-10 21:16 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 21:36
eyalle5-Jul-10 21:36 
GeneralRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 21:49
professional«_Superman_»5-Jul-10 21:49 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 21:52
eyalle5-Jul-10 21:52 
GeneralRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 21:54
professional«_Superman_»5-Jul-10 21:54 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 21:57
eyalle5-Jul-10 21:57 
I dont think so, how do i add it ?
what i did in my .h file is:

protected:
	//{{AFX_MSG(CChildFrame)
	afx_msg void OnClose();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnMDIActivate(BOOL bActivate, CWnd* pActivateWnd, CWnd* pDeactivateWnd);
        //This functions were inserted by the class wizard...
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
};


then on the .cpp file:
void CChildFrame::OnSysCommand(UINT nID, LPARAM lParam)
{
   //...
}

GeneralRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 22:32
professional«_Superman_»5-Jul-10 22:32 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 22:40
eyalle5-Jul-10 22:40 
QuestionSubclass list control with another controls inside Pin
Pavel Sokolov5-Jul-10 12:25
Pavel Sokolov5-Jul-10 12:25 
AnswerRe: Subclass list control with another controls inside Pin
CPallini5-Jul-10 21:18
mveCPallini5-Jul-10 21:18 
GeneralRe: Subclass list control with another controls inside Pin
Pavel Sokolov6-Jul-10 1:38
Pavel Sokolov6-Jul-10 1:38 
GeneralRe: Subclass list control with another controls inside Pin
CPallini6-Jul-10 2:03
mveCPallini6-Jul-10 2:03 
AnswerRe: Subclass list control with another controls inside Pin
Iain Clarke, Warrior Programmer6-Jul-10 2:20
Iain Clarke, Warrior Programmer6-Jul-10 2:20 
GeneralRe: Subclass list control with another controls inside Pin
Pavel Sokolov6-Jul-10 2:27
Pavel Sokolov6-Jul-10 2:27 
Questionre master file table Pin
mdocvc5-Jul-10 9:35
mdocvc5-Jul-10 9:35 
AnswerRe: re master file table Pin
Richard MacCutchan5-Jul-10 21:38
mveRichard MacCutchan5-Jul-10 21:38 
GeneralRe: re master file table Pin
mdocvc6-Jul-10 7:41
mdocvc6-Jul-10 7:41 
GeneralRe: re master file table Pin
Richard MacCutchan6-Jul-10 10:06
mveRichard MacCutchan6-Jul-10 10:06 
GeneralRe: re master file table Pin
mdocvc7-Jul-10 8:47
mdocvc7-Jul-10 8:47 
GeneralRe: re master file table Pin
Richard MacCutchan7-Jul-10 11:49
mveRichard MacCutchan7-Jul-10 11:49 
GeneralRe: re master file table Pin
mdocvc8-Jul-10 5:58
mdocvc8-Jul-10 5:58 
GeneralRe: re master file table Pin
Richard MacCutchan8-Jul-10 21:19
mveRichard MacCutchan8-Jul-10 21:19 
GeneralRe: re master file table Pin
mdocvc9-Jul-10 9:38
mdocvc9-Jul-10 9:38 

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.