Newbie Member
9Nov2007,14:11   #41
Tajin's Avatar
Shabbir,
I'm new to code in VC++. Please verify my code according to your suggestion.

1.Add a picture Box to your application

Is it ok?
CPictureBox pic;

How can I do the following?

3. Add a variable to the picture box. By default it will be CStatic. I call it picPreview
4. Change the CStatic to CPictureBox. Don't forget to add the header files at the top.

Please Help!!
Go4Expert Founder
9Nov2007,15:46   #42
shabbir's Avatar
If you are using the MFC Wizard you will need to use the Class wizard to add the variable or else you should be adding the variable in dialog class and the DDX of the control into the message maps and then you are done.

Now when you have the variable in the header file you will need to change it type from CStatic to CPictureBox.
Ambitious contributor
6Mar2008,14:47   #43
parvez.yu's Avatar
i m always confused with files but thanksyour explanation and code was good
Newbie Member
8May2008,17:44   #44
pandyajayn's Avatar
Hi, I am getting error during calling Invalidate() in the given file so please provide me the solution.
Newbie Member
12Sep2008,11:33   #45
mcbals's Avatar
Hi, i got an error on this line of code:
m_statPic.Create("", WS_CHILD|WS_VISIBLE|SS_BITMAP|SS_CENTERIMAGE, rectBackGrnd ,this);

m_statPic is a Control variable for text control.
This line works on a single window mfc, but when tried on a child window it is erroneus.

please need some advice.

thanks.
Newbie Member
31Aug2010,10:18   #46
ramrao's Avatar
ok thank you.....
Newbie Member
28Sep2010,20:05   #47
Black Betty's Avatar
Wondering if you ever got round to doing JPG sample.
Thanks