D2006: How to disable the IDEs gradient toolbars
A newsgroup poster recently asked if he could disable the gradient toolbars for BDS 2006. Unfortunately this is not possible within the IDE but it is possible with a little bit of code.
This post will probably not format too well!
This post will probably not format too well!
- Save the code below in a unit called TBCAddIn.
- Create a New Win32 Package
- Add the TBCAddIn Unit to the Package
- Install the Package into the IDE
- Making the change configurable is an exercise left to the reader...
unit TBCAddIn; |
3 Comments:
Very useful code example! Thanks!
Isn't AppBuilder simply Application.MainForm? ;-)
Hi TOndrej,
More than one way to skin a cat :-)
Post a Comment
<< Home