How to register a single or multiple global hotkeys for a single key in Winforms
Learn how to attach some global hotkeys (system level accessible) for just a single key in your WinForms application.
C# (pronounced "C-sharp") is an object-oriented programming language from Microsoft that aims to combine the computing power of C++ with the programming ease of Visual Basic. C# is based on C++ and contains features similar to those of Java.
Learn how to attach some global hotkeys (system level accessible) for just a single key in your WinForms application.
Learn how to simulate keypress event from any key in the keyboard using the awesome InputSimulator library in Windows Forms.
Learn how to prevent the input from non numeric characters inside a textbox in Winforms.
Learn how to solve the Cross-thread operation not valid error with any control in Winforms.
Learn how to print a PDF file with C# in your Winforms application easily and free.
Learn how to install and setup Sciter on your WinForms application.
Learn how to conceal messages or information within files using C#.
Learn how to encrypt and decrypt files using the Advanced Encryption Standard algorithm with C#.
Learn how to establish a SFTP connection with C# using the awesome SSH.NET library in a Windows Forms application.
Learn how to decompile binaries from Dynamic Link Libraries, Executables and Windows Metadata using ILSpy.