G
G
Gokilla2018-02-20 22:49:19
C++ / C#
Gokilla, 2018-02-20 22:49:19

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)))

5a8c7b822b2a8564011433.jpeg
Let me explain, the name title is used for the title of the window char *title
What's the catch?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question