Quantcast
Channel: Code Art Engineering
Browsing latest articles
Browse All 51 View Live
↧

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

OpenFilePanel 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 Article


Image may be NSFW.
Clik here to view.

Process 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 Article

Password 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 Article

Image may be NSFW.
Clik here to view.

Personal 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 Article


Image may be NSFW.
Clik here to view.

VS2015 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 Article

Image may be NSFW.
Clik here to view.

MSChart 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

Image may be NSFW.
Clik here to view.

.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 Article


Image may be NSFW.
Clik here to view.

WinForms 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 Article


Image may be NSFW.
Clik here to view.

Command 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 Article

Image may be NSFW.
Clik here to view.

Command 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 Article

Image may be NSFW.
Clik here to view.

MSChart 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 Article

Code 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 Article


Image may be NSFW.
Clik here to view.

Labeled 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 Article

Image may be NSFW.
Clik here to view.

Flash 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 Article


Start 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 Article

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 Article


Image may be NSFW.
Clik here to view.

WinForms 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 Article

Image may be NSFW.
Clik here to view.

What'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 Article

Image may be NSFW.
Clik here to view.

Implementation 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 Article

Restart 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 Article


Image may be NSFW.
Clik here to view.

WinForm 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 Article


Entity 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 Article

Image may be NSFW.
Clik here to view.

WinForm 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 Article

Introducing 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

Browsing latest articles
Browse All 51 View Live