Hide the help menu?
I'm trying to integrate DR with my app seemlessly and would like to make it seem more like it's built in, not a seperate app...
When I use a report.design() I'd like to change the aboutbox (to my app's about box) and change the title of the window
I think report1.Designer.cmdAbout.CustomAction = ... will change the aboutbox, but how about the window title?
Thanks,
- Anthony
When I use a report.design() I'd like to change the aboutbox (to my app's about box) and change the title of the window
I think report1.Designer.cmdAbout.CustomAction = ... will change the aboutbox, but how about the window title?
Thanks,
- Anthony
Comments
There is no way to change the title. If you need tight integration with your product, use FastReport.Net Professional with source code.
Config.DesignerSettings.Text = "My Designer - ";
I've got FastReport.Net Professional too [img]style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> - Anthony[/img]
I thought I could change the aboutbox but cmdAbout.Customaction is read only, can we override this somehow?
Or is it possible to completely hide the about option, or even the help menu?
Thanks,
- Anthony
You can hide the Help menu completely, or just the About item: