GeekArticles
Programming
DelphiControlling the Number of Application Instances
Author: delphi.about.com |
Published: 9th Oct 2007 |
Visited: 41 times |
Add CommentFiled in: Delphiin Advanced Delphi :: In this article you'll learn how to "run-once" enable a Delphi application that can check for its previous (running) instance. Along the process, several techniques...
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 ...