Include Files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason

    Include Files

    Hi,

    I was unable to find a previous post on this topic. I am
    writing a web application which consists of multiple .vb
    files. I am not using an IDE like VS.NET. I wish to
    compile my code into a DLL later on in the project, but
    for now, I'm just running my code by opening it up in
    internet explorer.

    Being more of a c++ developer than a vb.net developer, i
    know that you can use the #include statement to add
    (include) files. What is the equivalent statement in
    VB.NET?

    Thanks,
    Jason
Working...