views:

486

answers:

5
+6  A: 

WPF would be a great place to start. you can make UIs in pure XAML without even touching C#

Here is an example of an "notification" implementation using WPF

Here are some reference links: http://en.wikipedia.org/wiki/Windows_Presentation_Foundation http://windowsclient.net/wpf/

Michael G
Very helpful too =)
Daniel S
+2  A: 

You should probably look into WPF (Windows Presentation Foundation) to design some of the nonstandard UI stuff.

However, I would recommend becoming familiar with UI design in general before diving into nonstandard stuff.

somacore
+2  A: 

Since you are starting from scratch, I would consider learning WPF rather than Winforms.

Here are two examples are a pop-up notifier in WPF:

Mitch Wheat
+11  A: 
Dale Halliwell
Precisely what I want :) Still gotta learn more C# though.
Daniel S
+2  A: 

WPF is Definitely what you are looking for if you want something like the image you provided. My project uses notification popups similar to that in the screenshot. Its really simple to get the wanted results after looking at a few samples of others who have done it. If you would like some help, you can send a message my way.

Michael