Creating Userform with Visual Studio?

I want to create a new userform with Visual Studio 2013 with VB.NET instead of VBA. All documentations I read basically was for develop custom Tool or Docker, but no Userform. I kinda lost here, for starter what do I pick in Visual Studio's "New Project" dialogue? Do you think I can start off with available Docker template and use it to create userform instead?

  • Yes. You can (to sthow the userform from the docker interface). I did that in C#. But I cannot see any reason for not doing that in VB.NET... This is easy.
    The tricky aspect is to make the form behave exactly like the one created in VBA (for ShowModal = false). Otherwise the main interface of Corel will receive all keys and if they will have a shortcut signification Corel will react accordingly...