single-instance
Limiting an ATL exe server to one process (instance) only
I have an ATL exe server written with C++ (Visual Studio 2010, with merging the proxy-stud dll). The executable is compiled for Windows 7 x86 & x64. The following happens on both architectures:[详细]
2023-02-10 01:36 分类:问答VB6: Single-instance application across all user sessions
I have an application that needs to be a single-instance app across all user sessions on a Windows PC.My research thus far has centered around using a mutex to accomplish this, but I am having an issu[详细]
2023-02-06 13:53 分类:问答Drupal multi-site setup with sub-directories
I have a multi-site setup with a single codebase. Is it possible to have my sites directory set up like this with sub folders:[详细]
2023-02-05 20:38 分类:问答Updating Splash labels in a SingleInstanceApplication : WindowsFormsApplicationBase
What is the best way to update splash sceen labels on application startup, to inform the userwhat\'s going on ? The problem is that the splash screen is created in an override method, while updating h[详细]
2023-01-31 10:39 分类:问答WCF Singleton with Session Id
I have a WCF service mapped to 1 hardware device (printer). I want to lock/unlock the printer by client.[详细]
2023-01-30 08:10 分类:问答How to implement single instance per machine application?
I have to restrict my .net 4 WPF application so that it can be run only once per machine. Note that I said per machine, not per session.[详细]
2023-01-25 17:27 分类:问答startActivityForResult not working properly with launchMode singleInstance
I\'d like Activities on my application\'s Activity stack to only have one instance.I have several screens which are ListActivities and I\'d like to not go through the pain and suffering of updating th[详细]
2023-01-09 06:04 分类:问答Using an empty file to have one application instance
There\'s probably other ways of doing thi开发者_开发百科s but I\'d like to use an empty file to have one instance of an application running at a given time. This would be done by creating the file whe[详细]
2023-01-09 02:10 分类:问答Limit Java Applet to only one instance
I have been using Stackoverflow for a while to find solutions to my programming questions, but for the current question I haven\'t found a useful solution. So I joined up.[详细]
2023-01-07 16:49 分类:问答open program once with multiple files as arguments from explorer
I have a program that works when, a file is opened wit开发者_Python百科h it using the right click menu in explorer. But if I select multiple files and then right click and open with my program then it[详细]
2022-12-27 20:07 分类:问答