Thursday, October 21, 2010

How can I implement the cahnges I've made to a vb module?

I wrote a code for a vb project but I decided to alter it a bit. However, once I debugged the code, the programme ran unchanged. In other words, the modifications I made couldn't be implemented. So, how can I make these changes appear on my programme?How can I implement the cahnges I've made to a vb module?
Did you save the module and compile the project before attempting to run it again?How can I implement the cahnges I've made to a vb module?
You need to rebuild the exe with the changes you made to the module, then run the new exe.

No comments:

Post a Comment