Click here to Skip to main content
Click here to Skip to main content

How to make a Message Only Window

By , 12 Aug 2004
 
// MessageOnlyWindow.h : main header file for the PROJECT_NAME application
//

#pragma once

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols


// CMessageOnlyWindowApp:
// See MessageOnlyWindow.cpp for the implementation of this class
//

class CMessageOnlyWindowApp : public CWinApp
{
public:
	CMessageOnlyWindowApp();

// Overrides
	public:
	virtual BOOL InitInstance();

// Implementation

	DECLARE_MESSAGE_MAP()
};

extern CMessageOnlyWindowApp theApp;

By viewing downloads associated with this article you agree to the Terms of use 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

About the Author

bryce
Software Developer (Senior)
Australia Australia
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 13 Aug 2004
Article Copyright 2004 by bryce
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid