is there a program/way to take a application that was made on Microsoft Visual C++ 6.0 and get the C++ Source file out of it... does anyone know what i mean?
There are some unassemblers that will try and make C code out of what it gets but most will give you some UGLY assembler back. You can work your way back from there but it's so much work for even a small app your better off rewriting. If you have the intermediate files still you may be able to get something to reverse those.