I created a small app in C# that removes border and caption from window, then it sets size to the user\'s resolution and centers it. It\'s a utility for me to use when I want to play games in windowed
I have a window with a so开发者_JAVA百科lid border around it. How can I remove the border (all of the non-client area) by using SetWindowLong and GetWindowLong?In C/C++