Click Once Application: Parsing Command Line Arguments
How to pass arguments to Click Once application to load project file when user double click on registered file to launch the application deployed by Click Once?As we know, command line arguments for...
View ArticleDDEApp, DDE Based Inter-process Communication (C#, C++)
This article discuss an inter-process communication protocol dedicated for sharing data and perform remote function call between applications. Introduction DDE Application (DDEApp) is a Dynamic Data...
View ArticleWinForms Quick Access List
QuickAccessList automatic generate drop down menu from files in a folder.Typical implementation is to generate drop down menu for documentation or example associated with the application.Example below...
View ArticleWhat's new in Microsoft Chart Control (MSChart) Extension Version 3
IntroductionMSChart Extension is an extension class for Microsoft Chart (MSChart) control in Visual Studio for WinForms applications. The tool was first published on July 2012 with the intention to...
View ArticleImplementation of Downsampling Algorithm in MSChart Extension
IntroductionThroughout the years of development is MSChart Extension, performance issue on displaying large data size was still remain unsolved. When refreshing a chart on application, we want it to...
View ArticleRestart Single Instance Application in Administrator Mode
Introduction This article describe how to restart a single instance WinForm application in administrator mode programmatically when required. Sometimes, we want to run our application in administrator...
View ArticleWinForm Gauge
Introduction High Performance .NET Windows Form Gauge for info-graphics and real-time dashboard, created using GDI+ with no dependency on 3rd party package. Visit official product page WinForm Gauge...
View ArticleEntity Framework: Advantages and Disadvantages
What is Entity Framework Entity Framework (EF) is an open-source object-relational mapping (ORM) framework for .NET applications, developed by Microsoft. It simplifies the process of working with...
View ArticleWinForm Gauge: How to use Designer Gauge
 IntroductionThis article describe how to use Designer Gauges in your project.Launch Visual Studio, start new WinForm Application project. Install NuGet package - CodeArtEng.Gauge. Remember to install...
View ArticleMicrosoft Excel - Save As CSV (Macro)
This is a macro which will help you to save a worksheet to CSV (Comma-Separated Values) using a shortcut key. The trick is to execute a customized macro named "SaveAsCSV". You may further modify this...
View ArticleIntroducing SQL Helper: A Lightweight Micro-ORM for MS SQL and SQLite Databases
🚀 Simplify Your SQL Database InteractionsAre you looking for a lightweight yet powerful tool to work with MS SQL / SQLite databases? Meet SQL Helper, a Micro-ORM designed for small to medium-scale...
View Article