Quantcast
Channel: MBDealer » Borland C++ Builder
Viewing all articles
Browse latest Browse all 17

Maus – CursorPostion ermitteln

$
0
0
TPoint *mausxy = new TPoint; GetCursorPos(mausxy); int x = mausxy->x – Form1->Left; int y = mausxy->y – Form1->Top; Label1->Caption = “X= ” + IntToStr(x) + ” Y= ” + IntToStr(y); delete mausxy;

Viewing all articles
Browse latest Browse all 17

Latest Images

Trending Articles