Add MyType to VB WinForms template
See original GitHub issueThis is needed in support of getting VB code that uses My.* working out of the box.
Sync with @KathleenDollard on the correct content, but I think we want the following:
<PropertyGroup>
<MyType>Console</MyType>
</PropertyGroup>
Eventually we will want MyType=WindowsForms that you get in the classic VB WPF project, but Console is what works now.
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (15 by maintainers)
Top Results From Across the Web
Tutorial: Create a Windows Forms app with Visual Basic
In this tutorial, learn how to create a Windows Forms app in Visual Studio with Visual Basic.
Read more >Add a form to a project - Windows Forms .NET
Right-click on the project and choose Add > Form (Windows Forms). ... In the Name box, type a name for your form, such...
Read more >How to easily duplicate a Windows Form in Visual Studio?
1- from File Menu click Export Template · 2- Choose Template Type (Choose item template ) and click next · 3-Check Form that...
Read more >Intro to Windows Forms (WinForms) in .NET 6
Windows Forms, also known as WinForms, is one of the original project types in .NET. It is designed to be a rapid application...
Read more >Design Windows Forms | JetBrains Rider Documentation
You can add Windows Forms items in any project which have a reference to System.Windows.Forms . To add a new Windows Form item,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@paul1956 you can just link to this file directly, no need to download anything
@paul1956 thanks for all the information. It has been super helpful.