Kanade's Delphi Stuff
Delphi Tips, Sample code and Tools
Copyright © 1997-2004, Sanjay Kanade
 
  Tips and Tricks on Delphi
Please read the DISCLAIMER before you use any of the tips from this web site. Go to main index
  Delphi Tips: Dialogs
Tip 74:  Making a component out of a dialog
(modified: 09 Feb 2004)


Tip 45:  Displaying a dialog in the center of a form
(modified: 16 Feb 2001)


Tip 46:  Why do I need my own message dialogs?
(modified: 16 Feb 2001)


Tip 50:  Reminder dialogs
(modified: 19 Mar 2001)


  74: Making a component out of a dialog
Date added/modified: 09 Feb 2004

I found this nice article on the above subject: http://www.advdelphisys.com/help/compdialog.html

  45: Displaying a dialog in the center of a form
Date added/modified: 16 Feb 2001

See this utility function in the sample code area.

  46: Why do I need my own message dialogs?
Date added/modified: 16 Feb 2001

See this code in the sample code area.

  50: Reminder dialogs
Date added/modified: 19 Mar 2001

Sometimes, you may need to show some reminders to the user, such as, "Please keep us informed of the change in your email address." Also, the user needs to be given an option not to see the reminder any more. My Application Models freeware gives the code for such a sample dialog.



 

Copyright 1995-2004, Sanjay Kanade. All rights reserved.
All trademarks and copyrights belong to their respective owners.