The menu of my application is stuck on the right hand side of the window and i can't move it.
Does anybody knows how to put it back on the left side ?
Printable View
The menu of my application is stuck on the right hand side of the window and i can't move it.
Does anybody knows how to put it back on the left side ?
Hi,
Your menu might me right justified because MFC thinks this is a Help menu. You can change the properties of your popup menu by selecting the offending item when editing the menu and unchecking the "Help" option in the properties for that item. This should then cause the menu to be left justified as normal.
HTH
Roger Allen