Hybrid YesNoCancel Sample Gadget Demonstrates how to create a hybrid gadget Copyright (c) 2007 Google Inc. All Rights Reserved http://desktop.google.com/developer.html Hybrid YesNoCancel Sample Gadget Copyright (c) 2007 Google Inc. All Rights Reserved This gadget shows how to use hybrid gadgets. A hybrid gadget consists of a JavaScript main, but also includes precompiled native code. This can be useful for advanced functionality of a computer. In this sample, we are using the Windows API MessageBox to show a message box that has three buttons: Yes, No and Cancel. The result is returned as a string from the native code and displayed in JavaScript. Couldn't load DLL! Is this exciting?! You chose: Click Here!