Keyboard Master
Opearting System: Windows Only. Keyboard Master is a simple application launcher designed to work with keypad. Unlike most of theapplication launcher which use combination keys to activate, Keyboard...
View ArticleOpenFilePanel and FolderBrowsePanel
DescriptionOpenFilePanel, FolderBrowsePanel OpenFilePanel and FolderBrowsePanel are 2 new controls added to CodeArtEng.UserControls library released in Version 1.4.0 onward. This control is a...
View ArticleProcess Executor
DescriptionProcessExecutor is a wrapper class for System.Diagnostic.Process which created with intention to manage external process within .NET application without showing up the console window and...
View ArticlePassword Property in PropertyGrid
To mask a property of an object in property grid with password like editor, simply add attribute [PasswordLikeProperty(true)] on the selected property.
View ArticlePersonal Finance Planner Spreadsheet
IntroductionPersonal Finance Planner is a tool designed to track monthly expenses and build savings plan. The tool is designed to manage multiple debit accounts (savings / current accounts) and credit...
View ArticleVS2015 UserControlTestContainer
IntroductionUserControlTestContainer is a tool provided my Microsoft in Visual Studio to test the run-time behavior of UserControl. This tool is useful when come to verify properties of a user control...
View ArticleMSChart Extension V2
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 (See: MSChart Extension -...
View Article.NET Diagnostic Output for WinForms
Debug and Trace output are two useful components in System.Diagnostic to immediate report on application status and information during run-time in WinForms application.DiagnosticsTextBox is a WinForms...
View ArticleWinForms Controls
DescriptionCollection of .NET Windows Forms controls for WinForms application.Named as CodeArtEng.Controls.dllDownloadGitHubNuGetFeatures Command Line Helper Labeled Text Box Hinted Text Box Multi-Line...
View ArticleCommand Line Helper
DescriptionCommandLineHelper is a utility class in WinForms Controls created to parse command line arguments for Windows Forms application easily. The purpose of command line for WinForms application...
View ArticleCommand Macro Editor
CommandMacroEditor is a utility class in WinForms Controls inspired by "Edit Pre-Build" and "Edit Post-Build" dialog in Visual Studio with macro insertion feature.The dialog is create to assist user to...
View ArticleMSChart Extension - Zoom and Pan Control Version 2.2.0
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 ArticleCode Profiler - Simple Tool for Performance Analysis
CodeProfiler is a simple tool created to measure time taken for a code to execute, be it in Debug or Release built. The implementation support multiple timers with minimum overhead, useful to measure...
View ArticleLabeled TextBox
Text field and label are working hand in hand to provide clear description of input field. Label for each text field is important to tell user what value is expected. A good design is important to...
View ArticleFlash Card For You
Flash Card For You is an open source educational application created for children between 3 to 12 years old for children to learn new words and get familiar with computer keyboard. This application is...
View ArticleStart Click Once Application on Windows startup
There are few ways to configure application to run on Windows startup, register application in Windows registry is one of the common used method using this...
View ArticleClick 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 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 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