Posted: Sun Aug 24, 2008 1:41 pm Post subject: Simple guide to screensavers
some noobs asking how to make a swf a screensaver. so ill explain what screensavers really are.
screensavers are regular .exe files that were renamed into .scr and put in system32. thats why screensavers can be viruses just like any other .exe file.
some stuff u need to remember when making screensaver:
1.when the parameter -c <hWnd> is used, <hWnd> is the handle to that small screen in the screen saver window where the screen savers are previewed.
2.when the parameter -s <hOwner> is used, the "settings" button was clicked and <hOwner> is the handle of the window calling the screensaver, which also needs to be the hOwner of the settings dialog box you will create.
3.when parameter -p is used the screensaver is being ran.
Joined: 07 Aug 2007 Posts: 310 Location: Between,Georgia
Posted: Sun Aug 24, 2008 1:42 pm Post subject: Re: Simple guide to screensavers
habufe wrote:
some noobs asking how to make a swf a screensaver. so ill explain what screensavers really are.
screensavers are regular .exe files that were renamed into .scr and put in system32. thats why screensavers can be viruses just like any other .exe file.
some stuff u need to remember when making screensaver:
1.when the parameter -c <hWnd> is used, <hWnd> is the handle to that small screen in the screen saver window where the screen savers are previewed.
2.when the parameter -s <hOwner> is used, the "settings" button was clicked and <hOwner> is the handle of the window calling the screensaver, which also needs to be the hOwner of the settings dialog box you will create.
3.when parameter -p is used the screensaver is being runned.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum