![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
Lester's WPF blog - Apr 7, 2008
On the forums I saw this interesting problem where there was a need to round the corners of a stackpanel inside a border with cornerradius set... The top is what you get and the bottom image is what you want. The …
Also tagged: wpf, wpf samples, net 3 5
Lester's WPF blog - Mar 26, 2008
I got a couple of queries from the readers asking if I could provide a slightly non-trivial sample of using automation. So I created a split button user control which looks something like this If there are no items …
Also tagged: wpf, net 3 0, wpf samples, net 3 5
Lester's WPF blog - Mar 10, 2008
Earlier on I had written an app, BlogPadm which was fulltrust and the writer used Google Data API to write the content to Blogger.com. However, when you create an xbap version of it, a problem arises in that you cannot …
Also tagged: wpf, net 3 0, wpf samples, net 3 5
Lester's WPF blog - Jan 25, 2008
A month ago, I was browsing through different blogs and came across Denis Vuyka's blog post on connecting objects on the canvas... Nice post... Being an avid fan of mind maps, that was the natural extension to the …
Also tagged: wpf, net 3 0, wpf samples, net 3 5
Lester's WPF blog - Oct 31, 2007
I recently came across a Hyperbolic tree implementation on codeplex using WPF and thought that a nice usage of it could be in writing a mind map creating application.... I tweaked some of the original code and got a …
Also tagged: wpf, windows presentation foundation, microsoft, net 3 0, wpf samples, net 3 5
Lester's WPF blog - Oct 5, 2007
Now thats what I call WOW ... For .NET developers this is like getting hold of the holy grail :) ... "We'll begin by offering the source code (with source file comments included) for the .NET Base Class Libraries …
Lester's WPF blog - Sep 6, 2007
One question that often pops up among WPF app developers is UI testing... WPF enables this scenario through a new accessibility framework. Some useful resources from mdeavey's post Overview Using UI Automation UI Spy …
Also tagged: windows presentation foundation, microsoft, net 3 0, testing, net 3 5
Lester's WPF blog - Aug 30, 2007
Viewport2DVisual3D .... this new feature makes things a lot easier in the 3D world.. What this enables is putting interactive 2D on 3D. This makes things like having a textbox in 3D a breeze... < …
Also tagged: wpf, windows presentation foundation, microsoft, programming, net 3 0, wpf samples, net 3 5
Lester's WPF blog - Aug 9, 2007
hmmm... that was one often requested feature. So to enable hyperlinks in RichTextBox all that is needed is to set the property IsDocumentEnabled on the RichTextBox. Type the following in XamlPadX and you have the …
Also tagged: wpf, windows presentation foundation, microsoft, net 3 0, wpf samples, net 3 5
Lester's WPF blog - Aug 3, 2007
So 3.5 beta2 is out and it has quite a lot of features. So one of them is the filtering mechanism for IME languages. This was not a problem in the english and other non-IME languages. The problems were the events …
Also tagged: wpf, microsoft, programming, net 3 5