Anonymous
06-27-2003, 05:46 AM
Hi,
I'm just starting out with MP under Delphi. I've got the type library imported and I'm using it as follows...
MyMap := TMapPointMap.Create( self );
....
Windows.SetParent(MapPointHandle, MapPanel.Handle);
All good so far, it displays within my application form, address/directions finding etc all work fine. My one problem is the Mappoint main menu. I can switch off all the tool bars and panes etc, but can't for the life of me find anything to hide the Mappoint main menu.
Any suggestions / pointers?
Regards
Bill
I'm just starting out with MP under Delphi. I've got the type library imported and I'm using it as follows...
MyMap := TMapPointMap.Create( self );
....
Windows.SetParent(MapPointHandle, MapPanel.Handle);
All good so far, it displays within my application form, address/directions finding etc all work fine. My one problem is the Mappoint main menu. I can switch off all the tool bars and panes etc, but can't for the life of me find anything to hide the Mappoint main menu.
Any suggestions / pointers?
Regards
Bill