Last Updated: February 25, 2016
·
836
· vitaly_obukhov

WebSaver: Web Screensaver Generator for Win32

Small project that allows to create win32 screensavers from web content (html, css, js).

https://github.com/vitalyobukhov/WebSaver

It has some interesting code snippets related to win32:
- PE of .scr type lifecycle;
- work with resources (find, enum, read, add, update, delete);
- work with icon data of .ico and PE type;
- work with string table data;
- work with WebControl IE ActiveX wrapper;
- user interaction & window related p/invoke;
- build scripts & manual args handling;

Multiple readme files are included.

Have a fresh tip? Share with Coderwall community!

Post
Post a tip