ServicesResourcesConferencesOur TeamWeblogsAboutContact
   

Subscriptions

Post Categories

News

My new books

My Blogroll

INETA UG Leaders

Affiliations

News

Archives

Christian Nagel's OneNotes

.NET Training, Consulting, Coaching & Development


UI (RSS)

WPF, Silverlight, Windows Forms
WPF TextBlock Strikethrough
Scott Hanselman is looking for WPF TextBlock with stroke text. With WPF this is a really easy and flexible task to do. What needs to be done is to set the Decorations of the TextBlock: <TextBlock FontSize="18">   <TextBlock.TextDecorations> Read More
posted Sunday, June 01, 2008 8:46 PM with 1 Comments

XAML Intellisense in Visual Studio 2008 - Fix after installation of the Windows SDK
Writing WPF applications I prefer using the XAML editor instead of the designer. With the help of Visual Studio 2008 intellisense this can be done really quick! Now intellisense for XAML was broken - the solution posted by Brett Kilty (a missing path Read More
posted Tuesday, March 11, 2008 10:05 AM with 0 Comments

Resizing the Main Window of WPF Applications
If the main Window of an WPF application should automatically be sized to its content, setting the Width and Height properties to Auto does not help. With this setting the Window gets a default height and width. To resize the main window to its content, Read More
posted Tuesday, January 01, 2008 9:05 PM with 2 Comments

SWF to XAML
From time to time I'm asked if there's a SWF to XAML conversion tool. From Tim Sneath's blog: The Converted. It convert's Flash animations to the XAML format. Christian Read More
posted Thursday, October 25, 2007 3:32 PM with 1 Comments

WinFX Namespaces
Yesterday evening I arrived in Los Angeles (some hourse later than expected because of a cancelled flight). Sunday morning I checked in at PDC. In the bag there's an interesting poster about the major namespaces of WinFX. Here I'm skipping Read More
posted Sunday, September 11, 2005 7:09 PM with 0 Comments

Avalon on Windows XP
News on Microsoft PressPass: 2006 is the target date for Longhorn. The real good news in this announcement is that Avalon will be available for Windows XP! Now Avalon development can start earlier :-) The new filesystem (WinFS) will be ready when Read More
posted Friday, August 27, 2004 10:51 PM with 8 Comments

Hosting .NET Controls in IE from the local file system
Today I had a discussion about hosting .NET components in IE from the local file system. Referencing .NET assemblies that are downloaded from the web server can be done easily using the <OBJECT> tag. However, using assemblies from the file Read More
posted Tuesday, September 16, 2003 8:29 PM with 0 Comments


Powered by Community Server, by Telligent Systems