I decided making some utils in C# to practice the language.
First projects are KeyHook.dll for hooking keyboard keys and hotkeys using win32 api (mouse hooks later on)
Second is SimpleOSD.dll for simple osd form display, the form is transparent to the keyboard and mouse clicks
and KeyboardIndicator, using those two libraries mentioned, indicates Caps lock, Num lock, Scroll lock and the Insert keys.
This is specially useful for those who do not have keyboard or laptop with led indicators. Requires: .NET framework version 2.0.
|