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.
- I need to compile DLLs with Small transparent .PNG Icon Sets.
- Use PNGs into Project without losing transparency.
- 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.
- That XML will be fetched by a Combo box to show skin name.
- 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.