-
as seen on Super User
- Search for 'Super User'
Hi,
I am using Windows 7 on my laptop.
At the office, I have a dual monitor setup through my docking station while at home or during meetings I use my laptop with its single monitor.
Whenever I move between these two setups, Windows 7 plays with the location of the gadgets I have and I need to rearrange…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For my first windows gadget I'm trying to make one that displays the current time and date. The code below is what I have, but I can't figure out why the javascript is not running. Any ideas?
<html>
<head>
http-equiv="Content-Type" content="text/html; charset=Unicode" />
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I have developed a windows sidebar gadget which plays videos in a flash player, It works in vista home basic(32-bit OS) but doesn't work in vista home premium(64-bit OS). I use Flash Player 9 and Actionscript 3.0. Can anyone help me Please.
***This is the html content for the player***
<object…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In the main gadget html, there is a div with an onclick that calls this method in the Gadget script file:
ShowFlyout = function()
{
System.Gadget.Flyout.show = true;
var flyoutDoc = System.Gadget.Flyout.document;
var mainFlyoutDiv = flyoutDoc.getElementById('divFlyout');
mainFlyoutDiv…
>>> More