is there a way to set a fully automated bmx as a screensaver?
screensaver
Miscellaneous Forums/General Discussion/screensaver what do mean - just change the extition do .scr and bung it in 'windows/system32/'
when the GUI mod is out it'll be easier to do a settings screen for a screen saver (makes it more pro). But when it is you can just use app args to get the argments windows screen saver runner uses and change how its run i.e
hope this helps ;p
when the GUI mod is out it'll be easier to do a settings screen for a screen saver (makes it more pro). But when it is you can just use app args to get the argments windows screen saver runner uses and change how its run i.e
Select AppArgs() Case [settings] [settings stuff here] [save it in a ini file] Case [running] [load ini file To get settings] [whatever code here] Case [preview] [get the handle of the preview window] [do same as running but in preview window handle] End Select
hope this helps ;p
The INNO Setup tool can make you an installation package that will install your exe as a screensaver. But there's problem with external Media. It's pretty hard to tell the screensaver where to look for images etc. and I guess you don't want to install the images etc. in the windows system folder, do you? So I'd suggest to pack exe and media to one file, using eg. Molebox.
I also recommend Blitz Media Linker (in tools section, I think) for a great, FREE alternative. Not sure is it works with BMax, though, TBH. Ignore this post if it doesn't. :P