How do i input picture into Dialog Base Project ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi and tanks for Help.

i need to do project that contain Photo in BMP or JPG format that i getting
from disk or from some file (the user that use my application need to input
the file) .
i create my project in Dialog base way...and i trying to use picture button
that in controls to create place in dialog base and in this place to insert
My photo.

i dont know how can i insert my photo .

**the photo need to hava able to change if user is want to change it.

tanks gor eny help

YANSHOF
 
If you need the picture to fill up the entire form, then set the form's
BackgroundImage property. If you only want it to cover a particular area,
create a PictureBox control and set its Image property.
 
Hi

1 - i need to create picture in particular area, and i cant do it !
i try to create static area with MFC tools but its dont work.
i using bitblt function and still nothink .

my main problem is to create in on Run Time - > i meen that user will klick
on button and he will choss what picture will display in dialog .

is there is some example code ?
 
Hi

1 - i need to create picture in particular area, and i cant do it !
i try to create static area with MFC tools but its dont work.
i using bitblt function and still nothink .

my main problem is to create in on Run Time - > i meen that user will klick
on button and he will choss what picture will display in dialog .

is there is some example code ?
 
Back
Top