Can you add a question mark button to a WINDOW's caption bar and if yes how?
Thanks in advance
Otto
Can you add a question mark button to a WINDOW's caption bar and if yes how?
Thanks in advance
Otto
Hello, Otto!
It has to be something like:
SetWindowLong( oWnd:hWnd, GWL_EXSTYLE, nOr( GetWindowLong( oWnd:hWnd, GWL_EXSTYLE ), WS_EX_CONTEXTHELP ) )
But for me it's also doesn' work... I can't understand the reason...
I know that for some reason, microsoft has decided that WS_EX_CONTEXTHELP (the question-mark
box) and WS_MINIMIZEBOX / WS_MAXIMIZEBOX aren't allowed to coexist in the same title bar.
This is by design.