Online Free Computer Tutorials.: WPF

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Showing posts with label WPF. Show all posts
Showing posts with label WPF. Show all posts

Saturday, August 15, 2015

How to Run Visual Studio as Administrator by default

Using Advanced Properties section. This will allow you to always have the program run as an administrator when you open it. Windows 7...
Read More

WPF RichTextBox

The RichTextBox control allows you to view and edit text, paragraph, images, tables, other rich text format contents. The RichTextBox...
Read More

Monday, June 3, 2013

RadOutlookBar for WPF

RadOutlookBar for WPF Introduction This article demonstrates one of interesting and most useful concept in Telerik Rad Controls for WPF Q...
Read More

Wednesday, January 16, 2013

Saturday, January 5, 2013

Globalization in WPF using ResourceDictionary

This article introduces how to run WPF application in difference languages. we will go through how to create multilingual application. ...
Read More

Monday, December 3, 2012

WCF in a stateful application (WPF/Silverlight)

This article looks into a possible solution for handling the Faulted state and Closure of a WCF service when being used in a stateful appli...
Read More

WPF Growl Notifications

Recently I needed to add growl notifications to one WPF project. I googled a bit and found Growl for Windows, it's fine but seems to mu...
Read More

Sunday, November 11, 2012

Monday, October 22, 2012

Thursday, August 30, 2012

Autocompletion with RichTextBox in WPF as Behavior

Often when creating documents you need to insert some of the top established collection items, which after using certain gestures are sug...
Read More

Monday, August 27, 2012

Visual Studio 2012 Metro Styles for WPF

Although there are still serious discussions about whether the "Metro" design concept from Microsoft is good or not, WPF develo...
Read More

Step by Step Creating UserControl : DataGridView With Paging

I have Created this UserControl for those who are looking for DataGridView paging functionality. So many times we are using DataGridView ...
Read More

NotifyIcon with WPF applications

NotifyIcon is an utility form System.Windows.Forms which can be used by any application to invoke the default notification from the syst...
Read More

Windows 8 & Data Binding. Part 4–Data Conversion

In Part 3 of this little mini-series on data binding in Windows 8 we looked at Element Binding. Today, we'll take a look at Data Conv...
Read More

First Look at Telerik RadNumericBox for Windows 8–HTML

Hello and welcome to the second part of our "Getting Started" with Telerik's Windows 8 UI Controls. In this post, we are go...
Read More

Thursday, August 9, 2012

Navigating Between Views in WPF and Prism

If you're creating loosely-coupled composable applications with Microsoft's WPF, Prism and Unity frameworks, as I described in my...
Read More

Wednesday, August 1, 2012

WPF Stylizing RowDefinitions & ColumnDefinitions

My favorite part of programming in WPF is the ease with which we compartmentalize the application components. Every Page or UserControl o...
Read More