Heapar Small ReportSometimes 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. |
![]() |
![]() |
|
More Details: Heapar Small Report | |
Gantt Chart Control .NETA 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. |
![]() |
![]() |
|
More Details: Gantt Chart Control .NET | |
SmartDrawOnly 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. |
![]() |
![]() |
|
More Details: SmartDraw | |
Office Open XML C# LibraryOffice 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. |
![]() |
![]() ![]() |
|
More Details: Office Open XML C# Library | |
FTP library for .NET FrameworkFTP 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. |
![]() |
![]() |
|
More Details: FTP library for .NET Framework | |
Heapar File Explorer Control .NETSometimes 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. |
![]() |
![]() |
|
More Details: Heapar File Explorer Control .NET | |
IZWebFileManagerIZWebFileManager 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. |
![]() |
![]() ![]() |
|
More Details: IZWebFileManager | |
Heapar Essential LibraryHeapar Essential Library allows you to create pretty and powerful user interfaces. The library consists of ActivePanel, Bevel, CategoryButtons, Resizer, HeaparGrid etc. |
![]() |
![]() |
|
More Details: Heapar Essential Library | |
File MonitorFile 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. |
![]() |
![]() ![]() |
|
More Details: File Monitor | |
File and Directory CompareCompare files and directories. Contains CRC32 in C#. Drag and drop, cut and paste functionality with Windows Explorer. |
![]() |
![]() ![]() |
|
More Details: File and Directory Compare | |
Disclosing PasswordsIn most of applications, a password is displayed with asterisks as a user enters it. This is done to keep other people from seeing what is being entered. But what if you forget your password? How can you see the password hidden with asterisks. There are a lot of utilities for this purpose. However, you don't think I'll suggest you to refer to these utilities, do you?Read full version: Disclosing Passwords |
Author: CyD Software Labs Date: 2011-07-08 ![]() |
Avalon or Windows Presentation Foundation (WPF)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.Read full version: Avalon or Windows Presentation Foundation (WPF) |
Author: Security Software for Administrator Date: 2008-10-24 ![]() |
Rubber band rectangleMany 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.Read full version: Rubber band rectangle |
Author: Michael Flenov Date: 2008-09-30 ![]() |
LinqWhat 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!Read full version: Linq |
Author: Michael Flenov Date: 2008-07-04 ![]() |
How to get a files list from a folder?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.Read full version: How to get a files list from a folder? |
Author: Network Monitor Date: 2008-07-01 ![]() |