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