.NET news » Search results

Search results for query "Control" (238):

Get Control of Your Service System: A Practical Introduction to Queueing Theory

Provides background and overview of queueing theory and a class library which implements measurement functions
2010-07-03 18:02:00   Source: Get Control of Your Service System:...   Tags: Components

Diagnostic Trace Display Using WPF

A WPF control and FlowDocument to display Trace output in a running application.
2012-08-25 09:26:00   Source: Diagnostic Trace Display Using WPF   Tags: WPF

How to embed arbitrary content in a WPF control

Many WPF controls can display arbitrary XAML inside them. How can I do that with my own controls?

Cutting Edge: Application Extensibility: MEF vs. IoC

You can create extensible apps using the Managed Extensibility Framework (MEF), which is built right into the .NET Framework 4. We'll walk through an example to compare plug-in implementations using both MEF and Inversion of Control frameworks.
2011-03-02 18:00:00   Source: Cutting Edge: Application Extensibility: MEF vs. IoC   Tags: Examples

2D Water Effect in WTL

A WTL control class to add water effect to an image, like what's done in the TortoiseSVN About dialog
2011-04-28 09:40:00   Source: 2D Water Effect in WTL   Tags: Components

Take Avalon to the Next Dimension to Achieve 3D Effects

Find out how to use Expression, Microsoft's new XAML design tool, to build advanced user interfaces that incorporate 3D effects and inheritable control styling—and still interact seamlessly with your Visual Studio projects.
2006-05-08 10:04:27   Source: Take Avalon to the Next Dimension to Achieve 3D Effects   Tags: Software GUI

Templating WPF Expander Control

Talks about how to customize the look and behaviour of WPF Expander by templating it.
2011-09-03 11:55:00   Source: Templating WPF Expander Control   Tags: Components

Adding Smart Tags to Windows Forms Controls

One new features in Visual Studio 2005 is the support for smart tags.A smart tag is a panel that displays next to a control and contains a list of commonly used properties.

Exploring Secrets of .NET Diagnostics

Instrumenting an application with tracing has become increasingly sophisticated as the .NET framework has matured. Find out how to use tracing in your applications, how to fine-tune tracing to your needs with custom listeners, and how to gain field-level and robust formatting control over the output.
2008-03-14 23:55:33   Source: Exploring Secrets of .NET Diagnostics   Tags: Debug

UI Frontiers: Finishing the E-Book Reader

Charles Petzold finishes his Windows Phone 7 e-book reader with a Web service that gets the catalog file from Project Gutenberg, and a Pivot control to display a search screen and a list of downloaded books.
2011-10-25 19:00:00   Source: UI Frontiers: Finishing the E-Book Reader   Tags: GUI