Andrej Tozon's blog
In the Attic
This Blog
Email
Syndication
Main RSS Feed
Search
Go
Navigation
Home
Blogs
Links
ANT Andrej Tozon s.p.
My old blog
SLODUG
Slogroll
Miha Markič
Matija Lah
Matevž Gačnik
Dejan Sarka
David Vidmar
Andrej Tozon
Tags
Anthology
ASP.NET
Community
Development
Expression
Layout
Personal
Photo / Travel
Silverlight
Software
Tech
User Experience
Windows Forms
Windows Vista
WPF
Recent Posts
Integrating Silverlight with Community Server 2008.5
PDC is over
Let there be Light!
Developing for ASP.NET mobile
Until we meet again...
Archives
November 2008 (2)
October 2008 (1)
September 2008 (1)
August 2008 (8)
July 2008 (4)
May 2008 (1)
April 2008 (1)
March 2008 (5)
February 2008 (8)
January 2008 (6)
December 2007 (1)
November 2007 (6)
October 2007 (5)
August 2007 (3)
June 2007 (2)
May 2007 (5)
April 2007 (4)
March 2007 (8)
February 2007 (4)
January 2007 (3)
December 2006 (9)
November 2006 (4)
September 2006 (4)
August 2006 (8)
July 2006 (1)
June 2006 (4)
May 2006 (11)
April 2006 (6)
March 2006 (2)
February 2006 (6)
January 2006 (5)
December 2005 (8)
November 2005 (8)
October 2005 (3)
September 2005 (2)
August 2005 (6)
July 2005 (3)
June 2005 (1)
May 2005 (2)
April 2005 (1)
February 2005 (1)
January 2005 (2)
December 2004 (1)
October 2004 (2)
September 2004 (7)
August 2004 (8)
July 2004 (3)
June 2004 (2)
Browse by Tags
All Tags
»
User Experience
(RSS)
Development
Expression
Layout
Software
WPF
Friday, August 15, 2008 3:28 PM
Creating splash screens with Expression Designer
Did you know you can create cool looking splash screens for your WPF application right there with the Expression Designer ? Of course you did. Expression Designer provides you with all you need to create free-shaped, part-transparent, drop-shadowed graphics
Posted by
Andrej Tozon
|
0 Comments
Filed under:
Development
,
WPF
,
Expression
,
User Experience
Monday, August 11, 2008 2:03 PM
Splash Screen in WPF 3.5 SP1
Besides improving application startup time, .NET Framework 3.5 SP1 also allows developers to add a splash screen to WPF applications. The splash screen is shown using native code, even before WPF application starts to load. In reality this means the splash
Posted by
Andrej Tozon
|
10 Comments
Filed under:
Software
,
WPF
,
User Experience
Thursday, July 31, 2008 6:21 PM
Label.Target Pt.2: The return of the (not so) attached property
Following my previous example , this is another experiment with the Label.Target property. Suppose you want to restrict user’s progression with data input on a form by disabling some crucial input fields, which input depends on some other fields on the
Posted by
Andrej Tozon
|
0 Comments
Filed under:
Development
,
Layout
,
WPF
,
User Experience
Tuesday, July 29, 2008 4:43 PM
Label.TargetProperty as a Source
One of probably most underused features in windows desktop UI development world is got to be the use of a Label as an accessor to its pair control. I rarely see developers using this possibility to enhance keyboard UI navigation. A couple of things changed
Posted by
Andrej Tozon
|
2 Comments
Filed under:
Development
,
Layout
,
WPF
,
User Experience
Friday, July 25, 2008 4:54 PM
Do it with Style!
In my previous post I've shown how to create a named brush resource in WPF, which can be used and reused through whole application. Although I gave a brush a meaningful name (WindowBackgroundBrush), it can as well be used to paint areas other than
Posted by
Andrej Tozon
|
2 Comments
Filed under:
Development
,
WPF
,
User Experience
Wednesday, July 23, 2008 6:26 AM
In the beginning, it was Black
This is the first post of what I would like to believe will be a series of thoughts on creating a good User Experience with Windows Presentation Foundation. I have no idea where this will take me, but I'll start with a color. You like black? We've got
Posted by
Andrej Tozon
|
1 Comments
Filed under:
Development
,
WPF
,
User Experience