Andrei's blog
sharing coding bits
Sunday, October 30, 2011
Merged Dictionaries with ResourceDictionary set to linked XAML
›
As you know, you can add a linked XAML file using "Add as link" feature from "Add file" in Visual studio. I created a fo...
Sunday, June 12, 2011
Set focus to Silverlight application and to a scrollviewer content
›
First, when the webbrowser is displaying the Silverlight app, the HTML element of the Silverlight plugin(object tag) might not have the focu...
Wednesday, January 19, 2011
ICollectionView and CollectionViewSource
›
Very good sources for these two: http://marlongrech.wordpress.com/2008/11/22/icollectionview-explained/ http://omniscientist.net/?p=187 http...
Thursday, November 05, 2009
Removing path point tangent in Expression Blend
›
I had situations went I wanted to remove the corner roundness of path points. For instance, you have a path created from a rectangle with co...
Wednesday, November 26, 2008
DataGrid custom sorting
›
As you know DataGrid can sort your items by default when column headers are clicked. You can however implement your own custom sorting. Whe...
Tuesday, September 16, 2008
Extract all files from MSI
›
msiexec /a msifilepath /qb TARGETDIR=folderpath Example: msiexec /a c:\testfile.msi /qb TARGETDIR="c:\my test\"
Wednesday, July 30, 2008
'AG_E_RUNTIME_METHOD : Begin' error when starting a storyboard
›
Before starting animation, always make sure that animation objects and objects participating in the animation are added to the application...
‹
›
Home
View web version