GeekArticles
Programming
DelphiDim Out the Main Form of an Application When Modal Form is Displayed
Author: delphi.about.com |
Published: 19th May 2008 |
Visited: 133 times |
Add CommentFiled in: Delphiin Delphi TIPS ::
Dialog windows you use to display critical information to the user are, in most cases, displayed modally. A modal form is one where the application can't...
Read Article Sponsored Links
Related Articles
• Building a .NET Console Application for Scheduled Tasks This article walks you through the process of building a simple .NET command-line application that is designed to be scheduled to execute. The sample application will send an HTTP request to a web server and send the returned HTML as the body of an email message. Once the application is complete, ...
• Rethinking Application Security
Discovering security problems early in the development cycle is only the first step toward creating more secure and reliable applications, says Parasoft's Wayne Ariola in an interview with Artima. For developers to work effectively, addressing security-related coding issues must be integrated ...