I am looking for a program that I can get the source of a visual basic program, thanks in advance!
Stormy Member Apr 11, 2013 69 11 Mar 18, 2014 #1 I am looking for a program that I can get the source of a visual basic program, thanks in advance!
Quackster a devbest user says what Aug 22, 2010 1,765 1,245 Mar 18, 2014 #2 You must be registered for see links ILSpy is the open-source .NET assembly browser and decompiler. Development started after Red Gate announced that the free version of .NET Reflector would cease to exist by end of February 2011. ILSpy requires the .NET Framework 4.0. Click to expand...
You must be registered for see links ILSpy is the open-source .NET assembly browser and decompiler. Development started after Red Gate announced that the free version of .NET Reflector would cease to exist by end of February 2011. ILSpy requires the .NET Framework 4.0. Click to expand...
Stormy Member Apr 11, 2013 69 11 Mar 18, 2014 Thread starter #3 Quackster said: You must be registered for see links Click to expand... Thank you very much!