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.
Hello,
I have not tried it myself, but this might help:
http://www.codeproject.com/KB/gadgets/RunVistaGadget2.aspx
Cheers, Andreas
Why not just visit the site or ping it? You don't need a whole gadget for that do you?
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.
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
Gadget-creation, calling your .NET-code via Interop: http://www.codeproject.com/KB/gadgets/GadgetInterop.aspx
nice & powerful with good example