Open image from file and display it
-
How to do that? I have a directory filled with *.gif images (but if it'd be more useful, I can convert them to *.bmp) and I want to have them displayed in a Picture box. How to do that? I only have to know how to open an image file (*.gif or *.bmp or whatever) and display it in a picture box. I can manage all the other steps (Well, I guess I can...) Tnx.
-
How to do that? I have a directory filled with *.gif images (but if it'd be more useful, I can convert them to *.bmp) and I want to have them displayed in a Picture box. How to do that? I only have to know how to open an image file (*.gif or *.bmp or whatever) and display it in a picture box. I can manage all the other steps (Well, I guess I can...) Tnx.
use the CBitmap class from the MFC to load *.bmp files. but then, you have to draw it with GDI a Picture Box aequivalent is maybe the CPictureHolder class scio me nihil scire My OpenSource(zlib/libpng License) Engine: http://sourceforge.net/projects/rendertech Its incurable, its a Pentium division failure.
-
use the CBitmap class from the MFC to load *.bmp files. but then, you have to draw it with GDI a Picture Box aequivalent is maybe the CPictureHolder class scio me nihil scire My OpenSource(zlib/libpng License) Engine: http://sourceforge.net/projects/rendertech Its incurable, its a Pentium division failure.