Hi All,
I searched the purebasic forums but i'm not able to find an example.
How would I invoke the default screen saver from with purebasic?
Regards
rjara
invoke default windows screen saver
Re: invoke default windows screen saver
Code: Select all
SendMessage_(FindWindow_("ProgMan",0),#WM_SYSCOMMAND,#SC_SCREENSAVE,0)- Fluid Byte
- Addict

- Posts: 2336
- Joined: Fri Jul 21, 2006 4:41 am
- Location: Berlin, Germany
How cool is that? Thanks! 
PS: You can replace
with
PS: You can replace
Code: Select all
FindWindow_("ProgMan",0)Code: Select all
GetShellWindow_()Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?

