// Clipboard formats - use as parameter to RegisterClipboardFormat()
#define CF_RTF TEXT("Rich Text Format")
#define CF_RTFNOOBJS TEXT("Rich Text Format Without Objects")
#define CF_RETEXTOBJ TEXT("RichEdit Text and Objects")
Are they still used by any MS programs like Word or WordPad?
If they are how are they handled by DotNET?
Thanks