Not sure, Bijju. "Imports system.io" for example imports (includes) a namespace that you can then refer to in your code, like additional classes. system.io comes from system.dll (I believe) so you could create a DLL and then make a reference to it in your project, or you can copy a source file to your project. I used to keep a number of "global" .h files in a special directory that I made known to the compiler, so it would know where to find it. You can probably do the same thing in vb .net, but I've only been using vb .net a month, so I'm learning as I go along. :-) Good luck, Gerry