Results 1 to 3 of 3

Thread: Menu

  1. #1

    Thread Starter
    Addicted Member Cbomb's Avatar
    Join Date
    Jul 1999
    Posts
    153

    Exclamation

    I have a borderless form. I create a menu in the editor and it automatically makes the form have a border. How do I stop that from happening? (I'm using the menu for a right-click popup)
    Thanks.
    Cbomb
    Techie

  2. #2
    Guest
    Set the Menu's visible property to False.
    Or create a second form with the menu on it and to call it:

    Code:
    PopupMenu Form2.MyPopUpMenu

  3. #3
    Guest
    You're better off making the menu invisible, because having a second Form strictly for that purpose would be a waste of memory.

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