Posts

Showing posts from August, 2011

File Explorer Control

Image
Description .NET File explorer control written in C#. Can be use to explore folder and files in local driver / remote server. This control is included in WinForms Controls Library .    Usage Add FileExplorer control to Form. Select source by calling to: AttachToMyComputer() to show folder from local machine. AttachSource() to show files and folder from classes which implemented IFileExplorer interface. Subscribe to events FolderSelected, SourceChanged, and FileDoubleClicked to define functions on each of these actions. All event are optional.

Diagnostics TextBox

Image
Description Diagnostics text box is a .NET WinForm Control written in C# derived from System.Windows.Forms.TextBox with capability to capture all Debug and Trace log from System.Diagnostics . The TraceLogger implementation is derived from System.Diagnostics.TraceListener. Download From... GitHub NuGet Diagnostic TextBox Control