Hi,
Is it safe to use VFP-64 Bit.
[link ][/url]
Please advise.
Thanks
Saif
Is it safe to use VFP-64 Bit.
[link ][/url]
Please advise.
Thanks
Saif
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thisform.Refresh
FOR I = 1 TO 1000
ThisForm.Move(I*3,I*3)
NEXT
ThisForm.Activate
thisform.Refresh
FOR I = 1 TO 200
thisform.Refresh
WAIT "" TIMEOUT 0.020
ThisForm.Move(I*4,I*4)
NEXT
FOR I = 1 TO 200
DOEVENTS
ThisForm.Move(I*4,I*4)
NEXT
DECLARE Sleep IN WIN32API integer nMilliseconds
thisform.Refresh
FOR I = 1 TO 200
_screen.cls()
DOEVENTS
Sleep(20)
ThisForm.Move(I*4,I*4)
NEXT