VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Some API functions for hiding/showing/moving the mouse, etc... enjoy.

DiskJunky  (16 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Mon 18th December 2000   Mon 8th February 2021

Some API functions for hiding/showing/moving the mouse, etc... enjoy.

API Declarations


Declare Sub SetCursorPos Lib "user32" (ByVal X As Integer, ByVal Y As Integer)
Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
Declare Function MciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As Any, ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long
Declare Function ExitWindowsEx Lib "user32" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long
Declare Function FindWindow% Lib "user32" Alias "FindWindowA" (ByVal lpClassName$, ByVal lpWindowName$)
Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByRef lpvParam As Any, ByVal fuWinIni As Long) As Long




Rate Some API functions for hiding/showing/moving the mouse, etc... enjoy. (1(1 Vote))
Some API functions for hiding/showing/moving the mouse, etc... enjoy..bas

Some API functions for hiding/showing/moving the mouse, etc... enjoy. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters