Heapar Small Report - Sometimes we need to make formatted output (report like result). In this case we can use WebBrowser control and render HTML pages or use Richtext control. The both methods may be suitable, but data controlling and flexible is very bad.
Gantt Chart Control .NET - A Gantt chart is a type of bar chart that illustrates a schedule or planning sheet. Gantt charts illustrate the start and finish dates of the terminal elements and summary elements of a project.
SmartDraw - Only SmartDraw draws for you. Simply input your information, and SmartDraw does the rest, aligning everything automatically and applying professional design themes for professional-quality results every time.
Office Open XML C# Library - Office Open XML C# Library is a library that will help you as a C# developer to create, and edit docx files. For now only Docx are supported but when this is fully supported other Office Open Xml file types (like xslx) will get supported.
FTP library for .NET Framework - FTP library for .NET Framework is a versatile file-transfer component for Microsoft .NET. It allows you to FTP files directly from your application - either synchronously or asynchronously, in active or passive mode, binary or ASCII. All popular FTP and proxy servers are supported.
Heapar File Explorer Control .NET - Sometimes software developers need for a control like Windows Explorer to work with the file system directories and files. Our file explorer control allows you to explorer the file system. The file explorer control allows you to navigate your file system. You could develop your own Windows Explorer using Heapar File Explorer .NET control.
IZWebFileManager - IZWebFileManager is featured File Manager control for ASP.NET 2. It is compatible with most-used browsers like MS Internet Explorer and Firefox. Main features: Copying, moving, renaming, deletion of files and folders; Ability to work (copy, move, delete) with several files at once; File upload; Hidden files and folders.
Heapar Essential Library - Heapar Essential Library allows you to create pretty and powerful user interfaces. The library consists of ActivePanel, Bevel, CategoryButtons, Resizer, HeaparGrid etc.
File Monitor - File Monitor can help you to supervise your files and directory from the specify path! Select path you want to monitor and get messages about changes in the specified path.
File and Directory Compare - Compare files and directories. Contains CRC32 in C#. Drag and drop, cut and paste functionality with Windows Explorer.
Avalon or Windows Presentation Foundation (WPF) - (Security Software for Administrator) GDI is an old Windows graphic system based on simple functions and implement basic functionality. The GDI system uses hardware capability inefficiently. Most of time user interfaces based on GDI are tedious. There is a new Microsoft graphic system Avalon or Windows Presentation Foundation that ready to break bottleneck.
Rubber band rectangle - (Michael Flenov) Many kind of software has to use a rubber band rectangle. The rubber band is a rectangle that tracks with mouse cursor while user hold the mouse button and move it to select something or to move/resize controls. To draw the rubber band rectangle we used to draw rectangle using raster operations (XOR) drawing in GDI. To draw rubber band you had to draw a rectangle using ROP2_XORPEN. To erase the rectangle you had to draw the same rectangle and all lines would be disappeared.
Linq - (Michael Flenov) What is it? It is a new extension to the .NET Framework that encompasses language-integrated database operations like queries, sets and operations. The LINQ extends C# native language with new capabilities for queries. The LINQ can work with not only databases but XML and user defined structures. You can write queries to your data collection!
How to get a files list from a folder? - (Network Monitor) It is an excellent question. I recommend using system functions. It is a slightly difficult because you have to declare interfaces and Windows Shell structures. There are a lot of functions and structures. I'll help you to declare and to use all needed objects.