ikst
- 2,386 total downloads
- last updated 6/20/2021
- Latest version: 1.0.10
System.Reflection.Assembly class extension method for loading embedded resources
Ikst.ImageUtil
by:
ikst
- 2,205 total downloads
- last updated 6/20/2021
- Latest version: 1.0.0
This is a utility class to simplify image-related operations such as image resizing and file output.
It is mainly provided as an extension method of the System.Drawing.Image class.
Ikst.MouseHook
by:
ikst
- 2,130 total downloads
- last updated 6/20/2021
- Latest version: 1.0.0
This is a global mouse hook library for windows application.
- 1,096 total downloads
- last updated 6/20/2021
- Latest version: 1.0.1
Global Hotkey library for .net windows applications.
Shortcut keys can be used to trigger actions even when the application is inactive.
- 839 total downloads
- last updated 6/20/2021
- Latest version: 1.0.1
This is a screen capture using Win32API.
The mouse cursor can be included in the capture.
[e.g.]
Bitmap bmp = ScreenCapture.Capture(0, 0, 1920, 1080, true);
- 796 total downloads
- last updated 6/20/2021
- Latest version: 1.0.0
This is a global keyboard hook library for .net windows application.
- 747 total downloads
- last updated 6/20/2021
- Latest version: 1.0.0
Clipboard monitoring library for windows forms applications.
When the clipboard is modified, an event is fired.
- 614 total downloads
- last updated 6/20/2021
- Latest version: 1.0.0
Clipboard monitoring library for wpf applications.
When the clipboard is modified, an event is fired.