#include equilvelant

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jorge (anonymous_at_discussions.microsoft.com)
Date: 02/10/04


Date: Tue, 10 Feb 2004 03:54:29 -0800

Hello Mike

I'am not sure but Imports namespace.element might work.

Kind Regards
Jorge Cavalheiro

>-----Original Message-----
>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
>
>
>.
>