AddTOneInstance [090705] 1.50
  • C++ Builder:
    C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 
  • Delphi:
    D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 
  • Kylix:
    K1 K3 



If you wish to allow only one instance of your application can be run, use this component. TOneInstance also can catch the loading of new instances, get the new parameters and send them back the first instance for processing.

All you have to do is just put TOneInstance on your form, then give some codes for the eventOnNewInstanceLoad(NewAppHandle: Cardinal; NewCommandLineW: PWideChar). For more information, please visit the homepage.

===


History:
+ 1.50: July 05, 2009;
Add the property MsgTransportTimeout;
+ 1.40: July 02, 2009;

  • Category:
    Forms/Application
  • Author:
    (More by this author)
  • Info:
    Freeware
  • Date added:
    04 July, 2009 18:06
  • Views:
    1331
  • Downloads:
    0
UsefulnessGood
DocumentationGood
StabilityGood
ValueGood
Ease of UseGood
Level of UseGood
1 people have rated this applicaton
Total AverageGood
 
You can submit your own rating, for this you must be logged in.
Related Downloads
TOneInstance [090701] 1.30 - 01 July, 2009 - Guy Freeman

If you wish to allow only one instance of your application can be run, use this component. TOneInstance also can catch the loading of new instances, get the new parameters and send them back the first instance for processing. All you have to do...

TOneInstance [090703] 1.40 - 03 July, 2009 - Guy Freeman

If you wish to allow only one instance of your application can be run, use this component. TOneInstance also can catch the loading of new instances, get the new parameters and send them back the first instance for processing. All you have to do...

TOneInstance 1.6.1 - 09 February, 2012 - Loonies Software

This is a free of VCL component for Delphi that activates the mode, when only a single instance of an application can be executed at the certain moment of time.

Related Information
  • HOW TO PREVENT SECOND INSTANCE OF AN APPLICATION ?! (2002-05-09 13:11:43)
    The easiest way is: 1) Go to: http://www.delphipages.com/result.cfm?SR=abfsoft&AO=and&RequestTimeout=500 2) Download the first component...
  • BUTTON AFTER CLICK (2005-12-15 21:26:36)
    You could query Windows to see if the app is already running. I have a "OneInstance" component see below. Or you could simply maintain an array to...
  • RUN APPLICATION ONE TIME ONLY AND NO DOPPELT (2009-07-01 03:59:32)
    You can use my component TOneInstance, all you have to do just is put TOneInstance on your form, then give some codes for the event:...
Categories

Latest Forum Entries