AddTOneInstance [090703] 1.40
  • 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.

  • Category:
    Forms/Application
  • Author:
    (More by this author)
  • Info:
    Freeware
  • Date added:
    03 July, 2009 04:26
  • Views:
    686
  • Downloads:
    0
Usefulness
Documentation
Stability
Value
Ease of Use
Level of Use
0 people have rated this applicaton
Total Average
 
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 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.

TOneInstance [090705] 1.50 - 04 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...

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