I try the windows application framework properties (My.Application)
option: Make single instance Application. but is not work on TS
(terminal server).

how I can make sure that only one session cross the all sessions?

RE: single instance on TS? by CiaranODonnell

CiaranODonnell
Fri Mar 02 04:11:00 CST 2007

Use a mutex to detect other running instances.


--
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com


"mtczx232@yahoo.com" wrote:

> I try the windows application framework properties (My.Application)
> option: Make single instance Application. but is not work on TS
> (terminal server).
>
> how I can make sure that only one session cross the all sessions?
>
>

Re: single instance on TS? by Ravi

Ravi
Mon Mar 05 14:22:09 CST 2007

The article links at this page may help:

http://blogs.msdn.com/onoj/archive/2004/06/04/148532.aspx

/ravi

=============
Ravi Bhavnani
http://ravib.com
VC++ MVP
=============
<mtczx232@yahoo.com> wrote in message
news:1172770197.381647.280470@t69g2000cwt.googlegroups.com...
>I try the windows application framework properties (My.Application)
> option: Make single instance Application. but is not work on TS
> (terminal server).
>
> how I can make sure that only one session cross the all sessions?
>