Hi,
Is it possible to draw a dotted rectangle/box on the window ?
Hi,
Is it possible to draw a dotted rectangle/box on the window ?
ACTIVATE WINDOW oWnd ON PAINT RectDotted( oWnd:hWnd, nBoxTop, nBoxLeft, nBoxBottom, nBoxRight )
Yes, that's what I need ! Thanks.