.NET news » Examples Examples Rss Feed

Copy Selected Text Within a Browser to a Clipboard

Find out how you can copy selected text within a Web browser to a clipboard in VB.NET 2.0.
14 Feb 2006, 05:36:11   Source: Copy Selected Text Within a Browser to a Clipboard   Tags: VB.NET Examples

Scaling and Hit-Testing in Ink Applications

In addition to text recognition and similar capabilities, Ink can also be useful for image annotation and markup, such as in medical and insurance applications, where marking up images can be a valuable and critical form of input.
7 Feb 2006, 06:31:50   Source: Scaling and Hit-Testing in Ink Applications   Tags: Tablet PC Examples VB.NET

Teach Your Old Web Cam New Tricks: Use Video Captures in Your .NET Applications

Just when you thought there wasn't anything new that you could do with a webcam, along comes this article, which shows you how to exploit the AVICap Windows class so you can integrate on-demand screen captures into your applications.

WebGrid - The plug and play grid

Discover how easy it can be to build browser-friendly HTML from your datasources with WebGrid. Maintaining a datasource is plug and play with WebGrid. Set a few properties and WebGrid will generate a browser friendly data form, and handle all database interaction for insert, update, and datasource delete using safe parameterized queries generated by the grid. A user friendly system message is generated if user input is not valid.
17 Jan 2006, 01:11:23   Source: WebGrid - The plug and play grid   Tags: Components Examples

How To : Create a Dynamic Time Table in ASP.NET

There will be many times where you will need to have a time table in your applications. This articles discusses on the same.
27 Dec 2005, 10:47:52   Source: How To : Create a Dynamic Time Table in ASP.NET   Tags: ASP.NET Examples

How to : Get Excel data into a .NET DataSet object

There may be requirement where in data in an Excel sheet has to be manipulated inside .NET Applications. Although there are many ways to achieve this (like using Excel object of COM), the most preferred way is to use the .NET Data providers to achieve this. This article discusses on the same.
22 Dec 2005, 11:12:42   Source: How to : Get Excel data into a .NET DataSet object   Tags: Examples

Retrieving Custom Objects Added to the Clipboard

Retrieving a custom object from the clipboard returns nothing if the object has a reference to a nonserializable object. Find out how to workaround this.
21 Dec 2005, 02:17:06   Source: Retrieving Custom Objects Added to the Clipboard   Tags: Examples

Serializing, Consuming, and Binding Generics in .NET 2.0

Generics are a powerful new feature in .NET 2.0, but it's not so obvious how to use them as return values from Web services, or how to bind them to controls. Find out how to serialize, data bind, and consume generic collections in ASP.NET 2.0

How to Create a Web Service in C#

Learn how to create a Web service in C#.
1 Dec 2005, 01:07:37   Source: How to Create a Web Service in C#   Tags: C# Examples Web Services

Collection Controls with Rich Design Time Support

This extensive article details the process of creating complex list-based controls with rich design time support similar to my DotNetWidgets and OutlookBar controls.
9 Feb 2005, 11:41:00   Source: Collection Controls with Rich Design Time Support   Tags: Components Examples