Planning WinForms Visual Studio content
- Dominant language
- C#
- Stars
- 237
- Forks
- 191
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 3
Description
This issue is to design the TOC for the Visual Studio content for WinForms. The [Visual Studio docs](https://docs.microsoft.com/en-us/visualstudio/designers/windows-forms-designer-overview?view=vs-2019) have some of this content for WinForms, but we can do more. While generic project/solution creation stuff that is common between all types of projects can be covered in the Visual Studio docs, WinForms specific Visual Studio activity should be covered here.
Content can be shared between the area it belongs, and the generic Visual Studio area. For example, the **Forms** section of content has a few articles related to Visual Studio such as [Add a form](https://docs.microsoft.com/en-us/dotnet/desktop/winforms/forms/how-to-add?view=netdesktop-5.0) which can be shared in the Visual Studio area.
- Getting started
- Migration
- Forms
- Controls
- Custom controls
- User input - Keyboard
- User input - Mouse
- Dialog boxes and popups
- Accessibility
- Localization
- Work with data
- Publishing
- **Using Visual Studio**
- [ ] Forms
- [x] Create a form ([link](https://docs.microsoft.com/en-us/dotnet/desktop/winforms/forms/how-to-add?view=netdesktop-5.0))
- [ ] Add an existing form
- [ ] Open a the form designer
- [ ] Open the code behind for a form
- [x] Resize a form ([link](https://docs.microsoft.com/en-us/dotnet/desktop/winforms/forms/how-to-position-and-resize?view=netdesktop-5.0))
- [ ] Controls
- [x] Add a control to a form ([link](https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/how-to-add-to-a-form?view=netdesktop-5.0))
- [ ] Scenario
- [ ] Article
- Advanced
Contributor guide
Assessment
This issue has not been assessed yet.