I want to start a Windows Forms Project (VB.NET) using a simple text editor like notepad. I’m not interested in creating a button and other controls from scratch, I just want to know how to create a form, initializing controls without using the wizard.
My question is, is it possible? if it is possible, what are the necessary steps? Is there a tutorial for this? also, how to use command-line to compile the whole project?
Yes it is possible as long as you include the proper namespaces