Results 1 to 3 of 3

Thread: API Menu

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Location
    l
    Posts
    13

    Post

    I have a problem. I build a vb menu with api. The only problem is that when I minimize the form, the menu suddenly is gone. Does anybody know the solution to this problem ?

    Thanks
    Erwin
    Fdk Software
    [email protected]

    ------------------

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    It's probably happening because someplace in your code you make the menu invisible. Add a watch statement that follows MyForm.MyMenu.Visible and breaks when it changes.

    ------------------
    Marty

  3. #3
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Post

    You need to call SetMenu every time your form shows.

    ------------------
    Yonatan
    Teenage Programmer
    E-Mail: [email protected]
    ICQ: 19552879
    AIM: RYoni69

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