.NET news » Examples Examples Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >
LINQ in Action
Authors: Fabrice Marguerie, Steve Eichert, Jim Wooley
Average rating: 4.5 / 28
(28 reviews)
More .NET Examples books
download
MagicWords, a SlickRun clone
How to build a SlickRun clone in one hour. SlickRun - and so is MagicWords - is an improved command line utility that can launch application, open files or urls by typing a "magic word". You can see it as a enhanced version of the Windows "Run..." TextBox. For keyboard lovers, this tool is a very good alternative to desktop shortcuts and menus, and become quickly a must have.
7 Feb 2007, 10:33:00   Source: MagicWords, a SlickRun clone   Tags: Examples
A picture viewer class that can scroll and zoom using API
This is a simple class that can view scroll and zoom pictures
A Composite UI Application Block CAB MDI application
An introduction to the world of CAB demonstrated with a sample MDI smart client application
2 Feb 2007, 22:10:00   Source: A Composite UI Application Block CAB MDI application   Tags: Examples
A multipurpose scientific calculator
A calculator handling complex numbers and scientific functions
28 Jan 2007, 04:09:00   Source: A multipurpose scientific calculator   Tags: Examples
Customize and Extend Windows Forms Controls
Everybody who writes native Windows applications knows that the Windows Forms controls provided by Microsoft are a great time-saver for oft-used interface components such as text boxes and drop-down lists. But sometimes we need a reusable form control that does things Microsoft hasn't pre-built for us. Learn to extend existing Windows Forms controls with custom functions that will save you time.
25 Jan 2007, 16:55:01   Source: Customize and Extend Windows Forms Controls   Tags: Examples
DrawTools
Sample Windows Forms application for drawing graphic objects in a window client area using drawing tools and mouse.
24 Jan 2007, 23:31:00   Source: DrawTools   Tags: Graphics Examples
Interoperating with Unmanaged Code - PInvoke
Explains how to call WIN APIs and DLLs (unmanaged code) form within the .NET using the Platform Invoke (PInvoke) technique.
22 Jan 2007, 11:46:59   Source: Interoperating with Unmanaged Code - PInvoke   Tags: Examples
Creating Windows Live Messenger Addins
An article on creating msn8 plugins
18 Jan 2007, 05:46:00   Source: Creating Windows Live Messenger Addins   Tags: Examples Addins
Detect Encoding for in- and outgoing strings
Detect the encoding of a text without BOM (Byte Order Mask) and chose the best Encoding for persistence or network transport of text
17 Jan 2007, 14:01:00   Source: Detect Encoding for in- and outgoing strings   Tags: Examples
Creating a tool window add-in with Visual Studio 2005
Shows you how to create a tool window add-in with Visual Studio 2005
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >