Hi,
I've created a C# winform that shows the ShowFindDialog-dialog:
objMap.ShowFindDialog( Address, new MapPoint.GeoFindState(),(int)this.Handle, true);
However, if I click the mouse on the parent form a couple of times (like 15 times, fast), one click is caught by that Form and the code after this line is executed whilst the dialog is still open. This is obviously very bad, and causes exceptions later in the code. Has anybody experienced similar problems and perhaps a work around for this?
Loek