All,
How can I set these property using FWH ActiveX?
Using xHarbour I can do:
oMapPoint:Toolbars:Item("Standard"):Visible := .T.
oMapPoint:Toolbars:Item("Navigation"):Visible := .T.
oMapPoint:Toolbars:Item("Drawing"):Visible := .T.
oMapPoint:Toolbars:Item("Location and Scale"):Visible := .T.
where oMapPoint is the activex object.
Thanks,
Randal Ferguson