|
-
September 30th, 2010, 10:49 AM
#1
[WM6.5] How to show/hide menu automatically
Hi All,
I have a application.
In which, I will show a message box when receive a specify message. And this message box should is TopMost.
It work fine except when user click show menu, my message box will show under this menu.
I had tried to use some code to hide my menu or set top for my messagebox:
ex:
ShowWindow(hMenu,SW_HIDE);
SetForeground(hMessagebox)
SendMessage(hMenu,WM_COMMAND,0,0);
...
But notthing happen.
I need it urgently. Thanks for any solution.
My English is very bad. So tell me if Something I talked make u confuse.
My Ebook Store: www.coding.vn/book.php
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
|