[FUNCTION DECLARATIONS] FUNCTION ulong SetCapture(ulong a) LIBRARY "user32.dll" FUNCTION boolean ReleaseCapture() LIBRARY "user32.dll" [powerscript] ulong ll_handle, ll_rc ll_handle = Handle(this) ll_rc = SetCapture(ll_handle) SetPointer(hourglass!) // some operations ReleaseCapture()
Written and compiled by Réal Gagnon ©1998-2005
[ home ]