icon on form/window's title bar
I am using a form , but it is without title bar, control box and clip box. i.e. its borderstyle property is none.now i m customising the control box with coding.but i m getting problem in putting a icon for this form. i just want to show an icon when some one minimize it. (i m minimizing it through code.) as there is no title bar so form.icon is not working.window's title bar also i set fm Setwindowtext api.i used draw icon but that draws on window's client area not on title bar.form'2 showintaskbar property is true.
but i m not able to show an icon when it get minimized , any API fucntion or any other method to do it ????
thanks in advance ...