WPF / Silverlight

Sreejumon on August 24th, 2011

I have been using this code snippet for a while and I hope someone will find it useful.  If you want to get the handle of the root page in Windows Phone application from any user control, here you go. private static PhoneApplicationPage FindRootPage(FrameworkElement control) { if (control != null && !(control is PhoneApplicationPage)) { [...]

Continue reading about Get the root page from Windows Phone user control

Sreejumon on December 16th, 2009

We are planning to conduct the next K-MUG User group session on 19th Saturday.  More details can be located under event page of Kerala Microsoft Users Group (K-MUG) web site. Expecting your support!

Continue reading about K-MUG Session on 19th Saturday at Technopark, Trivandrum

Sreejumon on April 27th, 2008

The .NET Framework 3.5 Enhancements Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the .NET 3.5 Enhancement features including: ASP.NET MVC, ASP.NET Dynamic Data, ASP.NET AJAX History, ASP.NET Silverlight controls, ADO.NET Data Services and ADO.NET Entity Framework. Download

Continue reading about .NET 3.5 Enhancements Training Kit

Sreejumon on January 4th, 2008

WPF Localization can be achieved via the following steps. Add UICulture node to project file. ( <Project><PropertyGroup><UICulture>en-US</UICulture> … ) Create Localization IDs for the resources (msbuild /t:updateuid TestProj.csproj ) Create CSV file from en-US resource (LocBaml /parse TestProj.g.en-US.resources /out:en-US.csv) Create new satellite assembly (LocBaml /generate TestProj.resources.dll /trans:fr-CA.csv /cul:fr-CA)

Continue reading about WPF Localization using LocBaml

Sreejumon on December 16th, 2007

Silverlight v2.0 (previously known as Silverlight v1.1) public release will have the following new features. Rich Controls: The next Silverlight release will add support for core form controls (textbox, checkbox, radiobutton, etc), built-in layout management controls (StackPanel, Grid, etc), common functionality controls (TabControl, Slider, ScrollViewer, ProgressBar, etc) and data manipulation controls (DataGrid, etc). WPF UI [...]

Continue reading about Silverlight 2.0 beta in Q1 of 2008

Sreejumon on November 18th, 2007

Do you think Silverlight media features are built on top of Windows Media Player? The Silverlight browser plug-in is a separate component, independent of Windows Media Player. Silverlight is designed for delivery of cross-platform, cross-browser media experiences and rich interactive applications (RIAs) inside a Web browser combining audio, video, animation, overlays, and more. Windows Media [...]

Continue reading about Microsoft Silverlight and Windows Media Player?