8000 Removed table formatting by gewarren · Pull Request #8 · dotnet/dotnet-api-docs · GitHub
[go: up one dir, main page]

Skip to content

Removed table formatting #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1243,19 +1243,23 @@
> [!NOTE]
> The `StartupNextInstance` event is raised only in single-instance applications. To enable single-instance behavior for your application, you must check the **Make single instance application** check box in the Project Designer.

||
|-|
|To make an application single instance|
|1. With a project selected in **Solution Explorer**, click **Properties** on the **Project** menu.<br />2. Click the **Application** tab.<br />3. Select the **Make single instance application** check box.|
To make an application single instance:

1. With a project selected in **Solution Explorer**, click **Properties** on the **Project** menu.
2. Click the **Application** tab.
3. Select the **Make single instance application** check box.

You must use the <xref:Microsoft.VisualBasic.ApplicationServices.StartupEventArgs.CommandLine%2A> property of the `e` parameter to access the arguments for subsequent attempts to start a single-instance application. The <xref:Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase.CommandLineArgs%2A> property provides the arguments used to start the first instance of a single-instance application.

The code for the <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.StartupNextInstance> event handler is stored in the ApplicationEvents.vb file, which is hidden by default.

||
|-|
|To access the Code Editor window for application events|
|1. With a project selected in **Solution Explorer**, click **Properties** on the **Project** menu.<br />2. Click the **Application** tab.<br />3. Click the **View Application Events** button to open the Code Editor.<br /> For more information, see [Application Page, Project Designer (Visual Basic)](https://docs.microsoft.com/visualstudio/ide/reference/application-page-project-designer-visual-basic).|
To access the Code Editor window for application events:

1. With a project selected in **Solution Explorer**, click **Properties** on the **Project** menu.
2. Click the **Application** tab.
3. Click the **View Application Events** button to open the Code Editor.

For more information, see [Application Page, Project Designer (Visual Basic)](https://docs.microsoft.com/visualstudio/ide/reference/application-page-project-designer-visual-basic).|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the last pipe should be removed


The following table lists examples of tasks involving the `My.Application.StartupNextInstance` event.

Expand Down Expand Up @@ -1428,4 +1432,4 @@ End Property
</Docs>
</Member>
</Members>
</Type>
</Type>
0