How can I add border to an embedded child window with (WS_CHILD | DS_CONTROL
) style hosed by a CFormView
?
I have tried to add border in Dialog Editor by selecting Thin
border type but it doesn't work.
I also tried SetWindowLong
and ModifyStyle
. But the result is, WS_BORDER style is added but still no border.
Is it possible to add border to embedded child window by choosing styles? or should I draw it myself?
Thanks, Guan