Skip to content

Instantly share code, notes, and snippets.

View idokka's full-sized avatar

Oleksii M idokka

View GitHub Profile
@idokka
idokka / CoolHint.pas
Created April 1, 2023 07:34
Almost 20 years ago I already worked deeply in some system functionality of Windows OS, even without the Internet, but still with will to knowledge.
unit CoolHint;
interface
uses
Windows, SysUtils, Classes, Graphics, Controls, Forms, StdCtrls, Hook;
type
TCoolHint = class(THintWindow)
bmp: TBitmap;
constructor Create(AOwner: TComponent); override;