Is there a way to view the code of an executable file?
Chris
Printable View
Is there a way to view the code of an executable file?
Chris
In order to see the code of the exe file you need decompiler. There is no such thing for VB6
Iouri Boutchkine
[email protected]
when u mean vb code, I can't think of any. But, if you say assembly code, u can run it under visual C++ under debug mode, which will show u the assembly code, in the View/Debug Windows/Diassembly menu.
It's fun & useful sometime to see how vb generate code for certain function of it.
cksiow
http://vblib.virtualave.net - share our codes