View Single Post

  #3 (permalink)  
Old 08-06-2008
simbi25 simbi25 is offline
Junior Member
White Belt
 
Join Date: Aug 2008
Posts: 4
Re: Mappoint and borland c++

Thx for your response a lot:

I try all, for example:

void __fastcall TformularioMapa::FormActivate(TObject *Sender)
{

this->BringToFront();
mainForm->SendToBack();
}

dont work, when i click in the secundary form, it go front and inmediatly the main go front of all again :S.

Maybe if i control the mappoint event i could fix all, zoom map and window problem, but i was looking for mappoints events control in c++ and i dont find any code, all in delphy or VB.
Reply With Quote