1. In C++/MFC, if I pre-import the binary bitmap into the resource first, then how can I save the bitmap element values to 2D array as 1 and 0 ??
2. In C++/MFC, If I have a 2D array containing 1 and 0, how can I export the array to display a binary image on the windows dialog screen??
(Or where can I find the tuturial or examples about these two questions??)
2. In C++/MFC, If I have a 2D array containing 1 and 0, how can I export the array to display a binary image on the windows dialog screen??
(Or where can I find the tuturial or examples about these two questions??)
Comment