PlanetSquires Forums

Support Forums => General Board => Topic started by: Martin Francom on November 02, 2009, 03:07:05 PM

Title: SuperMessageBox (Updated - New features added)
Post by: Martin Francom on November 02, 2009, 03:07:05 PM
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"

 

Title: Re: SuperMessageBox (Updated - New features added)
Post by: Martin Francom on November 29, 2009, 06:06:17 PM
The attachment has been updated and includes the new features.