Map Event queue not cleared after FireEvent call
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi cp-users, I hope this is the correct message board to post this message... I've a problem with Event Queue in my ActiveX Control. I'have generated some method to fire events to javascript. When I call MFC FireEvent (with same eventid) several time, javascript function is not called only one time per call but for the number of foregoing calls + 1. I suppose that I must clear the event queue manually but I don't have found any documentation in MSDN... Thanks for all suggestion Carlo