I am trying to determine a window control\'s visibility that has been hidden or enabled with CWnd::ShowWindow(). (or ::ShowWindow(hWnd,nCmdShow))
I cannot simply use
Call GetWindowLong( handle, GWL_STYLE), check the returned value for WS_VISIBLE style presence.
GetWindowLong( handle, GWL_STYLE)