How to Use Animated Cursors in Your Programs

Posted December 15th @ 7:00 pm by m3Rlin

Animated cursors have become very popular in the days of Windows 3.x. Now they have become a part of Windows 95 and newer. Sometimes you might want to use your own animated cursors instead of the user’s. The idea is same as with “normal” cursors.
Here’s the code:

const
btCursorID1 = 1;
begin
(* sCursorFile - [...]

How to Snap a Window to the Screen Edge

Posted December 15th @ 2:00 pm by m3Rlin

WinAMP has this very useful feature. If you drag it to the edge of the screen it will automatically position itself. Sometimes you want to make room on the screen but you don’t want to minimize your program and again you want to see it in full. The only way is the put it in [...]

« Previous Entries