Browse by Tags
All Tags »
WPF (RSS)
Recently, I got a question whether there was any any information for migrating from Winforms to WPF. I put together a few links that might be helpful. http://msdn.microsoft.com/en-us/library/ms753178.aspx http://msdn.microsoft.com/en-us/library/ms747270.aspx
Read More...
Another post from Shree :) In my last post I showed an sample using IXamlNameResolver service provider. In this post I will introduce you to another new service provider in System.Xaml, the IAmbientPropertyProvider. IAmbientPropertyProvider enables access
Read More...
The title says it all.. This is question that pops up all the time. So its good to share out a document that lays it down. http://wpfslguidance.codeplex.com/
Read More...
Xaml is awesome. I am hearing lot of "yeah"s... So have you tried out the new System.Xaml stack in .NET 4.0. If you havent give it a shot. It new and improved ... One of the guys on the Xaml team is Shree and I finally got him to write a post on System.Xaml...
Read More...
Check out the WF/WPF integraion sample using the System.Xaml stack. " The sample demonstrates how to create an application that uses Windows Presentation Foundation (WPF) and Windows Workflow Foundation (WF) features in a single XAML document. To accomplish
Read More...
Recently, Tamir revealed an in-car assistant system having a WPF GUI. Thats how a navigation system should look like.. I want one :) Share this post
Read More...
GeoPlaces - This is a pretty cool app integrating several texhnologies - WPF/WCF/ADO/Virtual Earth API. The source code is on code project - so get your hands dirty with this code :) Share this post
Read More...
Did you check out Sonic... Its a pretty complex mp3 player by Sacha that "allows the users to specify the users music location(s) (Via App.Config) and then use some funky LINQ/IQueryProvider magic to work out what MP3s are available, and the use the ID3
Read More...
Now you asked for more controls and you got it!! We have got walkthroughs for the following features: WPF Toolkit: DataGrid Feature Walkthrough New! WPF Toolkit: Visual State Manager Overview New! Ribbon Feature Walkthrough New! WPF Toolkit: DatePicker
Read More...
Y'day I just read an interesting post of rendering xaml files with Server side WPF logic.. Got time.. take a look at Lurent's post here Share this post
Read More...
The Splashscreen feature was part of SP1. However, there was no VS template to get it done fast. We have now released the VS template for creating Splashscreens for your projects. EnJoi http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=14962
Read More...
One of the common requests from LOB customers has been the Datagrid control. Its not there is SP1 but we have released the CTP version of this control on Codeplex. check it out here: http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=14963
Read More...
Its been some time before my last post. Just catching my breath with a new addition to my family. :) The Composite Application Guidance aka PRISM for WPF 2008 has just been released. For those who havent heard of it : "The Composite Application Guidance
Read More...
One of the new controls is the WebBrowser... aha!! not the Winforms control.. we now have it in WPF. Functions supported by this control are: NavigateToString NavigateToStream Navigate GoBack GoForward In xaml it would look like something like this: <
Read More...
3 more features which go hand in hand are the: · ScrollViewer.IsDeferredScrollingEnabled · AlternationCount · IEditableCollectionView All the above have been used in a sample which looks like this - it supports add/delete/cancel (escape key) operations
Read More...