Welcome to MSDN Blogs Sign in | Join | Help

Lester's WPF blog


Simple, easy & beautiful

August 2007 - Posts

3.5 features: Viewport2DVisual3D
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... < Viewport2DVisual3D x:Name = " vp2d_multiple_children Read More...
Live search in a Silverlight avatar
Try out tafiti.com ... Not heard of it... its a new search site from Microsoft which provides Live search results in a Silverlight interface... The site is in beta but it shows the power of Silverlight.. You would need to install the Release candidate Read More...
3.5 features: Addins
In 3.0, we received a number of queries regarding creating plugins. So in 3.5 we got this in .. :) .. Creating an adding would bsically need the use of 3 dlls - System.Addin, System.Addin.Contract, System.Presentation The basic steps to create the addins Read More...
3.5 Features: Enabled hyperlinks in RichTextBox
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 hyperlink navigation working. < RichTextBox Read More...
3.5 features: Filtering text with IME languages
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 associated with IME input - TextInputStart/Update/input... Read More...
Page view tracker