Software FX Posted November 8, 2000 Report Share Posted November 8, 2000 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.