I have a VC++ 6.0 program that uses sounds and graphics. The sounds are compiled into the EXE. How can I get the graphics into the exe aswell? (They are bitmaps)

Thank you

US101