http://www.powerbasic.com/support/pb...ad.php?t=23727
The rectangle shows on my machine but disappears upon mouse release, and I think this was intended behavior.
If you comment out the second of these two lines the rectangle remains on the dialog, but other things begin to happen raise their head, like you have to use Escape to close the dialog, the mouse won't move out of the client area, etc.
The rectangle shows on my machine but disappears upon mouse release, and I think this was intended behavior.
If you comment out the second of these two lines the rectangle remains on the dialog, but other things begin to happen raise their head, like you have to use Escape to close the dialog, the mouse won't move out of the client area, etc.
CASE %WM_LBUTTONUP 'mouse button released - end draw
selRectEnd CBHNDL
selRectEnd CBHNDL
Comment