Skinning

suryasingh

New member
Joined
Mar 29, 2013
Messages
1
Programming Experience
1-3
I'm making an application in VB.NET, few of the problems I've already solved but I have no Idea about below things I need to achieve.

  1. I need to compile DLLs with Small transparent .PNG Icon Sets.
  2. Use PNGs into Project without losing transparency.
  3. I’ve a skin folder in Project. I need to monitor this folder with a service, so If new DLL came, it should add that DLL name into XML.
  4. That XML will be fetched by a Combo box to show skin name.
  5. In form I’ve a picture box, where I need to use images. I’m not sure even if I read images from DLL, How I’ll change DLL name on the fly, after building binary setup.
I don’t mind to share code here once I’m done. Please help guys. I had a problem before which got sort out. I hope this one won’t take long time:monkey:.
 
Back
Top