Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
Exchange Links About this site Links to us 
|
TCoolbar in MDI application
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
I need a working toolbar.. I have problems with the TCoolbar in my MDI application.
Answer:
The main menu cannot be a coolbar. Inprise has released a menubar component, it's free - get it at
http://www.borland.com/devsupport/delphi/download_files/menubar.zip
This free component will give you the basic toolbar menu. Note that a toolbar menu does not work well in an MDI frame window, since the MDI subsystem has no idea that it's there, it can only handle a standard menu.
Comments:
|