Visual Studio IDE Question:
How to open only one instance of vb application(.exe)?
Answer:
Following are the steps to make single instance application
in VB.NET
1.For a Vb.NET project selected in Solution Explorer, click
Properties on the Project menu.
2.Now Click Application tab.
3.Select the Make single instance application check box.
in VB.NET
1.For a Vb.NET project selected in Solution Explorer, click
Properties on the Project menu.
2.Now Click Application tab.
3.Select the Make single instance application check box.
Previous Question | Next Question |
How to add an event handler in Visual Studio .NET and in Visual Studio 2005? | How to run the converter for visual studio IDE? |