Hello World Sample Gadget VBS
Demonstrates a simple Google Desktop Gadget in VBScript
Copyright (c) 2007 Google Inc. All Rights Reserved
http://desktop.google.com/
Hello World Sample Gadget VBS
Copyright (c) 2007 Google Inc. All Rights Reserved
This gadget displays the text 'Hello World' on top of a picture using the main.xml design file. If the text is clicked on, a message box will show up as an event. This project uses VBScript instead of JavaScript for scripting.
Hello World VBS!