Skip to content

Commit 9709c7a

Browse files
authored
Merge pull request #4813 from TerryGLee/tglee-getstart
[get started] move WinForms content to Design node
2 parents a3f5f0d + 7486eeb commit 9709c7a

File tree

2 files changed

+73
-77
lines changed

2 files changed

+73
-77
lines changed

docs/designers/toc.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,79 @@
102102
href: l2dbform-xaml-source-code.md
103103
- name: L2DBForm.xaml.cs source code
104104
href: l2dbform-xaml-cs-source-code.md
105+
- name: Windows Forms
106+
items:
107+
- name: "Tutorial 1: Create a picture viewer (C#)"
108+
items:
109+
- name: Overview
110+
displayName: Tutorial 1 Picture viewer
111+
href: ../ide/tutorial-1-create-a-picture-viewer.md
112+
- name: "Step 1: Create a Windows Forms application project"
113+
href: ../ide/step-1-create-a-windows-forms-application-project.md
114+
- name: "Step 2: Run Your Program"
115+
href: ../ide/step-2-run-your-program.md
116+
- name: "Step 3: Set Your Form Properties"
117+
href: ../ide/step-3-set-your-form-properties.md
118+
- name: "Step 4: Lay Out Your Form with a TableLayoutPanel Control"
119+
href: ../ide/step-4-lay-out-your-form-with-a-tablelayoutpanel-control.md
120+
- name: "Step 5: Add Controls to Your Form"
121+
href: ../ide/step-5-add-controls-to-your-form.md
122+
- name: "Step 6: Name Your Button Controls"
123+
href: ../ide/step-6-name-your-button-controls.md
124+
- name: "Step 7: Add Dialog Components to Your Form"
125+
href: ../ide/step-7-add-dialog-components-to-your-form.md
126+
- name: "Step 8: Write Code for the Show a Picture Button Event Handler"
127+
href: ../ide/step-8-write-code-for-the-show-a-picture-button-event-handler.md
128+
- name: "Step 9: Review, Comment, and Test Your Code"
129+
href: ../ide/step-9-review-comment-and-test-your-code.md
130+
- name: "Step 10: Write Code for Additional Buttons and a Check Box"
131+
href: ../ide/step-10-write-code-for-additional-buttons-and-a-check-box.md
132+
- name: "Step 11: Run Your Program and Try Other Features"
133+
href: ../ide/step-11-run-your-program-and-try-other-features.md
134+
- name: "Tutorial 2: Create a timed math quiz (C#)"
135+
items:
136+
- name: Overview
137+
displayName: Tutorial 2 Timed math quiz
138+
href: ../ide/tutorial-2-create-a-timed-math-quiz.md
139+
- name: "Step 1: Create a Project and Add Labels to Your Form"
140+
href: ../ide/step-1-create-a-project-and-add-labels-to-your-form.md
141+
- name: "Step 2: Create a Random Addition Problem"
142+
href: ../ide/step-2-create-a-random-addition-problem.md
143+
- name: "Step 3: Add a Countdown Timer"
144+
href: ../ide/step-3-add-a-countdown-timer.md
145+
- name: "Step 4: Add the CheckTheAnswer() Method"
146+
href: ../ide/step-4-add-the-checktheanswer-parens-method.md
147+
- name: "Step 5: Add Enter Event Handlers for the NumericUpDown Controls"
148+
href: ../ide/step-5-add-enter-event-handlers-for-the-numericupdown-controls.md
149+
- name: "Step 6: Add a Subtraction Problem"
150+
href: ../ide/step-6-add-a-subtraction-problem.md
151+
- name: "Step 7: Add Multiplication and Division Problems"
152+
href: ../ide/step-7-add-multiplication-and-division-problems.md
153+
- name: "Step 8: Customize the Quiz"
154+
href: ../ide/step-8-customize-the-quiz.md
155+
- name: "Tutorial 3: Create a matching game (C#)"
156+
items:
157+
- name: Overview
158+
displayName: Tutorial 3 Matching game
159+
href: ../ide/tutorial-3-create-a-matching-game.md
160+
- name: "Step 1: Create a Project and Add a Table to Your Form"
161+
href: ../ide/step-1-create-a-project-and-add-a-table-to-your-form.md
162+
- name: "Step 2: Add a Random Object and a List of Icons"
163+
href: ../ide/step-2-add-a-random-object-and-a-list-of-icons.md
164+
- name: "Step 3: Assign a Random Icon to Each Label"
165+
href: ../ide/step-3-assign-a-random-icon-to-each-label.md
166+
- name: "Step 4: Add a Click Event Handler to Each Label"
167+
href: ../ide/step-4-add-a-click-event-handler-to-each-label.md
168+
- name: "Step 5: Add Label References"
169+
href: ../ide/step-5-add-label-references.md
170+
- name: "Step 6: Add a Timer"
171+
href: ../ide/step-6-add-a-timer.md
172+
- name: "Step 7: Keep Pairs Visible"
173+
href: ../ide/step-7-keep-pairs-visible.md
174+
- name: "Step 8: Add a Method to Verify Whether the Player Won"
175+
href: ../ide/step-8-add-a-method-to-verify-whether-the-player-won.md
176+
- name: "Step 9: Try Other Features"
177+
href: ../ide/step-9-try-other-features.md
105178
- name: 3D assets
106179
items:
107180
- name: Work with 3D assets for games and apps

docs/toc.yml

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -591,83 +591,6 @@
591591
- name: Design international apps
592592
displayName: Globalization localization world-ready
593593
href: ide/globalizing-and-localizing-applications.md
594-
- name: Additional tutorials
595-
items:
596-
- name: Create a WPF app with C# or Visual Basic
597-
href: /visualstudio/get-started/csharp/tutorial-wpf
598-
- name: Windows Forms app tutorials
599-
items:
600-
- name: "Tutorial 1: Create a picture viewer (C#)"
601-
items:
602-
- name: Overview
603-
displayName: Tutorial 1 Picture viewer
604-
href: ide/tutorial-1-create-a-picture-viewer.md
605-
- name: "Step 1: Create a Windows Forms Application Project"
606-
href: ide/step-1-create-a-windows-forms-application-project.md
607-
- name: "Step 2: Run Your Program"
608-
href: ide/step-2-run-your-program.md
609-
- name: "Step 3: Set Your Form Properties"
610-
href: ide/step-3-set-your-form-properties.md
611-
- name: "Step 4: Lay Out Your Form with a TableLayoutPanel Control"
612-
href: ide/step-4-lay-out-your-form-with-a-tablelayoutpanel-control.md
613-
- name: "Step 5: Add Controls to Your Form"
614-
href: ide/step-5-add-controls-to-your-form.md
615-
- name: "Step 6: Name Your Button Controls"
616-
href: ide/step-6-name-your-button-controls.md
617-
- name: "Step 7: Add Dialog Components to Your Form"
618-
href: ide/step-7-add-dialog-components-to-your-form.md
619-
- name: "Step 8: Write Code for the Show a Picture Button Event Handler"
620-
href: ide/step-8-write-code-for-the-show-a-picture-button-event-handler.md
621-
- name: "Step 9: Review, Comment, and Test Your Code"
622-
href: ide/step-9-review-comment-and-test-your-code.md
623-
- name: "Step 10: Write Code for Additional Buttons and a Check Box"
624-
href: ide/step-10-write-code-for-additional-buttons-and-a-check-box.md
625-
- name: "Step 11: Run Your Program and Try Other Features"
626-
href: ide/step-11-run-your-program-and-try-other-features.md
627-
- name: "Tutorial 2: Create a timed math quiz (C#)"
628-
items:
629-
- name: Overview
630-
displayName: Tutorial 2 Timed math quiz
631-
href: ide/tutorial-2-create-a-timed-math-quiz.md
632-
- name: "Step 1: Create a Project and Add Labels to Your Form"
633-
href: ide/step-1-create-a-project-and-add-labels-to-your-form.md
634-
- name: "Step 2: Create a Random Addition Problem"
635-
href: ide/step-2-create-a-random-addition-problem.md
636-
- name: "Step 3: Add a Countdown Timer"
637-
href: ide/step-3-add-a-countdown-timer.md
638-
- name: "Step 4: Add the CheckTheAnswer() Method"
639-
href: ide/step-4-add-the-checktheanswer-parens-method.md
640-
- name: "Step 5: Add Enter Event Handlers for the NumericUpDown Controls"
641-
href: ide/step-5-add-enter-event-handlers-for-the-numericupdown-controls.md
642-
- name: "Step 6: Add a Subtraction Problem"
643-
href: ide/step-6-add-a-subtraction-problem.md
644-
- name: "Step 7: Add Multiplication and Division Problems"
645-
href: ide/step-7-add-multiplication-and-division-problems.md
646-
- name: "Step 8: Customize the Quiz"
647-
href: ide/step-8-customize-the-quiz.md
648-
- name: "Tutorial 3: Create a matching game (C#)"
649-
items:
650-
- name: Overview
651-
displayName: Tutorial 3 Matching game
652-
href: ide/tutorial-3-create-a-matching-game.md
653-
- name: "Step 1: Create a Project and Add a Table to Your Form"
654-
href: ide/step-1-create-a-project-and-add-a-table-to-your-form.md
655-
- name: "Step 2: Add a Random Object and a List of Icons"
656-
href: ide/step-2-add-a-random-object-and-a-list-of-icons.md
657-
- name: "Step 3: Assign a Random Icon to Each Label"
658-
href: ide/step-3-assign-a-random-icon-to-each-label.md
659-
- name: "Step 4: Add a Click Event Handler to Each Label"
660-
href: ide/step-4-add-a-click-event-handler-to-each-label.md
661-
- name: "Step 5: Add Label References"
662-
href: ide/step-5-add-label-references.md
663-
- name: "Step 6: Add a Timer"
664-
href: ide/step-6-add-a-timer.md
665-
- name: "Step 7: Keep Pairs Visible"
666-
href: ide/step-7-keep-pairs-visible.md
667-
- name: "Step 8: Add a Method to Verify Whether the Player Won"
668-
href: ide/step-8-add-a-method-to-verify-whether-the-player-won.md
669-
- name: "Step 9: Try Other Features"
670-
href: ide/step-9-try-other-features.md
671594
- name: Access data...
672595
displayName: Data connections
673596
href: data-tools/accessing-data-in-visual-studio.md

0 commit comments

Comments
 (0)