Lord_Fingle

Stories submitted by Lord_Fingle

Silverlight Mobile uses the Compact Framework Clr!(anoriginalidea.wordpress.com)

submitted by Lord_FingleLord_Fingle(35) 3 years, 6 months ago

It has been revealed at PDC2008 that Silverlight Mobile utilises the Compact Framework's CLR. It seems that Silverlight Mobile may even require the Compact Framework to be installed as a prerequisite. The article sources the information and provides links about where further information can be found. read more...

add a comment |category: |Views: 5

tags: another

Twittering using the Compact Framework(anoriginalidea.wordpress.com)

submitted by Lord_FingleLord_Fingle(35) 4 years ago

A simple example on doing a POST to the Twitter status update Api on the compact framework. This can be tricky in that the HTTPRequest object behaves a bit differently on the compact framework to the full framework. read more...

add a comment |category: |Views: 10

tags: another

Disabling the context menu in the .NET CF WebBrowser Control(anoriginalidea.wordpress.com)

submitted by Lord_FingleLord_Fingle(35) 4 years, 4 months ago

This article describes how to disable the context menu in the Compact Framework's WebBrowser control. Many functions such as this are not exposed directly on the control. A solution is provided that allows access to these funcitons. read more...

add a comment |category: |Views: 383

tags: another

Weird Science - Defining Winforms in XAML(anoriginalidea.wordpress.com)

submitted by Lord_FingleLord_Fingle(35) 4 years, 5 months ago

I've been experimenting with XAML and have discovered that it's possible to create Winforms using XAML. In the article there's some sample code and some reasons as to why this might be an interesting idea. read more...

add a comment |category: |Views: 13

tags: another