Qbasicnews.com
Rain Simulation for $20 - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Projects (http://qbasicnews.com/newforum/forum-16.html)
+---- Thread: Rain Simulation for $20 (/thread-9800.html)

Pages: 1 2


Rain Simulation for $20 - spaz_man2 - 12-17-2006

You're supposed to use the Windows API to make a program a screen saver, which is pure hell to learn or use.


Rain Simulation for $20 - Skyler - 12-18-2006

I right-clicked and selected "rename" then changed the extension to .scr. but it didn't work.


Rain Simulation for $20 - TheAdventMaster - 12-21-2006

Quote:I right-clicked and selected "rename" then changed the extension to .scr. but it didn't work.
Well apparently you can't brain today.

Quote:You're supposed to use the Windows API to make a program a screen saver, which is pure hell to learn or use
The windows API is like, child's play.


Rain Simulation for $20 - Torahteen - 12-21-2006

You do NOT have to use the WinAPI to make a screensaver Wink. Just ask Rattrapmax6.


Rain Simulation for $20 - spaz_man2 - 12-21-2006

I said you're supposed to, doesn't mean you have to.


Rain Simulation for $20 - BadMrBox - 12-28-2006

It's way easy to make a .src with freebasic. I dont really remember how to do, it wasn't yesterday I tested it (I tend to forget things quite fast) but I think that one line of code has to be added in your .bas file and then compiled as TheDarkJay said.
Hell, now I got interesting in how this really works again :d


Rain Simulation for $20 - Antoni Gual - 12-31-2006

Jofers did a year ago a screensaver lib that handled all the WinAPI stuff. You just did all graphics stuff using gfxlib, and linked in the lib. Then renamed the .exe to .scr and that was all.
Unfortunately it was some versions ago and it may not work today. You can find it at the FB official forums. Perhaps if someone asks him...


Rain Simulation for $20 - Skyler - 01-01-2007

I found some references to it during my searches for screensavers in the Challenges forum. I haven't look it up, though. Oh- I got a program to work as a .scr, but I couldn't use it as a screensaver.