N Nkieto Member Licensed User May 1, 2007 #1 Hello, I am trying Imagebutton controls. I am trying with .bmp, .png and .jpg. I have seen that works better with .png. Question is about image files, they are not integrated in the .exe compiled file, isn't it? I suppose that image files must be included in the same way as .dll files. Thanks.
Hello, I am trying Imagebutton controls. I am trying with .bmp, .png and .jpg. I have seen that works better with .png. Question is about image files, they are not integrated in the .exe compiled file, isn't it? I suppose that image files must be included in the same way as .dll files. Thanks.
Erel B4X founder Staff member Licensed User Longtime User May 1, 2007 #2 The files are not embedded in the EXE file. However, using the BinaryFile library you can embed all the images in one file (using EmbedFile and RetrieveImage methods).
The files are not embedded in the EXE file. However, using the BinaryFile library you can embed all the images in one file (using EmbedFile and RetrieveImage methods).