question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add MyType to VB WinForms template

See original GitHub issue

This 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:closed
  • Created 4 years ago
  • Comments:17 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
weltkantecommented, Sep 13, 2019

@paul1956 you can just link to this file directly, no need to download anything

1reaction
elachlancommented, Sep 13, 2019

@paul1956 thanks for all the information. It has been super helpful.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found