A
Aleks Kleyn
I designed vb application which I expected to run all time. to make sure
that application restarts when OS (assume win2000) reboots, I put this app
to statup folder. However I put attention that 2 or 3 copies of this app may
run at the time. To make sure that only one copy of app runs at the time I
added mutex class to block start of extra copy. However it does not help.
Probably different users during logon starts one more copy and mutex cannot
catch it. how I can prevent start of second copy?
Thank you, Aleks
that application restarts when OS (assume win2000) reboots, I put this app
to statup folder. However I put attention that 2 or 3 copies of this app may
run at the time. To make sure that only one copy of app runs at the time I
added mutex class to block start of extra copy. However it does not help.
Probably different users during logon starts one more copy and mutex cannot
catch it. how I can prevent start of second copy?
Thank you, Aleks