Hi,
What's your progamming language?
Quote:
|
1.when I resize the container the Map doesn't change its size. How to change it?
|
Uselly the container is a part of your windows, and your can manage to change its coordinates programmatically.
Some other languages like mine does it automatically. Just look at the properties of your Container and see if there is no options concerning
anchors.
If you don't have anchor properties, I've seen somewhere that you have to resize your container as large as possible in the beginning?
Quote:
|
2. is it possible to add toolbars (e.g. sizing and location)? I know how to make them visible/invisible
|
You can add Mappoint toolbars, after laoding Mappoint with these commands
Code:
MapPointControl1.Toolbars.Item(1).Visible = True
MapPointControl1.oolbars.Item(2).Visible = True
MapPointControl1.Toolbars.Item(3).Visible = True
MapPointControl1.Toolbars.Item(4).Visible = True
Welcome in the Mappoint forum. If you visit it sometimes, I am sure you will be a specialist in a couple of weeks.