65.9K
CodeProject is changing. Read more.
Home

Run only one instance from you program

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.67/5 (2 votes)

Sep 27, 2010

CPOL
viewsIcon

5342

Ever heard of Microsoft.Samples.ApplicationFramework? That's far better, since the newly started application will connect to the running application, and command line arguments will be passed to it.Take a look here: Real World Applications Sample, Part 1:..., Single Instance, ...[^]

Ever heard of Microsoft.Samples.ApplicationFramework? That's far better, since the newly started application will connect to the running application, and command line arguments will be passed to it. Take a look here: Real World Applications Sample, Part 1:..., Single Instance, ...[^]