CodeArtEng .NET Libraries
Introduction
This page describe the contents and release note in each .NET assemblies which released under CodeArtEng namespace.CodeArtEng.Tcp
TCP Server and Client implementation for machine and instrument controls.More details at GitHub: https://github.com/Code-Artist/CodeArtEng.Tcp
CodeArtEng.Controls.dll - Version 2.2.6
- Description: Collections of Windows Forms controls.
- Contents:
- File Explorer - Added since Version 1.0.0
- Most Recent Used List - Added since Version 1.1.0
- Open File Panel and Folder Browse Panel - Added since Version 1.3.0
- CommandLineHelper - Added since Version 2.1.2
- LabeledTextBox - Added since Version 2.1.2
- Quick Access List - Added since Version 2.5.0
- Rich Text Editor - Added since Version 2.6.0
- Release Note:
- V2.6.0 - NEW: RichTextEditor.
- V2.5.0 - NEW: Quick Access List
- V2.4.0 - LabeledTextBox - Fix readonly status back color, added Combobox SelectedIndexChanged event.
- V2.3.0 - Added TextBoxForeColor and TextBoxBackColor to LabeledTextBox.
- V2.2.7 - LabeledTextBox - Add TextBoxMaxLength property.
- V2.2.6 - Bug Fixes.
- V2.2.4 - LabeledTextBox - Listen to KeyPress and KeyDown event.
- V2.2.2 - Bug Fixes.
- V2.2.0 - Added CommandMacroEditor.
- V2.1.2 - Added CommandLineHelper, LabeledTextBox.
- V2.1.10 - Bug Fixes. Upgrade to .NET Framework 4.5.2
- V2.0.0 - Added SaveFilePanel, HintedTextBox, MultilineButton
- V1.4.0 - Added drag and drop operation to OpenFilePanel and FolderBrowsePanel.
- V1.3.0 - Added OpenFilePanel and FolderBrowsePanel. Added NuGet package.
- V1.2.2 - MRU List: Add tool tip text to show full path for truncated file name.
- V1.1.1 - MRU List: Set default event, change FilePath to FileName.
- V1.1.0 - Added MRU List
- V1.0.0 - Initial release - FileExplorer Control
- Download:
CodeArtEng.Extensions.dll - Version 1.3.0
- Description: Collection of .NET extensions methods.
- Release Note
- V1.5.0 - NEW: ApplicationExtensions - Register Application for Startup
- V1.3.0 - SetAppIcon: Support network path.
- V1.2.0 - Added FormExtension
- V1.1.0 - Added DateTimeExtensions - RoundUp, RoundDown
- V1.0.0 - Initial Release
- Download
CodeArtEng.Diagnostics.dll - Version 3.2.2
- Description: .NET Diagnostics Tools
- Features:
- Diagnostics TextBox - (Windows Forms) Text box to capture Trace and Debug logs
- Process Executor - Manage external process execution.
- Code Profiler - Code performance measurement tool.
- Release Note:
- V3.2.2 - Bug Fixes.
- V3.2.0 - Added CodeProfiler.
- V3.1.3 - Bug Fixes
- V3.1.0 - Added support to run cmd.exe from ProcessExecutor
- V3.0.1 - Added TraceFileWritter
- V2.3.0 - Bug Fixes on Diagnostic Textbox
- V2.2.0 - Add Process Executor.
- V2.1.0 - Add save log to file.
- V2.0.0 - Refactored, support multi-threading
- V1.0.0 - Inital Release
- Download