One instance and params
Solved
General and Desktop
-
How allow one instance and:
- if is running, second call activate it
- params second runnig should be provided (by message?)
I have written editor in Delphi a lot of time ago, and I use:
- memory mapping with unique key
- params by messages
But it works only under Windows.
-
Hi,
QtSingleApplication comes to mind for that.