Introduction This tip demonstrates how to retrieve resources from a Dot Net Assembly and the purpose is to share and learn. Background Recently, for fun only and to do something useful in my spare time, I was looking for a library to retrieve all resource files from a Dot Net Assembly in VisualBasic.Net?. Actually it is not quite difficult to handle resources files from Windows Form’s project and there is so many ways to deal with resources where you can store several type of files such as but not limited to........ dll, exe, text, image, xml ...and.......so on. The question was how I can do it? Why Shall I Use Resources May be it is seems a silly question for some coders but actually it is not, because I saw so many questions here and there asking about resources, how to extract and how to handle it. Anyhow my understanding to such a question is quite simple, resources represents data might needed by an application and to be stored or embedded directly into your appli...
Comments
Post a Comment