Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 screen saver
Index -> Programming, C++ -> C++ Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
AnubisProgrammer




PostPosted: Wed Jun 21, 2006 1:45 pm   Post subject: screen saver

Alright, I have a nifty little program, it displays a matrix type thing, all the scrolling letters/numbers/symbols. It looks really cool and I think it would make a good screensaver. I don't suppose there's any way to convert the .exe into a screen saver? It's a win32 console app at the moment.
Sponsor
Sponsor
Sponsor
sponsor
md




PostPosted: Wed Jun 21, 2006 2:33 pm   Post subject: (No subject)

You can't just go fro mexe to screensaver. There is additional code required to interact with windows (window message intercepting and thigns). Then all you need to do is change the extention to make it a screensaver. I know there are tutorials out there, as I've done it before.
AnubisProgrammer




PostPosted: Wed Jun 21, 2006 9:32 pm   Post subject: (No subject)

So there's just extra code I need to add to make it a screensaver from a win32 console app? I'll check that out then, thanks.
bugzpodder




PostPosted: Tue Jul 18, 2006 8:06 pm   Post subject: (No subject)

actually, i think all you need to do is rename the .exe file into .scr file. im sure if u google it up you'll find something.
md




PostPosted: Tue Jul 18, 2006 10:53 pm   Post subject: (No subject)

you *can* do that; however it won't do the same things as a windows screensaver is supposed to do. Things like previewing in the little monitor window need extra code. Plus windows is dumb. it keeps trying to invoke the screensaver even if it's running, therefor you need to intercept hte messages so that windows doesn't start your screensaver more then once.

Windows is dumb.
Display posts from previous:   
   Index -> Programming, C++ -> C++ Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: