The icon will be showed in client area of dialog box,not caption bar.
I insert a Picture control, but i can't use it for load my icon.
Help me, please.Thanks.
Look here (http://msdn.microsoft.com/en-us/library/ms997560.aspx) in msdn static control and SS_ICON
In PellesC Dialog Editor:
Picture -> Properties -> Image
put icon resource id to there like #8001.
Quote from: timovjl on May 25, 2013, 10:19:50 AM
Look here (http://msdn.microsoft.com/en-us/library/ms997560.aspx) in msdn static control and SS_ICON
In PellesC Dialog Editor:
Picture -> Properties -> Image
put icon resource id to there like #8001.
Thanks.