搜索资源列表
single_instance.zip 使程序只运行一个实例
- 使程序只运行一个实例,The example of running only one instance
R
- 跨进程解锁互斥体 Mutex,解锁CreateMutex,不单单是本进程哦,包括另外一个进程照样解锁,含权举所有进程和所有进程的所有Handel,Model,完整的范例,含demo范例,搞程序多开必备,独家上传.-Unlock mutex Mutex across processes the unlock CreateMutex, not just the process, oh, another process still unlock, including the right to cite
CreateMutex
- 禁止多个相同的程序运行,用到CreateMutex函数和GetLastError函数。-The using of CreateMutex.
WinAppRunOnly
- C#通过创建互斥CreateMutex,使程序只能够运行一个-Through creating mutex CreateMutex, C# makes program only run a time
ExcelToSQL
- 使用互斥量。在进程启动的时候,使用CreateMutex创建互斥量,然后通过GetLastError进行错误检查;如果错误返回的是ERROR_ALREADY_EXISTS,说明已经有一个进程在运行了,只需将这个进程提到前台就行了
GetPassword_Src
- 使用互斥量。在进程启动的时候,使用CreateMutex创建互斥量,然后通过GetLastError进行错误检查;如果错误返回的是ERROR_ALREADY_EXISTS,说明已经有一个进程在运行了,只需将这个进程提到前台就行了
CreateMutex
- 通过修改互斥体 达到重复启动程序的目的 !-Change the Mutex
hu_chi_dui_xiang
- 互斥对象的基本使用方法shiyong CreateThread CreateMutex ReleaseMutex(hMutex) CloseHandle() CloseHandle() Sleep() -hu chi duixiang shiyong CreateThread CreateMutex ReleaseMutex(hMutex) CloseHandle() CloseHandle() Sleep()
onlyone
- 实现只运行一个窗口的程序,用了互斥的啊-createmutex ~~~~~~~~~~~~
Produce Consume
- 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。-Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creatio
ProduceConsume
- 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creation
runonly
- 单实例运行技术,通过检测互斥对象来实现.Createmutex-run only