Problem solved using the sentence below
HWND hWnd = GetActiveWindow();
howWindow(hWnd,SW_SHOW);
SetForegroundWindow(hWnd);
Type: Posts; User: wangjihang
Problem solved using the sentence below
HWND hWnd = GetActiveWindow();
howWindow(hWnd,SW_SHOW);
SetForegroundWindow(hWnd);
Hello,
I have a question about automatically switching from command window to my current OpenGL window. I have a program which first asks the user to choose several parameters then entering to...