how can i open an exe for coding

  • Thread starter Thread starter bershama
  • Start date Start date
B

bershama

can you please tell me how to open the exe file and recode
it please i am using vb.net with xp
 
you can use reflection to get the members and you can look at the IL, but if
you want to actually use the stuff and use the form designer etc, you'll
need to .vb /.cs files.
 
Back
Top