Quantcast
Channel: Code Art Engineering
Browsing all 51 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

C# DSP Toolbox: Simulation Controls

DescriptionDSP (Digital Signal Processing) Toolbox added two WinForm based user controls for DSP simulation from Version 1.5.0 onwards.Virtual Analog SourceVirtual DAQ (Data Acquisition)These two...

View Article


Image may be NSFW.
Clik here to view.

C# DSP Toolbox: Digital Filters (Updated)

DescriptionDigital filters classes are implemented in DSP (Digital Signal Processing) Toolbox from Version 1.5.0 onwards. Implemented filter types are as below:Simple first order low-pass and high-pass...

View Article


Image may be NSFW.
Clik here to view.

C# DSP Toolbox: FIR Window Response

FIR Window response and FIR filter's impulse response are added to visualize the filter's windows and its impulse response.Image below shows an example of FIR Hanning windowed and its low-pass filter's...

View Article

Speedup MSChart Clear Data Points

Problem StatementClearing data points in MSChart is known to be very slow.http://connect.microsoft.com/VisualStudio/feedback/details/596212/performance-problem-in-mschart-datapointcollection-clear...

View Article

Image may be NSFW.
Clik here to view.

Step-by-step Setup TortoiseHg for gitHub

This is a step-by-step instruction to setup TortoiseHg (A GUI shell extension  for Mercurial SCM) to use with github (Online project hosting using git Version Control System). IntroductionThere are few...

View Article


Image may be NSFW.
Clik here to view.

C# DSP Lab (V1.6.0): Convolution Demo

Convolution demo is added to DSP Lab Version 1.6.0 to demonstrate convolution process steps by steps. Objectives of creating this tools is to help anyone who is learning DSP to have better...

View Article

C# Stop / Suspend painting for a control.

Original post from stack overflow: How do I suspend painting for a control and its children?The code below is used to suspend painting for control to speed up processing.using...

View Article

Image may be NSFW.
Clik here to view.

MSChart Extension - Zoom and Pan Controls

Latest Version : 1.4.1 (Updated 08 October 2015)  Introduction - About MSChart ExtensionMSChart Extension is an extension package created to provide additional features and functions to Microsoft Chart...

View Article


Image may be NSFW.
Clik here to view.

DDEApp Tutorial (C#, C++)

DDEApp LIBRARY USER GUIDE Supported OSWindows 32-bitSupported PlatformBorland C++ Builder 6 V1.3.12Borland Developer Studio 2006 V1.3.12Microsoft.NET (Framework 2.0) V2.0.0IntroductionDDEApp is an...

View Article


Image may be NSFW.
Clik here to view.

DDEApp, 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 Article

Image may be NSFW.
Clik here to view.

C# DSP Simulation - DSP Lab

DescriptionDSP (Digital signal processing) simulation application created to simulate and visualize process of sampling and filtering analog signal using DSP system. This application is created to...

View Article

Image may be NSFW.
Clik here to view.

(AGauge) WinForms Gauge Control

Introduction Original AGauge controlAGauge is a gauge control for WinForms create by A.J.Bauer using GDI+.Original code was published in "Code Project - A fast and performing gauge"The version that I...

View Article

Image may be NSFW.
Clik here to view.

Most Recent Used List for WinForms (ToolStripMruList)

ToolStripMruList allow you to add Most Recent Used (MRU) list to your .NET Windows Forms Application in ToolStrip and MenuStrip.Implemented in CodeArtEng.Controls class library Version 1.2.2...

View Article


Image may be NSFW.
Clik here to view.

TortoiseHg Manager (Repository Verification)

TortoiseHg Manager is a tool to verify all your Mercurial SCM repositories in TortoiseHg in one click. Detailed explanation and downloads available at CodeProject.Source code is available at...

View Article

Image may be NSFW.
Clik here to view.

Dynamic Load Assembly

Introduction  Dynamic library loading is nothing new in native C++. In Microsoft Window’s implementation, this capability is realized with the use of Dynamic Link Library (DLL). This feature greatly...

View Article


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

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
Browsing all 51 articles
Browse latest View live