In my DDT frame control, the caption for the frame shows the line running through it. Is this normal behavior and something that I should be dealing with in the paint event?
The code im using to create the frame is basically:
CONTROL ADD FRAME, g_hMain, %ctlFrame1, "Test",x,y,xx,yy,0,%WS_EX_TRANSPARENT
-Mike
The code im using to create the frame is basically:
CONTROL ADD FRAME, g_hMain, %ctlFrame1, "Test",x,y,xx,yy,0,%WS_EX_TRANSPARENT
-Mike
Comment