VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Start the windows screen saver from within a Visual Basic 6 program.

Visual Basic 6  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Tue 27th March 2007   Mon 8th February 2021

Start the windows screen saver from within a Visual Basic 6 program.

API Declarations


Private Declare Function SendMessage Lib "user32" Alias _
"SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, _
ByVal wParam As Long, ByVal lParam As Long) As Long
Const WM_SYSCOMMAND = &H112&
Const SC_SCREENSAVE = &HF140&

Rate Start the windows screen saver from within a Visual Basic 6 program. (1(1 Vote))
Start the windows screen saver from within a Visual Basic 6 program..bas

Start the windows screen saver from within a Visual Basic 6 program. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters