View Single Post

  #4 (permalink)  
Old 08-06-2008
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Re: Mappoint and borland c++

Hi,

I think you use CBuilder. Possible the OnActivate is too soon. I should suggest to post a message to a custom message handler where you activate the form. or bring the mainForm->SendToBack();; in a custom message handler. You can experiment a little

If you find code in Delphi you can easy translate it to C++. There is only little syntax differences if you study it carefully. You can post here and I can help eventually if some things look strange to you.
Reply With Quote