Click here to Skip to main content
15,914,014 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: might be a dumb question... Pin
Jörgen Sigvardsson11-Dec-03 11:11
Jörgen Sigvardsson11-Dec-03 11:11 
GeneralRe: might be a dumb question... Pin
l a u r e n11-Dec-03 11:19
l a u r e n11-Dec-03 11:19 
GeneralRe: might be a dumb question... Pin
Matthew Busche11-Dec-03 11:17
Matthew Busche11-Dec-03 11:17 
Generalresource DLL Pin
alex.barylski11-Dec-03 10:03
alex.barylski11-Dec-03 10:03 
GeneralRe: resource DLL Pin
Jörgen Sigvardsson11-Dec-03 11:08
Jörgen Sigvardsson11-Dec-03 11:08 
GeneralRe: resource DLL Pin
Michael Dunn11-Dec-03 14:46
sitebuilderMichael Dunn11-Dec-03 14:46 
GeneralRe: resource DLL Pin
alex.barylski11-Dec-03 15:09
alex.barylski11-Dec-03 15:09 
GeneralCStatusbar and an afxMsg question Pin
ns11-Dec-03 9:06
ns11-Dec-03 9:06 
I see this in a sample on CP for a CStatusbar derived class. But I cant figure out how to get the classwizard to add the afx_msg UINT OnNcHitTest(CPoint point) handler . This class CTextualStatusBar doesnt show up in the class wizard. SO I thought maybe if I right click in the left panel classview window on this class and get "Add windows message handler" I migtht be able to do it that way. But for this class, that menu item isnt in the context menu. Yet this handler is in the afx area and its grey which means the wizard generated it. AM I overlooking something obvious?
Thanks.
ns

class CTextualStatusBar : public CStatusBar
{
public:
	CTextualStatusBar();

public:
	virtual ~CTextualStatusBar();

	// Generated message map functions
protected:
	//{{AFX_MSG(CTextualStatusBar)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnDestroy();
	afx_msg UINT OnNcHitTest(CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

GeneralRe: CStatusbar and an afxMsg question Pin
Ravi Bhavnani11-Dec-03 9:35
professionalRavi Bhavnani11-Dec-03 9:35 
GeneralRe: CStatusbar and an afxMsg question Pin
ns11-Dec-03 9:41
ns11-Dec-03 9:41 
GeneralWindows app command line args Pin
act_x11-Dec-03 8:19
act_x11-Dec-03 8:19 
GeneralRe: Windows app command line args Pin
David Crow11-Dec-03 9:00
David Crow11-Dec-03 9:00 
GeneralRe: Windows app command line args Pin
Michael Dunn11-Dec-03 9:48
sitebuilderMichael Dunn11-Dec-03 9:48 
GeneralRe: Windows app command line args Pin
act_x11-Dec-03 9:50
act_x11-Dec-03 9:50 
GeneralRe: Windows app command line args Pin
Jörgen Sigvardsson11-Dec-03 11:12
Jörgen Sigvardsson11-Dec-03 11:12 
GeneralRe: Windows app command line args Pin
braddenn11-Dec-03 12:47
braddenn11-Dec-03 12:47 
GeneralArabic characters in a console window Pin
Hosam Aly Mahmoud11-Dec-03 8:03
Hosam Aly Mahmoud11-Dec-03 8:03 
GeneralRe: Arabic characters in a console window Pin
Jörgen Sigvardsson11-Dec-03 11:04
Jörgen Sigvardsson11-Dec-03 11:04 
Generalusing methods of .mof files Pin
Aamir Butt11-Dec-03 7:22
Aamir Butt11-Dec-03 7:22 
GeneralRe: using methods of .mof files Pin
David Crow11-Dec-03 7:28
David Crow11-Dec-03 7:28 
QuestionHow to change console background colors Pin
smore11-Dec-03 7:18
smore11-Dec-03 7:18 
AnswerRe: How to change console background colors Pin
Tim Deveaux11-Dec-03 7:34
Tim Deveaux11-Dec-03 7:34 
Generaloutput to *.xls file Pin
mitil2039048230411-Dec-03 7:13
mitil2039048230411-Dec-03 7:13 
GeneralRe: output to *.xls file Pin
David Crow11-Dec-03 7:22
David Crow11-Dec-03 7:22 
GeneralBitmaps Pin
aroraavinash11-Dec-03 7:12
aroraavinash11-Dec-03 7:12 

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.