DCSIMG
Silverlight 1.1 - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » Silverlight 1.1 (RSS)

How To Handle RightClick Mouse Event in Silverlight

Ever tried to get right click event from Silverlight and always got this? Today I'll give 5 minutes recipe of how to get rid of this "Silverlight Configuration" popup and receive right click mouse events in manage code. Lets make default "New Silverlight Project". Well, first of all, lets do some XAML - my page will be very simple: < Canvas x:Name ="parentCanvas" xmlns ="http://schemas.microsoft.com/client/2007" xmlns:x ="http://schemas.microsoft...

Silverlight 1.1 Developer Reference Chart

Full resolution image is here
Posted by Alex Golesh | with no comments

Silverlight and JavaScript interoperability - it's really simple

I'd like to answer on one of very frequent question I've been asked by great many developers, which playing with Silverlight v1.1 Alpha. So, how one can execute managed code from JavaScript, and how JavaScript can get notification (event) from Silverlight (and possibly lunch some JavaScript functionality)? Well, it's pretty simple. First, lets create Silverlight project (I'm using Visual Studio 2008 with Silverlight tools for Visual Studio 2008 installed). Well... After creating the...