home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource1
/
cenvew
/
icons.cmm
< prev
next >
Wrap
Text File
|
1993-08-05
|
268b
|
8 lines
// Icons.cmm - Tiny Cmm sample file that calls PostMessage() in the
// Windows User DLL (via Message.lib) to tell all windows
// to minimize (iconasize).
#include "Message.lib"
PostMessage(HWND_BROADCAST,WM_SYSCOMMAND,SC_MINIMIZE,0);