C4Swimmers Newsletter  

Latest Articles from The Code Project

Syndicate content The Code Project
Latest Articles from The Code Project
Updated: 11 hours 40 min ago

WPF Simple zoom and drag support in a ScrollViewer

Fri, 2010-07-30 00:27
Sample which describes a way of zooming with the mouse wheel or a slider and dragging limited content which is hosted by a ScrollViewer

SVGImage control

Thu, 2010-07-29 14:45
A WPF control for showing SVG images

Beginners Guide to Silverlight 4 PathListBox Control (Part–II)

Thu, 2010-07-29 14:44
In this post, I will demonstrate you guys how to animate the items in a specific direction in your PathListBox control. This not only guide you for animation in PathListBox but also will help you understanding the StoryBoard creation (if you are very new to Silverlight). Read the whole article and a

gTimePicker- Control to Pick a Time Value (VB.NET)

Thu, 2010-07-29 14:26
Stop using the DateTimePicker for time values. This control makes it easy to pick a time, and if you act now, get the matching Nullable gDateTimePicker at no extra cost.

Using The Silverlight DataGrid with View Model / MVVM

Thu, 2010-07-29 13:59
The Silverlight DataGrid using Inline Editing, Paging, Sorting, and Button Events, using View Model

How I explained OOD to my wife

Thu, 2010-07-29 02:44
Learning Object Oriented Design principles through some interesting conversations

High fidelity printing through the SSRS Report Viewer control

Wed, 2010-07-28 22:40
Discusses the limitations and undocumented high dpi printing capabilities of the local WinForms Report Viewer control

How to easy exchange data among .net applications

Wed, 2010-07-28 19:27
Simple way of connectionless communication through UDP protocol is described here

Attributes-based Validation in a WPF MVVM Application

Wed, 2010-07-28 19:15
Description of a method which uses attribute to perform user entry validation in a WPF MVVM application

VIES- VAT number checker

Wed, 2010-07-28 18:23
Using the VIES VAT number validation service provided by the European Commission's Taxation and Customs Union Directorate-General

Hierarchical Menu in WPF

Wed, 2010-07-28 17:04
A simple way to create a hierarchical context menu

Site Map Web Part for Microsoft Office SharePoint Server (MOSS)

Wed, 2010-07-28 15:54
Displays the site structure in a hierarchical tree that is expandable and collapsible.

A Document Outline window for C# files, in WPF

Wed, 2010-07-28 15:39
A Document Outline Visual Studio tool window for C# files, coded in WPF

Implementing a Basic Hello World WCF Service

Wed, 2010-07-28 15:27
Manually implement a basic WCF service from scratch, step by step with clear instructions and precise screen snapshots

Pixel Shader for Edge Detection

Wed, 2010-07-28 12:28
Implementation of Sobel Edge Detection in a pixel shader.

Accessing alternative data-streams of files on an NTFS volume

Wed, 2010-07-28 11:19
A pair of classes to encapsulate access to NTFS alternative data streams.

Building ASP.NET Validator using Data Annotations

Wed, 2010-07-28 06:02
The article describes an implementation of ASP.NET validator that uses the new System.ComponentModel.DataAnnotations assembly that came in .NET 3.5 SP1.