C#
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA (ECMA-334) and ISO (ISO/IEC 23270).
Application
Components and Libraries
Remove
Platform
Any
License
Any
How to draw regular polygons in C# by calculating vertex coordinates and using GDI+
Specialised applications can require that the mouse pointer is limited to a fixed portion of the screen, known as a clipping rectangle. This region can be determined and controlled by reading and...
Yahoo offers a great way to download stock data in XML or JSON format, come check out how.
As traditional static languages such as C# tend to become more dynamic, and dynamic languages tend to become more static, as Perl 6 will do, a deep understanding of the concepts attached to static...
When a user interacts with a Windows Forms application using the mouse, most operations will be controlled with the left (or primary) mouse button. However, it is often important to be able to detect...
VintaSoftAnnotation.NET is a developer's tool that allows to annotate images: create, process, delete, save to XML or TIFF file, merge the annotations with image. Supported annotation types:...
VintaSoftImaging.NET is a powerful and easy to use imaging toolkit for .NET developers. Library allows to load, view, process, annotate, print and save images, work with multipage TIFF files directly...
The VCSKicks CommandLink control is a powerful control designed to mimic the look of command link control in Windows Vista and Windows 7.
The Vista-Style Command Link control is an elegant Button control designed to mimic the look of command link control in Windows Vista.
The String Processing Library Pro is a professional .NET component that expands the functionality of .NET string processing with 53 powerful string functions. Avoid having to rewrite the same...
Version 4.4
- Opportunity to save/load current settings of device has been added.
- Opportunity to create predefined session setups for mid- and high-volume scanners has been added.
- Memory...
There are characteristics that a good C# component should have in order to make it worth selling. Here is a quick outline of some of those aspects.
VintaSoftAnnotation.NET is a developer's tool that allows to annotate images: create, process, delete, save to XML or TIFF file, merge the annotations with image. Supported annotation types:...
VintaSoftImaging.NET is a powerful and easy to use imaging toolkit for .NET developers. Library allows to load, view, process, annotate, print and save images, work with multipage TIFF files directly...
VintaSoftBarcode.NET Library - an easiest way for reading barcodes from your VB.NET, C# or ASP.NET application. Supported barcode types: Australian Post, Code 11, Code 39, Code 93, Code 128, Codabar,...
This tutorial will show you one way of saving a text file from a Rich Text Box in a Windows Form. C# version.
This tutorial will show you how to use the ListView control, and how to add items to it as well as remove. C# version.
In this tutorial, we will look at how we can create a class, how we can create methods within that class and also how we can make use of the class in a Windows Form by calling its methods. C# version.