M
Mike Fellows
ok my code that im doing in .net is now starting to look fairly complicated,
what started out as a small project has grown and grown
and its time for some house keeping of my code
im trying to implement a .h (c++) file for use of a better word
all i want to do is have one file which has all of my major definations in
it
whereas in c++ i would do #include what do i do in vb.net?
i.e. i want
dim x as string = "abcdefg"
dim y as stirng = "hijklmno"
but i want to be able to include x and y in any other classes i make
ive tried and tried to do this in vb and just cant
Regards
Mike Fellows
what started out as a small project has grown and grown
and its time for some house keeping of my code
im trying to implement a .h (c++) file for use of a better word
all i want to do is have one file which has all of my major definations in
it
whereas in c++ i would do #include what do i do in vb.net?
i.e. i want
dim x as string = "abcdefg"
dim y as stirng = "hijklmno"
but i want to be able to include x and y in any other classes i make
ive tried and tried to do this in vb and just cant
Regards
Mike Fellows