Jump to content
Software FX Community

Re. Preventing display of the chart fx toolbars


Software FX

Recommended Posts

Hi,

Mr. Paul, I attached a complete VB project to explain you how to deactivate different menus and toldbars in ChartFX.

If you do not use VB6, the code is:

'No menubar, Contextmenu, toolbar

ChartFX1.ToolBarObj.Visible = False

ChartFX1.ContextMenus = False ' Also Hides the Toolbar

ChartFX1.MenuBar = False

'Doble Click.enable=false (menu)

ChartFX1.DblClk CHART_NONECLK, 0

'to turn the Data Editor off, the code is:

ChartFX1.DataEditor = False

Regards,

Percy Dyer

Boca Raton, FL. USA

Tech Support: (561) 392-2023, Ext. 207

-----Original Message-----

From: Paul Nailand [mailto:nailand@onaustralia.com.au]

Sent: Tuesday, November 07, 2000 8:35 AM

Posted To: General

Conversation: Preventing display of the chart fx toolbars

Subject: Preventing display of the chart fx toolbars

Hi

How can I prevent the user from ever getting to the chart fx toolbars. I

seem to able to call these up with a left double click in most cases.

thanks

paul

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...