Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
QuestionSystem.Web.UI.Page, get page object from URI Pin
Mogyi9-Oct-07 4:09
Mogyi9-Oct-07 4:09 
AnswerRe: System.Web.UI.Page, get page object from URI Pin
Guffa9-Oct-07 4:14
Guffa9-Oct-07 4:14 
GeneralRe: System.Web.UI.Page, get page object from URL Pin
Mogyi9-Oct-07 11:18
Mogyi9-Oct-07 11:18 
AnswerRe: System.Web.UI.Page, get page object from URL Pin
Guffa9-Oct-07 14:02
Guffa9-Oct-07 14:02 
GeneralRe: System.Web.UI.Page, get page object from URL Pin
Mogyi9-Oct-07 18:51
Mogyi9-Oct-07 18:51 
Questionre:Internet Dialer Pin
RameshwerE9-Oct-07 3:52
RameshwerE9-Oct-07 3:52 
QuestionConsuming webservices using SOAP Pin
sk84059-Oct-07 3:46
sk84059-Oct-07 3:46 
AnswerRe: Consuming webservices using SOAP Pin
Pete O'Hanlon9-Oct-07 3:51
mvePete O'Hanlon9-Oct-07 3:51 
GeneralRe: Consuming webservices using SOAP Pin
sk84059-Oct-07 3:56
sk84059-Oct-07 3:56 
QuestionMutex.ReleaseMutex() asynchronous ? Pin
Stevo Z9-Oct-07 3:26
Stevo Z9-Oct-07 3:26 
AnswerRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike9-Oct-07 5:34
led mike9-Oct-07 5:34 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z9-Oct-07 6:05
Stevo Z9-Oct-07 6:05 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike9-Oct-07 6:13
led mike9-Oct-07 6:13 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z9-Oct-07 7:06
Stevo Z9-Oct-07 7:06 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike9-Oct-07 7:20
led mike9-Oct-07 7:20 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z9-Oct-07 22:47
Stevo Z9-Oct-07 22:47 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike10-Oct-07 4:45
led mike10-Oct-07 4:45 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z10-Oct-07 5:24
Stevo Z10-Oct-07 5:24 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike10-Oct-07 5:58
led mike10-Oct-07 5:58 
AnswerRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z10-Oct-07 8:36
Stevo Z10-Oct-07 8:36 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike10-Oct-07 8:51
led mike10-Oct-07 8:51 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z10-Oct-07 9:32
Stevo Z10-Oct-07 9:32 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike10-Oct-07 10:13
led mike10-Oct-07 10:13 
Zilo(svk) wrote:
However, it looks that you're not willing to bless my mind with a reason why it doesn't work my way


At this point I don't think I have ever understood what you have said. When I run your code it behaves exactly as I expect it would. My code behaves differently because it is different.

In both cases the usage of the Mutex to verify single instance status works correctly, it is the remainder of the code that is different. Your code correctly identifies that it is a second instance but then continues to launch another instance prior to exiting. My code correctly identifies that it is a second instance and exits directly without launching another instance.



GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
Stevo Z10-Oct-07 10:45
Stevo Z10-Oct-07 10:45 
GeneralRe: Mutex.ReleaseMutex() asynchronous ? Pin
led mike10-Oct-07 11:03
led mike10-Oct-07 11:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.