Using Advanced Properties section. This will allow you to always have the program run as an administrator when you open it. Windows 7...
Showing posts with label WPF. Show all posts
Showing posts with label WPF. Show all posts
Saturday, August 15, 2015
WPF RichTextBox
The RichTextBox control allows you to view and edit text, paragraph, images, tables, other rich text format contents. The RichTextBox...
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...
Wednesday, May 29, 2013
FREE Metro Light and Dark Themes for WPF and Silverlight Microsoft Controls
The quest for a good application theme never ends. You spend hours scouring the realms of Google and Bing looking for a clean, modern, a...
Wednesday, January 16, 2013
Internals of Dependency Property in WPF
WPF introduces new property system to us. Every WPF objects that is inherited from DependencyObject inherently supports Dependency prope...
Tangrams in WPF
Tangram is a popular Chinese game, where a player is given with set of blocks and asked to form a specific shape (given an outline), the...
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. ...
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...
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...
Saturday, November 17, 2012
XAMLflix presents RadPivotGrid for WPF and Silverlight
As you may have read in the latest issue of the Telerik Newsletter, we are proud to announce a brand new XAMLFlix episode on RadPivotGrid...
Sunday, November 11, 2012
Anagrams2 - A Simple WPF Game Application
It's a simple word game that allowed the user to find anagrams within a scrambled word, awarding Scrabble-based points and extra tim...
Monday, October 22, 2012
Keyboard input and TAB navigation between WPF controls in a Win32 application
It is possible to host WPF controls in a Win32 application, and the other way around, but because of the differences betweeb these techno...
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...
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...
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 ...
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...
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...
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...
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...
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...