Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to use picture control in vc++ 6.0. using filedialog set bitmap image in picture control at runtime. (it's difficult to switch from VS2013 to vc++ 6.0). Best if provide code example.

please help
Posted
Comments
CHill60 23-Dec-15 7:53am    
Unclear.
What have you tried?
Where are you stuck?
Kishor-KW 27-Dec-15 0:34am    
I am implementing print module and I whant to set logo at runtime. I am new in vc++ 6.0 so don't kw to which property of picture control should I set to select logo (which is I browse through filedialogbox) at runtime.

1 solution

 
Share this answer
 
Comments
Kishor-KW 27-Dec-15 0:37am    
I think it is for set picture in static way I want it dynamic way like picture control I can select logo (which is I browse through filedialogbox) at runtime.
Richard MacCutchan 27-Dec-15 3:20am    
You can modify the control at run time by selecting alternate images into the control. Check the MSDN documentation for all relevant functions.
Kishor-KW 27-Dec-15 4:17am    
I searched but I did not got any related answer, Please help.
Kishor-KW 27-Dec-15 4:50am    
it is showing mix from 6.0 to vs 2015

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900