News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

DragObject

Started by bomz, June 26, 2011, 08:04:06 PM

Previous topic - Next topic

bomz

QuoteDragDetect Function

Syntax

BOOL WINAPI DragDetect(
  __in  HWND hwnd,
  __in  POINT pt
);
http://msdn.microsoft.com/en-us/library/ms646256%28v=vs.85%29.aspx
USER32.INC


del one DWORD? this may destroy stack?

qWord

see the definition for the POINT struct - it OK.
FPU in a trice: SmplMath
It's that simple!

bomz

thanks

invoke DragObject, hWnd, pt.x, pt.y