Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top