Registriert seit: 24. Feb 2003
Ort: Graz (A)
705 Beiträge
Delphi 7 Enterprise
|
Re: Mainmenu auf TPanel?
30. Sep 2003, 16:38
Hallo,
Dein Wunsch dürfte so nicht gehen:
Zitat:
>i want to give my app a special look, and for that reason i need to show
>the mainmenu in a different place, i.e. to have a Panel as its parent
>instead of the main form. what is the easiest way to achieve this?
Don't use a menu.
Windows draws the main menu at a specific location. If you need a menu
to be displayed at a different location, you'll have to use something
that looks like a menu. You can download TMenuBar from Borland's web
site ( http://www.borland.com/devsupport/delphi/downloads/) or use a
third party component.
---
Yorai Aminov (TeamB)
Armin P. Pressler
BEGIN
...real programmers are using C/C++ - smart developers Delphi;
END;
|