Coder Social home page Coder Social logo

htmlscrnsaver's Introduction

HtmlScrnSaver

ScreenSaver that display web page/local HTML

I use this to display my google_io_clock, it's a cool digital clock screensaver :)

Handling Screen Savers

  • To create a screen saver, must create source code containing three required functions and link them with the screen saver library.

    • ScreenSaverProc
      • This function processes specific messages and passes any unprocessed messages back to the screen saver library.
      • You must link your project with screen saver library: Scrnsave.lib (or Scrnsavw.lib for unicode)
    • ScreenSaverConfigureDialog
      • This function displays a dialog box that enables the user to configure the screen saver (an application must provide a corresponding dialog box template). Windows displays the configuration dialog box when the user selects the Setup button in the Control Panel's Screen Saver dialog box.
      • You must define the constant used to identify the dialog box template by using the decimal value 2003
    • RegisterDialogClasses
      • This function must be called by all screen saver applications. However, applications that do not require special windows or custom controls in the configuration dialog box can simply return TRUE. Applications requiring special windows or custom controls should use this function to register the corresponding window classes.
  • To install/use a screen saver, must rename it to .scr extensions (or you could change project settings to generate .scr instead of .exe) and copy to the correct directory, Control Panel will search the directory for files with .scr extension.

htmlscrnsaver's People

Contributors

0xcc0x01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.