What's a good way to store images etc. in an ActiveX-DLL.
Including images in the application itself makes it bigger and slower, and I don't want users get to see a directory full of pictures, so they can open/modify/delete them.
Thanx, it works.
Meanwhile a found a stupid trick to 'hide' your images: simply change the file extension of images to something like .dat and vb is still able to do:
Picture1.picture= LoadPicture("mypic.dat"
You don't even have to rename them first. This obviously isn't very useful if the program needs a lot of images. I'll go for the DLL option...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.