I am attempting to dissassemble an executable and it is requireing me to modify the Designer file for my forms manually. Everything goes fine until the end, and then the form turns into a module. Im not sure what line of code is doing it or what's happening. At the top of the designer there is the following line of code:
Public Class frm_MainMenu
Inherits System.Windows.Forms.Form
'stuff in here
End Class
Which i thought made it a form. I am wondering what i need to look for in the designer in order for the form to act like a form and not a module.
NOTE: I created a form, which the form was working fine - then I modified the designer code and it transformed into a module.
Thanks for your help.
Derek
Start Free Trial