ushtabalakh
Programmer
- Jun 4, 2007
- 132
Hi there
I'm want to write an application that checks for updates of its dll files from internet and downloads them and replaces them with the old ones without letting the user know about it.
The problem is, while the application is running, you can't remove and replace dll files, so I'm looking for a way to add dll files to my application in run time, so that I can update them before using them.
Is there anyway to do it?
I'm want to write an application that checks for updates of its dll files from internet and downloads them and replaces them with the old ones without letting the user know about it.
The problem is, while the application is running, you can't remove and replace dll files, so I'm looking for a way to add dll files to my application in run time, so that I can update them before using them.
Is there anyway to do it?