Reputation: 73
Wndclass requires a menu with lpsz type. It can be assigned using resources - for example makeIntResource(). How can I assign a menu created using createMenu()? It returns HMENU.
Upvotes: 1
Views: 271
Reputation: 5582
Call SetMenu and pass it your HWND and HMENU.