WELLCOME TO ADVMENU THE EASYST WAY TO MAKE COOL MENU!!!


In this text file i'll show you how to make more cool menu using TAdvMenu and Delphi:


1. HOW WORK TADVMENU
Just put a TAdvMenu component in a Delphi form, make a standard menu and put small bitmap using MenuBitmaps from Object Inspector (it's so easy...)

2. HOW TO MAKE A MORE VISUAL SYSTEM MENU
Turn true the SysMenuEffects property from Object Inpector, you'll see a more cool system menu in the form...

3. VISUALEFFECTS PROPERTY
Setting true the VisualEffects property from Object Inspector the menu will be more visual at the mouse event

4. HOW TO CHANGE A CAPTION OT A MENU LINE
Using standard Caption property Bitmap attached to a Menu will be hide... you can use instead the Caption method ot AdvMenu:
  AdvMenu.Caption(MenuItem1, 'This is only a text');

5. HOT TO ADD TMENUITEM AT RUN-TIME
AdvMenu.Add(SubItem, NewItem); //only with 0.95 or higher