module

  1. H

    Calling a method within a module by variable

    I've looked into this a bit, and it seems that reflection might be the necessary tactic to accomplish what I'm trying to do, but it's confusing as all get out to me for some reason. Looking for a little help with my specific situation. I'm building a reporting dashboard. I have a combobox...
  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