1. Create the Dialog in a new .rc(resource script) file.  Make sure you use VERY unique names or 
	else you will have to go through and rename lots of things.  INCLUDING THE DIALOG ITSELF!
	Make sure you do this in a directory that is not of the project you wish to use these
	resources in or else it will complain about the resource.h being over written
2. Immediately rename the Resource.h file to somthing else. I suggest the name of the 
	resource file wiht a .h at the end.
3. Change the Includes in the .rc file from Resource.h to whatever your just named it
	It's in 2 places 
4. delete the reference to the .rc2 file is there is one.
5. In the project you wish to add the new resources to, go to the View menu, choose Resource Includes. 
6. In the Compile-time directives box, use the #include compiler directive to include the new 
	resource file (.rc) in the main resource file in the development environment.
7. Make sure the class that is going to use the Resource includes the .h in it's .h
8. That should be it.... I think you can figure it out from there.  You're a smart
	dude.


If these direction weren't clear e-mail me and I'll clarify for you.