Well you cannot fire events but you could create a periodic call to a function in your gadget which then checks if an event is active and handle it - basic polling. Just be sure to keep the interval high enough to not eat up too much CPU and slow down the users machine.
Benjamin On Jan 16, 6:09 am, Alok <[email protected]> wrote: > Hi there, > I am developing an application in which my Google Gadget works as a > client and sends and receives data to/from server program using > WinSock programming.I have used the Hybrid gadget programming using > which my gadget communicates with a ATL Dll which has methods for > Winsock client to communiate with Winsock server.I have achieved this > purpose but what i want exactly is that when the server sends data > back to my client Winsock program, i want to notify it to my Gadget.I > read a few forums in which i read its not possible to fire events from > ATL /COM to Google gadgets. Please i am in urgent need of a solution. > Regards Alok. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
