Bmp image add in dialog in vc++
I am trying to add a .bmp image in my vc++ project in dialog.how this will be add tell me the procedure.
Thanks in advance
Re: Bmp image add in dialog in vc++
Re: Bmp image add in dialog in vc++
Quote:
Originally Posted by
santoshmca.giit
I am trying to add a .bmp image in my vc++ project in dialog.how this will be add tell me the procedure.
- Add a bitmap as a resource to your project
- Add a picture control to the dialog
- Choose the style 'bitmap' for this control
- Assign the bitmap ID to this control