Creating Project Template Wizard with windows forms VS2019, .net Core

Kale, Sagar 1 Reputation point
2021-03-03T10:28:14.527+00:00

Can i get some help, creating a Project template wizard using .Net Core 3.1 having windows forms? I created a custom project template already, which is visible under new project selection. The challenge here is to add Wizard forms to it.

Thank you,
Sagar

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,097 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,401 Reputation points
    2021-03-04T07:55:07.143+00:00

    Hi KaleSagar,

    You can follow this document to custom a wizard then connect to your template: How to: Use wizards with project templates

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**