MAKE A SIMPLE WINDOWS 7 Have you ever wanted to make your own - TopicsExpress



          

MAKE A SIMPLE WINDOWS 7 Have you ever wanted to make your own windows 7 gadget? Well its very easy. Just follow the steps to make a demo gadget. Step 1: Make a new folder on your desktop and rename it GadgetName.gadget Replace the GadgetName with the name of your gadget. In this demo rename it NXClock.gadget Step 2: Save the following code as GadgetName.html into the folder. In this case name the file as NXClock.html CODE: input {font-size: 45; text-align: center;} Sub Window_OnLoad document.body.style.width = 202 document.body.style.height = 82 document.body.style.margin = 0 End Sub Function StartTime box.value = time Junk = SetTimeOut("StartTime()", 500) End Function
Posted on: Mon, 30 Sep 2013 07:39:17 +0000

Trending Topics



Recently Viewed Topics




© 2015