Thread: Toolbar event?
View Single Post

  #1 (permalink)  
Old 07-23-2008
joerg3011 joerg3011 is offline
Junior Member
White Belt
 
Join Date: Jul 2008
Posts: 2
Toolbar event?

Hi,

I have a Windows Application with Mappoint embedded in one panel, and virtual earth in another panel. I have implemented some code to control Mappoint and VE synchronous, for example when I zoom or pan in Mappoint, VE zooms and pans synchronous and the other way round.

My problem is, I need to set a flag, which program has the control to avoid a infinite loop and therefore need a event for Mappoint that is fired 100%, when I´m working with it. AfterRedraw and AfterViewChange aren´t applicable for it, because they are even fired, when I change sth via VE. The best results I got with MouseMove, but have still the problem, that I can´t find any event that is fired when I click on zoom in/out at the toolbar.

So I need a event that is fired, when the mouse moves over the toolbar or sth at the toolbar is clicked.

Hope somebody can help me.

Regards Jörg

Last edited by joerg3011; 07-23-2008 at 04:08 AM.
Reply With Quote