What happened to CF_RTFNOOBJS and CF_RTF and CF_RETEXTOBJ

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AAaron123

    What happened to CF_RTFNOOBJS and CF_RTF and CF_RETEXTOBJ

    Before DotNet there were the formats:

    // Clipboard formats - use as parameter to RegisterClipboa rdFormat()

    #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


Working...