Dot_Net_Boy:
I downloaded and installed the DNN Jungle Templates for VS 2003 you can get them here:
http://dnnjungle.vmasanas.net/Default.aspx?tabid=28.
After you add this you will have several project templates available in your VS.net 2003 projects, such as DNN Skin Object Project, DNN Module Project, DNN Data Provider Project. Once you select one of these it will create the project with all the necessary files for you.
One thing is that these module templates are for DNN 2.12, so you will have to modify the file Imports to reflect the new namespaces, change the dataprovider objects to use the new methods, and all the other things that changed from 2.12 to 3.0x...
I find that even not being updated they still save me a lot of time to setup the basics of my project.
I also use the CodeSmith templates from the same site to build my Data Access Layer and my Business Layer.
Hope this helps.