I have a number of screens that load bitmaps as part of the front end, and I do not wish to embed them into the VI, as this makes the EXE too large, nor do I want to have the bmp files separate, and load them dynamically into a Picture control, as these may get deleted or altered by the client.
I know that in VB & C++ you can access bitmaps store in the resources area of a DLL, and I myself have created such a DLL with the required bitmaps in.
But how can I get them out of the DLL and into a picture control within a VI?
My knowledge of c++ is zero, so any answer in layman terms would be appreciated.