.NET news » Search results

Search results for query "winforms" (15):

Entity Framework 4 Tips for WinForms Development

I've been recently working on a smart client (WinForms) application backed by Entitiy Framework 4 (EF4) on Visual Studio 2010. In this blog post I will try to give you some tips regarding some limitations and points to be careful about EF4.
2010-06-30 06:50:00   Source: Entity Framework 4 Tips for WinForms...   Tags: Visual Studio

C# Space Invaders using WinForms objects

Create the famous game using only labels, panels and pictures
2008-06-17 07:54:00   Source: C# Space Invaders using WinForms...   Tags: Multimedia Examples

WinForms.ColorDialog in WPF

System.Windows.Forms.ColorDialog in a small WPF project TextEditor
2011-09-15 13:18:00   Source: WinForms.ColorDialog in WPF   Tags: WPF

Global Shortcuts in WinForms and WPF

This article shows how to register and manage System-Global hotkeys in WinForm and WPF applications and performing some keyboard manipulation from your app.
2012-10-01 09:56:00   Source: Global Shortcuts in WinForms and WPF   Tags: WPF

Navigational history (go back/forward) for WinForms controls

A generic class and two ToolStripSplitButtons provide navigational history, like in web browsers.

AJAX-style Asynchronous Progress Dialog for WinForms

A base class for adding a rich asynchronous progress animation to any Form

Line Graph Component in C#

Line graph is user control which can be integrated into Winforms. The X points are plotted against Y.
2011-10-27 08:35:00   Source: Line Graph Component in C#   Tags: C#

Visual Application Launcher

A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
2011-06-24 13:59:00   Source: Visual Application Launcher   Tags: GUI

'Inheriting' from an Internal WinForms Designer

Customize an internal designer by encapsulation in a custom component designer

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