if(Mouse.isButtonDown(0))
{
if((x > 2 + dragAmtX) && (x < 2 + width + dragAmtX) && (y > 60 + dragAmtY) && (y < 60 + height + dragAmtY))
...
Java Draggable Box
var hOldWnd :HWND; ...
Delphi draw a highlight box around...
by Byefrog,
January 02, 2011 21:09,
No refactoring, tagged with object, delphi, FrameWindow, box, control, highlight
Show a bounding box around ...
Hey.
I've been trying to m...