.NET news » Search results

Search results for query "winforms" (15):

Easily Add a Ribbon Into a WinForms Application (C#)

Easily add ribbon to WinForm Application for .NET Framework 2.0, 3.5 & 4.0
2012-05-25 07:11:00   Source: Easily Add a Ribbon Into a WinForms...   Tags: C#

Simple Asynchronous Background Task Processing with Progress Dialog (Silverlight solution)

This article demonstrates a small, generic and reusable infrastructure for running tasks asynchronously and allowing them to update their progress dialogs in a simple way. This solution is for Silverlight but can be used with Winforms or WPF with a very small change.
2010-04-15 11:47:00   Source: Simple Asynchronous Background Task Processing with...   Tags: Silverlight

Creating the Same Program in Windows Forms and WPF

This article shows two implementations of the same simple program. First, we examine the Windows Forms version, followed by the WPF version. The purpose of this article is to show WinForms programmers a simple example of creating a WPF application. Along the way, we compare and contrast working with the two platforms.
2008-05-03 21:31:00   Source: Creating the Same Program in Windows Forms and WPF   Tags: Examples GUI

PSAM Control Library

PSAM Control Library is a WinForms library containing the IncipitViewer control for drawing musical notes which can be read from MusicXml file or added programmatically. The library was initially a component of larger software Polish System for Archivising Music but I thought it could be useful for other software developers so I decided to distribute it under BSD licence. PSAM Control Library is written in C# under Microsoft Visual Studio Express.
2010-06-13 03:39:00   Source: PSAM Control Library   Tags: Graphics

[WinForms] RichTextBox ToolTip like Visual-Studio's

C# RichTextBox tooltip like Visual Studio's.
2012-09-25 08:00:00   Source: [WinForms] RichTextBox ToolTip like...   Tags: C#