Microsoft Visual Studio 2010 Service Pack 1 out with list of new features and improvements. Now you can download the SP1 for Microsoft website.
Download VS 2010 SP1 from here http://www.microsoft.com/downloads/en/details.aspx?FamilyID=75568aa6-8107-475d-948a-ef22627e57a5&displaylang=en
VS 2010 SP1 Published Date : 3rd March 2011
Tips on installing Visual Studio 2010 SP1 http://weblogs.asp.net/jgalloway/archive/2011/03/09/tips-on-installing-visual-studio-2010-sp1.aspx
Here I just listed...
More
WPF
Windows 7 Taskbar Thumbnail Buttons in WPF
Take advantage of TaskbarItemInfo to show Windows 7 Taskbar Thumbnail Buttons in WPF.
In this post, I am going show how we show Taskbar Thumbnail Buttons for windows application. Just we need to take advantage of TaskbarItemInfo control to show option to control you application, when user mouse over on you application icon on taskbar it will show those options.
Please check with below image, so you will understand better.
And here is my code
XAML code :-
<Window x:Class="thumbnail_butt...
More