Skip to content

Commit 2a201ef

Browse files
author
Ron Petrusha
authored
Merge pull request dotnet#2555 from dotnet/mairaw-patch-2
fix "dead" link
2 parents 83200e4 + c8b1d8f commit 2a201ef

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/framework/winforms/how-to-create-a-windows-forms-application-from-the-command-line.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
---
2-
title: "How to: Create a Windows Forms Application from the Command Line | Microsoft Docs"
3-
ms.custom: ""
2+
title: "How to: Create a Windows Forms application from the command line | Microsoft Docs"
43
ms.date: "03/30/2017"
54
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
85
ms.technology:
96
- "dotnet-winforms"
10-
ms.tgt_pltfrm: ""
117
ms.topic: "article"
12-
dev_langs:
13-
- "jsharp"
148
helpviewer_keywords:
159
- "Windows Forms, application development from command line"
1610
- "Windows Forms, getting started"
@@ -21,8 +15,8 @@ author: dotnet-bot
2115
ms.author: dotnetcontent
2216
manager: "wpickett"
2317
---
24-
# How to: Create a Windows Forms Application from the Command Line
25-
The following procedures describe the basic steps that you must complete to create and run a Windows Forms application from the command line. There is extensive support for these procedures in Visual Studio. Also see [Walkthrough: Creating a Simple Windows Form](http://msdn.microsoft.com/library/z9w2f38k\(v=vs.110\)).
18+
# How to: Create a Windows Forms application from the command line
19+
The following procedures describe the basic steps that you must complete to create and run a Windows Forms application from the command line. There is extensive support for these procedures in Visual Studio. Also see [Walkthrough: Creating a Simple Windows Form](http://msdn.microsoft.com/library/z9w2f38k\(v=vs.100\)).
2620

2721
## Procedure
2822

@@ -121,4 +115,4 @@ The following procedures describe the basic steps that you must complete to crea
121115
<xref:System.Windows.Forms.Control>
122116
[Changing the Appearance of Windows Forms](../../../docs/framework/winforms/changing-the-appearance-of-windows-forms.md)
123117
[Enhancing Windows Forms Applications](../../../docs/framework/winforms/advanced/index.md)
124-
[Getting Started with Windows Forms](../../../docs/framework/winforms/getting-started-with-windows-forms.md)
118+
[Getting Started with Windows Forms](../../../docs/framework/winforms/getting-started-with-windows-forms.md)

0 commit comments

Comments
 (0)