Re: Ensure only one instance running
Peter Ritchie <[email protected]> Fri, 21 Dec 2007 09:36:43 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
On Fri, 21 Dec 2007 15:35:06 +0100, Graeme Hood <[email protected]> wrote: >Funny that VB has a specific app property for this and C# doesn't. >Thanks for the replies. Yes, VB has had facilities for single-instance apps for a while. It uses .NET remoting to maintain a single-instance, and I believe there are some issues with that: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx? FeedbackID=90431