Why I don't see a question mark when I use WS_EX_CONTEXTHELP?
问题 I am learning WinAPI. MSDN: WS_EX_CONTEXTHELP The title bar of the window includes a question mark. When the user clicks the question mark, the cursor changes to a question mark with a pointer. If the user then clicks a child window, the child receives a WM_HELP message. The child window should pass the message to the parent window procedure, which should call the WinHelp function using the HELP_WM_HELP command. The Help application displays a pop-up window that typically contains help for