How to Create a Screen Saver

Posted December 15th @ 7:35 am by m3Rlin

A screen saver is really just a Windows program. Screen savers can be divided into two types: full screen and effects. The first type has a bsNone border style, the form is usaully (not always, though) has a black background it’s maximized. They always have the fsStayOnTop form style. The second type is harder to [...]

How to Add a Context Menu Item to Windows Explorer

Posted December 15th @ 7:33 am by m3Rlin

To add a context menu item to Windows Explorer you have create a few entries in the system Registry. First you have to get the file type’s name, add the context menu item and add then the command line. Besides files you can add context menus to drives or folders.<br>
Special extensions:<br>
- <i>.drive</i> - drives.<br>
- [...]

« Previous Entries