views:

6037

answers:

5

How can I write gadgets for the Windows 7 desktop using C# and Visual Studio 2008? I'm looking for tutorials and resources on that topic.

+1  A: 

Hello,

I have not tried it myself, but this might help:

http://www.codeproject.com/KB/gadgets/RunVistaGadget2.aspx

Cheers, Andreas

aschoenebeck
Good stuff, thanks!
George2
Hi, this is not a tutorial about how to write gadgets, but how to write a plug-in for VSTS to develop gadgets. Any turorials about how to develop gadgets for recommendation?
George2
A: 

Why not just visit the site or ping it? You don't need a whole gadget for that do you?

C Bauer
THose are both active tasks, I think the OP wants a passive indication
Jeff Yates
I just want to do some fancy.
George2
Hi Jeff, I just want to let the gadgets to display whether it is working or not at realtime continuously on my desktop, like some gadgets show stock information.
George2
I imagine that a "gadget" is really just a program that runs in a tiny window with a context menu, though I don't know that much about it for fact. I think that widget implementations are company-specific though, aren't they?
C Bauer
+1  A: 

Try Authoring Sidebar Gadgets in C#.

C# is not the only option. This detailed tutorial explains how to develop gadgets without C#. (Orginally gadgets were authored in a mix of XML, HTML, CSS, and some IE scripting language.)

How to get started with Windows 7 gadgets is a related Stack Overflow question that may also provide additional information.

Leftium
A: 

Hello , I want to develop a google wave gadget....can anyone give complete step step details for how to proceed.. i wish to write it using C # if dats poss or u suggest..

Thank You.

Regards,

Ryuzaki

Ryuzaki
Please create your own question for this.
Daniel May
+1  A: 

Gadget-creation, calling your .NET-code via Interop: http://www.codeproject.com/KB/gadgets/GadgetInterop.aspx

nice & powerful with good example

Steav
Also:Visual-Studio Solution-Example for a Silverlight-Gadget:http://www.lazarciuc.ro/ioan/2008/08/02/creating-a-vista-sidebar-gadget-using-microsoft-silverlight/very tricky, but enables you to design your gadget with silverlight.
Steav