So what you're trying to say is you want to take an executable file and view the source code? If this is the case, you're out of luck. Unless you have a deep understanding in assembly language. Because the only way I know about to view the code of an executable is to disassemble it. Unless you are a seasoned assembly programmer it will look like garbage.

If it interests you, you could check out Resource Hacker, a program to extract resources in Windows executables and .res files. There's no source code involved, though.

Maybe someone will provide some more useful information. This is all I have to offer.

mjk