Extract VB.NET code from exe file
decompiling, vb.net
Solution
Assuming your exe is a .NET assembly (you tagged the question as VB.NET), you can reverse engineer your exe using tools such as Reflector.
Problem
I made a program using VB and I lost the source code but I have the exe file. How can I extract the code from the exe file?