Click here to Skip to main content
15,897,334 members
Articles / Mobile Apps / Windows Mobile

Multiple Toolbars in the PocketPC 2002

Rate me:
Please Sign up or sign in to vote.
4.90/5 (9 votes)
16 Mar 2003CPOL1 min read 115K   275   18  
Handling multiple toolbars - Pocket Word-style.
#if !defined(AFX_CETOOLBAR_H__E5AC3314_DCFF_44BC_8440_D50430A6A5D6__INCLUDED_)
#define AFX_CETOOLBAR_H__E5AC3314_DCFF_44BC_8440_D50430A6A5D6__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CeToolBar.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCeToolBar window

class CCeToolBar : public CToolBar
{
// Construction
public:
	CCeToolBar();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCeToolBar)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CCeToolBar();

	// Generated message map functions
protected:
	//{{AFX_MSG(CCeToolBar)
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CETOOLBAR_H__E5AC3314_DCFF_44BC_8440_D50430A6A5D6__INCLUDED_)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Frotcom International
Portugal Portugal
I work on R&D for Frotcom International, a company that develops web-based fleet management solutions.

Comments and Discussions