.NET news » Search results

Search results for query "Control" (238):

Gain Control of your .NET Logging Using log4net

Don't build logging capabilities for your applications from scratch; you can get robust and flexible logging functionality for your .NET applications with the free open source log4net framework, and then extend it to support custom needs.
2006-08-04 18:27:52   Source: Gain Control of your .NET Logging...   Tags: Examples Debug

Resource file to JavaScript object

A web control that creates a JavaScript object representing a resx (resources) file and make it available to be used from HTML and JavaScript code.
2011-02-19 16:19:00   Source: Resource file to JavaScript object   Tags: Components

A Padded Rich Text Box Subclass

A subclass which adds new display properties to a rich text box control.
2008-05-15 16:59:00   Source: A Padded Rich Text Box Subclass   Tags: GUI Components

Build a RichTextBox-Based Syntax-Highlighting Editor and IDE

By using the RichTextbox as a base control, you can build an editor that highlights keywords and quoted strings or even an editor that employs IDE-like smart indentation and runs script code interactively.

Standard CustomValidator Textbox

The Custom Control eliminates the use of adding validators for each and every textbox added. Just by setting a couple of properties we can make our textbox validate credit card numbers, phone numbers or any other Custom expression. It provides some other built in functionalities.
2008-06-04 13:59:00   Source: Standard CustomValidator Textbox   Tags: Examples GUI

Add Flexible Sort Capabilities to ListView Controls

Learn how to make the ListView control sort by a column when a user clicks on a column header, sort by all columns, or sort in just about any other way you can imagine.

"Fat" Marching Ants: An Algorithmic Experimentation Using GDI+

"Marching ants" are a common UI feature in image editing programs but giving the ants a little more visual texture is a harder problem than you'd ever dream. This article discusses four different algorithms for making elegant, 3D ants with varying levels of performance, accuracy, and control.

Custom JavaScript Event Manager (CJEM)

A custom JavaScript event manager class designed to manage window, document and control events on a webpage.
2011-03-10 19:45:00   Source: Custom JavaScript Event Manager (CJEM)   Tags: Components

Windows Live Delegated APIs

The Windows Live APIs now expose a standard authentication technology that lets your Web application access Windows Live user data easily, yet keeps control in the hands of users.
2008-05-30 17:42:51   Source: Windows Live Delegated APIs   Tags: Web Services

WinForms WebBrowser + HTTP Server

A tiny HTTP server wrapped in a WebBrowser control
2010-04-18 15:30:00   Source: WinForms WebBrowser + HTTP Server   Tags: Internet