Click here to Skip to main content
15,891,777 members
Articles / Desktop Programming / MFC

An Application To Show You How To Simulate A Mobile Set!

Rate me:
Please Sign up or sign in to vote.
2.23/5 (21 votes)
28 Jul 20036 min read 61.2K   717   18  
This application is just a simple simulator but its ability is that u can simply add much more properties to ur mobile and the interface and the source code are so separate so u can change the interface with just a low cost!!!
// DlgProxy.h : header file
//

#if !defined(AFX_DLGPROXY_H__3926A828_C6B4_4646_90A4_581101208D0B__INCLUDED_)
#define AFX_DLGPROXY_H__3926A828_C6B4_4646_90A4_581101208D0B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CMSDlg;

/////////////////////////////////////////////////////////////////////////////
// CMSDlgAutoProxy command target

class CMSDlgAutoProxy : public CCmdTarget
{
	DECLARE_DYNCREATE(CMSDlgAutoProxy)

	CMSDlgAutoProxy();           // protected constructor used by dynamic creation

// Attributes
public:
	CMSDlg* m_pDialog;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMSDlgAutoProxy)
	public:
	virtual void OnFinalRelease();
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CMSDlgAutoProxy();

	// Generated message map functions
	//{{AFX_MSG(CMSDlgAutoProxy)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
	DECLARE_OLECREATE(CMSDlgAutoProxy)

	// Generated OLE dispatch map functions
	//{{AFX_DISPATCH(CMSDlgAutoProxy)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_DISPATCH
	DECLARE_DISPATCH_MAP()
	DECLARE_INTERFACE_MAP()
};

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

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

#endif // !defined(AFX_DLGPROXY_H__3926A828_C6B4_4646_90A4_581101208D0B__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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Iran (Islamic Republic of) Iran (Islamic Republic of)
well this guy is just the super eric and nothing else my biaography i so complicated u better dont know;)
actually i love programming and i try to be a professional one so just pray 4 me!!! lol Wink | ;)

Comments and Discussions