Start a screen saver from your code !!!
This code, you may insert in your program, allows to start a screensaver.Many other usefull solutions you’ll find on my site: http://www.netcity.ru/~timur555/Glad to see you !!! Original Author: Timur 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 LongPrivate Const… Read More »