I\'m tr开发者_运维知识库ying to create a sidebar gadget without the use of Visual Studio. I\'ve looked around for ways to debug them, but everything says that the Visual Studio JIT debugger is the onl
I\'m trying to create a Windows sidebar gadget with JQuery and flot. When I run the gadget in FF the graph is plotted fine. But when I run it from the gadget, it doesn\'t work. I know the JQuery code
i have a problem with a variable for the flyout : var friendsUser = \"\"; var friendsMdp = \"\"; System.Gadget.Settings.write(\"variableName\", variableName);
Hi all.. I want to get some information from my database and show into my sidebar gadget (i am newbee on gadget coding). I tried many ways to do it but i didn\'t succeed yet.
Some fe开发者_高级运维atures I needed is not available in the Javascript API. Is it possible to use an external component (C++ or whatever) in a gadget? In particular, I\'d like to get a list of runni
I\'m trying to set up my environment for developing, debugging and deploying Windows Desktop Gadgets.I\'ve hit a bit of a roadblock in my project, where I can\'t run a build on my gadget when the conf
I am developing a windows 7 gadget.I am creating an activex object and loading the assembly.I am following the methodlogy mentioned here at codeproject (GadgetInterop). One of the tasks of the gadget
Do you need to write Windows Sidebar Gadgets in C#, or should I be able to write them in another language, for example Delphi?
Which is the preferred development language for Windows 7 gadgets? I know that a gadget uses Xml, Html, CSS and Script(Java/VB) but I need some adv开发者_如何学Pythonanced features such as:
I created a gadget that displays the feed from a website and displays it in the main window. If I click on one of the news I get the flyout window and it gives me more information.