Understand VB6 disassemble code
问题 I have an old VB executable that has been used for a long time in my project. The current implementation of the application contains a debug window that's not needed any more. Of course, the source code was lost and can not be modified. My idea is to modify the HEX code of the instance that's opening the annoying debug window. For that purpose, I use VB Decompiler by DotFix software, and I suppose that I found the code responsible for that instance. Unfortunately, I can't understand how it