I have a standard Resource file for all the programs in our package. I now have a bitmap for a custom program for one customer only that I don't want to store on disk but also don't want to put in the package wide resource file. If I start with the generic resource file, I'm sure I can add this bitmap but then I'll have to keep track of it forever as a stepchild of the generic one.
Question. Is it possible to have a second resource file in a PB program. If not, what other way besides binbas is there to store it protected in the exe and call it out as necessary as you would a bitmap from a resource file.
Thanks,
Bob Mechler
Question. Is it possible to have a second resource file in a PB program. If not, what other way besides binbas is there to store it protected in the exe and call it out as necessary as you would a bitmap from a resource file.
Thanks,
Bob Mechler
Comment