|
VB.Net .... very basic class question
Hi chaps,
I have finally got a grip on the whole OOP thing, and ive just started to write my first application.
However, i only got as far as writing my fist class before i realised i was missing something pretty fundemental.
I have a folder structure whereby the underlying vb pages will process the basic variables, but, i also have a seperate class file that contains all of my global classes that im going to uses throughout my application.
Problem is.... how do i tell index.vb where the class i want it to use actually is??
Do i use includes ???
or do i reference it via file structure using something like "foo.bah.myclasses.vb"
Simple question i think..... any advice would be greatfully recieved
Thanks guys
Accura
|