SuperMessageBox (Updated - New features added)

Started by Martin Francom, November 02, 2009, 03:07:05 PM

Previous topic - Next topic

Martin Francom

Have you ever wanted more flexibility when creating a PopUp Message Box.  The Standard Msgbox has a number of limitations. 

You might take a look at the attached FF3 project.  It demos how you can use an RTF control as a super message box.  You can format your message with RTF control characters and create messages in color and in various font sizes.  You can create command buttons with what ever captions that you might need.

NEW Features Added:
  1)  Added code to allow you to easily print the contents of the RichEdit Control using the RTF formating
   2) Added code to allow you to easily save the contents of the RichEdit with it's RTF formating to  "YourFile.RTF"

 


Martin Francom

The attachment has been updated and includes the new features.