Click here to Skip to main content
15,884,099 members
Articles / Desktop Programming / MFC

An Adaptable Property List Control

Rate me:
Please Sign up or sign in to vote.
4.68/5 (11 votes)
25 Apr 2003 209.5K   1.7K   83  
An object properties list control than can change based on the objects state.
#if !defined(_USERMESSAGEID_H)
#define _USERMESSAGEID_H

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UserMessageID.h : header file
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright � 1999, Stefan Belopotocan, http://welcome.to/StefanBelopotocan
//
/////////////////////////////////////////////////////////////////////////////


#define WM_USER_SET_DATA				(WM_USER + 3)
#define WM_USER_ON_SELECTION_CANCEL		(WM_USER + 4)
#define WM_USER_ON_SELECTION_OK			(WM_USER + 5)
#define WM_USER_ON_NEW_SELECTION		(WM_USER + 6)

#endif // !defined(_USERMESSAGEID_H)

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

Comments and Discussions