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?
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.