CodemerxDecompile
CodemerxDecompile copied to clipboard
Display Assembly Resources
Thank you very much for your decision to resurrect this wonderful tool. For years it has been my favorite tool, but it is already becoming obsolete. I think now it will become, once again, one of the best. I like your project. I see that it has many decompilation errors, especially in the creation of the designs (Forms) and in the rest of the code. Failures of this type: //this.RjComboBox19.get_Items().Remove("Activated"); should be: this.RjComboBox19.Items.Remove("Activated");
//qrCodeEncodingOption.set_Width(180); should be: qrCodeEncodingOption.Width = 180;
this.IconButton33.set_IconColor(Color.FromArgb(64, 64, 64)); should be: this.IconButton33.IconColor = Color.FromArgb(64, 64, 64);
But I understand that it is due to its state of development, so I am not going to delve into this topic.
I'm waiting for it to generate the .Resx files.
Thank you very much again for sharing this great tool.