they're just renamed .exesQuote:
Originally Posted by Shroomlock
Printable View
they're just renamed .exesQuote:
Originally Posted by Shroomlock
Really? .scr & .exe are the same format?
Yes.
So would I go ahead and export as a screensaver then manually rename it as an exe? Or would it just be the same thing to export as an exe in the first place?
Just export it as a screensaver and use it as normal?
Well I mean will Vista still read the .scr format that MMF exports?
Don't see why not.
Why not try it? It would have been quicker than asking...
Well, there was a reason why I felt the need to ask first, but that's not too important. Thanks for the help!
One interesting thing about screen savers is the fact that Windows communicates with them through command lines.
No command line - Show settings
/c - Show settings (modal)
/p hWnd - Preview screen saver as child of hWnd
/s - Run screen saver
I haven't tried, but I guess this means that you can create screensavers with custom settings dialogs by exporting them as normal .exe's instead of .scr's (although I'm unsure how to solve the /p hWnd stuff with that method)
Hi,
in my application I have a comand that creates a shortcut on the desktop. I am using the File folder and the Yaso object, and everything works fine in the XP, but in Vista the icon doesen't get created. Does enyone know, what the problem could be?