Click here to Skip to main content
15,886,578 members
Articles / Desktop Programming / MFC

How to make a Message Only Window

Rate me:
Please Sign up or sign in to vote.
4.86/5 (17 votes)
12 Aug 20042 min read 160.2K   2.7K   59  
An article on how to make a message only window.
<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<pre>
<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
Build Log
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
<h3>------- Build started: Project: MessageOnlyWindow, Configuration: Debug|Win32 -------
</h3>
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Command Lines
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "e:\MyProjects\MessageOnlyWindow\Debug\RSP000047.rsp" with contents
[
/Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_MBCS" /D "_AFXDLL" /Gm /EHsc /RTC1 /MDd /Zc:wchar_t /Yu"stdafx.h" /Fp"Debug/MessageOnlyWindow.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
.\MyMessageOnlyWindowClass.cpp
]
Creating command line "cl.exe @e:\MyProjects\MessageOnlyWindow\Debug\RSP000047.rsp /nologo"
Creating temporary file "e:\MyProjects\MessageOnlyWindow\Debug\RSP000048.rsp" with contents
[
/OUT:"Debug/MessageOnlyWindow.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/MessageOnlyWindow.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86
.\debug\MessageOnlyWindow.obj
.\debug\MessageOnlyWindowDlg.obj
.\debug\stdafx.obj
.\debug\MessageOnlyWindow.res
.\debug\MyMessageOnlyWindowClass.obj
]
Creating command line "link.exe @e:\MyProjects\MessageOnlyWindow\Debug\RSP000048.rsp"
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Output Window
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...
MyMessageOnlyWindowClass.cpp
Linking...
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Results
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
Build log was saved at "file://e:\MyProjects\MessageOnlyWindow\Debug\BuildLog.htm"
MessageOnlyWindow - 0 error(s), 0 warning(s)</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
</font></table></body></html>

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
Software Developer (Senior) TMR
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions