You used to be able to do this with VB4 16bit and earlier versions (they defaulted to compiling to interpreted code), and you could use a decompiler on them. They produced ugly code, but you could figure it out with a little effort.
But since then, VB has defaulted to producing native Intel code, and decompiling isn't cost effective any more (yes, Intel decompilers exist, but figuring out what the VB program does is nearly impossible).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.