Answer the question
In order to leave comments, you need to log in
Create a window with the correct display of the title?
if (!(hwnd = CreateWindowEx(dwexstyle, reinterpret_cast<LPCWSTR>("My Window"), reinterpret_cast<LPCWSTR>(title), WS_CLIPSIBLINGS | WS_CLIPCHILDREN | dwstyle, 0, 0, windowrect->right - windowrect->left+menuwidth, windowrect->bottom - windowrect->top + menuheight, 0, 0, hinstance, 0)))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question