Re: What happens if....
"HandyMan" wrote...
: What happens if too many of the same apps keeps opening up?
:
: Does XP have some default strategy for that case?
Mutex is probably what you want to research.
Windows API:
CreateMutexEx
ReleaseMutexEx
If I open too many apps, my video starts going funcky and
wacky (XP SP2). Windows do not display themselves prop-
erly.
--
Jim Carlock
--
Jim Carlock
Post replies to the group.
.
Relevant Pages
- Mutex Help Please
... It is important that the apps not do this at the ... To make sure I used a named mutex to control access to the ... I am somewhat confused in the use of CloseHandle. ... If WaitForSingleObject succeeds then file access begins. ... (microsoft.public.win32.programmer.kernel) - Re: Mutux - blocking multiple apps accesing the same file
... Use a named mutex is one way. ... All the apps need to respect the mutex ... > between different running applications. ... > writing to the file when one app is in the process of update/saving it. ... (microsoft.public.dotnet.framework) - Learning the win32 API
... I'm looking for a comprehensive tutorial on the Windows API. ... sites that could at least get me started...with sample applications I build, ... I've dabbled in MFC ... and created simple apps, but still have problems. ... (microsoft.public.vc.language) - Re: Enter data into other applications
... would there be another way to tap into these ... apps via the windows api? ... Prev by Date: ... (microsoft.public.dotnet.languages.vb) - Re: Enter data into other applications
... would there be another way to tap into these ... | apps via the windows api? ... you can send them messages via sendmessage and ... (microsoft.public.dotnet.languages.vb) |
|