|
-
Dec 7th, 1999, 06:11 PM
#1
Thread Starter
New Member
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]
------------------
-
Dec 7th, 1999, 11:22 PM
#2
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
-
Dec 7th, 1999, 11:27 PM
#3
Guru
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|