Results 1 to 2 of 2

Thread: [RESOLVED] Menus

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    10

    Resolved [RESOLVED] Menus

    Is there any way you can use the same menu without writing it out on each form?.

    cheers

  2. #2
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: Menus

    Not like a static menu on the top left corner of your Form but as a popup menu:
    Code:
    PopupMenu frmSomeForm.mnuSomeMenu, , [x-coordinate], [y-coordinate]
    You can also set coordinates (like in example above).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width