Why if I add a textbox manually can I make the line colour "No Line", but what I assume is the VB equivalent
objMap.Shapes.AddTextbox ObjCenter, 40, 20
i = i + 1
objMap.Shapes.Item(i).Line.Visible = False
Doesn't hide the line.
Is ther any way of making the text box "Fit" the text. It seems that the box is twice the size of the text resulting in overlapping boxes.
How do I design a custom Pushpin (Smaller circle than on the standard pushpin selection)