In VB.NET, whenever I try to call a form from my main sub, I have to define a dim with the datatype as the formname itself.
Doesn't that mean that every window form is a class of its own in VB.NET?
I thought that all windows forms boil down to one class.
Can someone explain to me? Many thanks.