'To lock the screen update temporarily
Declare Function LockWindowUpdate Lib "User" (ByVal hWndLock As Integer) As Integer
Declare Function GetDesktopWindow Lib "User" () As Integer
''From Within Program
'Lock Screen = = = = = = = = = = = = = = = = = =
Dim l as Integer
Screen.MousePointer = HOURGLASS
l% = LockWindowUpdate(GetDesktopWindow())
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.