Skip to content

Commit 4a0c80b

Browse files
authored
fix table layout (#15)
* fix table layout * feedback
1 parent a23cc54 commit 4a0c80b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,10 @@
381381
382382
You should set the `My.Application.MinimumSplashScreenDisplayTime` property in a method that overrides the <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnInitialize%2A> or <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnCreateSplashScreen%2A> method. Code that overrides methods of the <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase> class should be entered in the ApplicationEvents.vb file, which is hidden by default.
383383
384-
||
384+
| |
385385
|-|
386386
|To access the Code Editor window for overriding members|
387-
|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).|
387+
|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 /><br />For more information, see [Application Page, Project Designer (Visual Basic)](https://docs.microsoft.com/visualstudio/ide/reference/application-page-project-designer-visual-basic).|
388388
389389
## Availability by Project Type
390390
@@ -445,10 +445,10 @@
445445
446446
The code for the `NetworkAvailabilityChanged` event handler is stored in the ApplicationEvents.vb file, which is hidden by default.
447447
448-
||
448+
| |
449449
|-|
450450
|To access the Code Editor window for application events|
451-
|1. Have 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).|
451+
|1. Have 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 /><br />For more information, see [Application Page, Project Designer (Visual Basic)](https://docs.microsoft.com/visualstudio/ide/reference/application-page-project-designer-visual-basic).|
452452
453453
> [!NOTE]
454454
> Many network hubs will provide a network connection even if the hub is disconnected from a larger network. Consequently, for wired connections, this event indicates change in the connection between the computer and a hub.
@@ -937,7 +937,7 @@
937937
938938
The changes to this property are not persisted when the application closes. To change the `SaveMySettingsOnExit` property permanently, you must change the setting in the **Project Designer**:
939939
940-
||
940+
| |
941941
|-|
942942
|To change the setting in the Project Designer|
943943
|1. Have a project selected in **Solution Explorer**. Click **Properties** on the **Project** menu.<br />2. Click the **Application** tab.<br />3. Select **Save My.Settings on Shutdown**.|
@@ -1033,10 +1033,10 @@
10331033
10341034
The code for the `Shutdown` event handler is stored in the ApplicationEvents.vb file, which is hidden by default.
10351035
1036-
||
1036+
| |
10371037
|-|
10381038
|To access the Code Editor window for application events|
1039-
|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).|
1039+
|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 /><br />For more information, see [Application Page, Project Designer (Visual Basic)](https://docs.microsoft.com/visualstudio/ide/reference/application-page-project-designer-visual-basic).|
10401040
10411041
## Availability by Project Type
10421042
@@ -1179,7 +1179,7 @@
11791179
11801180
The code for the `Startup` event handler is stored in the ApplicationEvents.vb file, which is hidden by default.
11811181
1182-
||
1182+
| |
11831183
|-|
11841184
|To access the Code Editor window for application events|
11851185
|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 /><br /> For more information, see [Application Page, Project Designer (Visual Basic)](https://docs.microsoft.com/visualstudio/ide/reference/application-page-project-designer-visual-basic).|
@@ -1243,7 +1243,7 @@
12431243
> [!NOTE]
12441244
> 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.
12451245
1246-
||
1246+
| |
12471247
|-|
12481248
|To make an application single instance|
12491249
|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.|
@@ -1252,10 +1252,10 @@
12521252
12531253
The code for the <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.StartupNextInstance> event handler is stored in the ApplicationEvents.vb file, which is hidden by default.
12541254
1255-
||
1255+
| |
12561256
|-|
12571257
|To access the Code Editor window for application events|
1258-
|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).|
1258+
|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 /><br />For more information, see [Application Page, Project Designer (Visual Basic)](https://docs.microsoft.com/visualstudio/ide/reference/application-page-project-designer-visual-basic).|
12591259
12601260
The following table lists examples of tasks involving the `My.Application.StartupNextInstance` event.
12611261
@@ -1320,7 +1320,7 @@
13201320
13211321
The code for the `UnhandledException` event handler is stored in the ApplicationEvents.vb file, which is hidden by default.
13221322
1323-
||
1323+
| |
13241324
|-|
13251325
|To access the Code Editor window for application events|
13261326
|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.|
@@ -1402,10 +1402,10 @@
14021402
14031403
Code that overrides methods of the <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase> class should be entered in the ApplicationEvents.vb file, which is hidden by default.
14041404
1405-
||
1405+
| |
14061406
|-|
14071407
|To access the Code Editor window for overriding members|
1408-
|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).|
1408+
|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 /><br />For more information, see [Application Page, Project Designer (Visual Basic)](https://docs.microsoft.com/visualstudio/ide/reference/application-page-project-designer-visual-basic).|
14091409
14101410
14111411
@@ -1428,4 +1428,4 @@ End Property
14281428
</Docs>
14291429
</Member>
14301430
</Members>
1431-
</Type>
1431+
</Type>

0 commit comments

Comments
 (0)