Hi. I have an app whose source code I have lost, and now I need to do some modifications to it. I used .net reflector to retrieve the source code from the .exe file, and managed to extract the code from the main forms. I pasted the code in a .vb file, and although there were no errors, the form designer was blank, (shows a blank form).
How can I compile the program having only the source code from the forms? Let me know if I need to send you the source code for more details..
Any help appreciated!