[Wp7] Matrix Time Clock

Download now!

A simple matrix time clock with current data.

Created by an inspiration to my matrix clock on desk!
You can open it and watch clock all the night, it prevent your phone from sleep.
Enjoy.

[WP7] Open Url with Internet Explorer

How to call Internet Explorer to open a custom url!

[code lang=”csharp” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]WebBrowserTask ie = new WebBrowserTask();
ie.URL = "http://www.albertopasca.it";
ie.Show();[/code]