I've got an application that won't build because "Sub Main" is not found. I'm used to Java where a Main method is placed right into a class. This doesn't seem to work with VB.NET though.
Where should the "Sub Main" be placed in my application? The application consists of a Windows Form class with a bunch of click events.
Thanks!! =)
