C# WinForms Flicker+Minimize Restore Fix
One of the normal issues when developing a WinForms application is that the controls can flicker when the Window is activated or loaded. The correct […]
One of the normal issues when developing a WinForms application is that the controls can flicker when the Window is activated or loaded. The correct […]
OVERVIEW wxWidgets is primarily something which is used under Linux and *nix platforms and is definitely not the first choice of a UI framework for […]
This is a quick and small program in C# to get started with MIDI programming using NAudio. There are other libraries for .NET which can […]
For executable applications created under Windows, it is often desirable to sign the executable with a code signing certificate. This helps end-users of the application […]
If the DLL is 32 bit: Copy the DLL to C:\Windows\SysWoW64\ In an elevated command prompt: %windir%\SysWoW64\regsvr32.exe %windir%\SysWoW64\namedll.dll if the DLL is 64 bit: Copy […]
Synergy is one of the most amazing and useful software tools ever created. The first time someone sees it in action. its almost black magic. […]
Powershell is Microsoft’s version of shell-scripting in *nix systems. Many years back, VBScript was the only language available to automate various tasks, but it was […]
Visual Studio provides very useful tools for doing a certain amount of code refactoring. Refactoring is the task of changing your source code without affecting […]
For those who use Visual Studio (VS) on a regular basis, they know that VS has hundreds of options and features but most people only […]
Function to add a text watermark in C#. It is a generic function which can be used in either a desktop application or an ASP.NET […]
Copyright © 2024 | WordPress Theme by MH Themes