HI,

I don't know to what extent this will help you can use send key method
which can be done via w script


example:

view on_open()
{
var n=new activexobject("WScript.Shell");
n.SendKeys"{SHIFT}{SHIFT}";
}

the above code will process shift key twice when the gadget loads

regards,
ajaykarthick.s

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to