Dami Master Cheater
Reputation: 0
Joined: 23 Oct 2006 Posts: 336
|
Posted: Sun May 23, 2010 2:38 am Post subject: {Solved}[Win 32 C++] Dialog menu issue |
|
|
When creating a dialog box, and setting it to use menu made in VS, the menu does not accept mouse clicks at all, nor does menu visualisations respond to hovering mouse...
Only way to get something from menu selected is to press ALT, and then going with mouse for w/e i might choose from it.
But if i create the window with CreateWindow in code, there is no issues with menu at all.
How does one get menu to work for a dialog?
Edit: Got it solved.
Apparently my callback had a bad return at the default case causing the error~
|
|