Here my problem, I got a picture control in one of my dialog box and I want to change a bitmap picture in it when the user select one of the option found in a combo box near by.
I have set a variable link to the picture control (CStatic) and I know that there is a member function to set a picture (SetBitmap()) but I dont know how to use the parameter HBITMAP that it need.
BTW, I don't need to create the picture from scratch, they are already existing and they are all load in the Bitmap Resource.
I have set a variable link to the picture control (CStatic) and I know that there is a member function to set a picture (SetBitmap()) but I dont know how to use the parameter HBITMAP that it need.
BTW, I don't need to create the picture from scratch, they are already existing and they are all load in the Bitmap Resource.