I\'m developing a c++ application for windows. I\'m using win32 API. I have a very simple question, which i couldn\'t find an answer to. How can i open a window without a ti
SetWindowLong(hWnd, GWL_EXSTYLE, WS_EX_TOOLWINDOW);