質問

I want to build a desktop gadget for Windows XP — something like Desktop Sidebar

Is it possible to develop an application using WPF/Silverlight in .NET that can behave as a gadget to display information from webservices?

OR

Please suggest any alternatives?

役に立ちましたか?

解決

Gadgets were introduced in Windows Vista, so they didn't exist in XP. You can write an application that implements similar functionality (although it will be more difficult because of the lack of OS support) using any Windows development language that supports WinXP.

他のヒント

You could check autoit (http://www.autoitscript.com) Maybe not the best solution but it works, i've made som widgets using that language (basic like)

It's very simple and they have good documentation as well

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top