Search results for query: *

  1. V

    Question What is the entry point of a VB program?

    Thanks guys. I think you've answered my question. I realize as one of you said that in C# the sub Main() starts in a class as a static member. I went back and placed sub Main() in a class with the shared keyword and it worked. (I wish they would have just chose static instead of shared, but...
  2. V

    Question What is the entry point of a VB program?

    I was playing with VB.Net yesterday using Visual Studio Express (VSE). I am trying to get a feel for the language. One thing that struck me was the fact that VB's entry point, Sub Main(), is written inside a Module, as opposed to inside a Class like in C#. At least that's how it appears in...
Back
Top