View Single Post

  #1 (permalink)  
Old 12-03-2001
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
I am trying to use the Mappoint in my application developing in VC++ . i inserted the ActiveX control in a dialogbox.But Problem is that. for the first time My mouse pointer crass the container boundary it a crash occur. if i ignore the Message.Mappoint ActiveX control works fine for the rest life of the program. If i try to debug the application and found that it crashed in the COleControlContainer::OnUIActivate(...)
Becouse ASSERT( m_PSiteUIActive==NULL) fails.
I will be thankfull for your any positive response.
Reply With Quote