Insert an image in dialog box
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am using VC+ 7.0, how can i add an image in dialogbox(MFC Dialog based appln) which will appear in starting of the application as background for that window. How can we add controls on that window. Thank you........
-
Hi, I am using VC+ 7.0, how can i add an image in dialogbox(MFC Dialog based appln) which will appear in starting of the application as background for that window. How can we add controls on that window. Thank you........
There are couple of ways , doing this easiest way is to just use Picture control , availabe in control toolbar , other solutions might to use statndard GDI Api's such as BitBlt m StrtchBlt for reference u can visit Bitmap section of codeproject. Unmanaged in a .NET world