¡@

Home 

c++ Programming Glossary: setactivewindow

Win32 SetForegroundWindow unreliable

http://stackoverflow.com/questions/3772233/win32-setforegroundwindow-unreliable

SWP_NOSIZE My second attempt was SetForegroundWindow hApp SetActiveWindow hApp SetFocus hApp my third attempt DWORD dwThreadID GetWindowThreadProcessId.. GetCurrentThreadId true SetForegroundWindow hApp SetActiveWindow hApp SetFocus hApp AttachThreadInput dwThreadID GetCurrentThreadId.. NULL NULL SWP_NOMOVE SWP_NOSIZE SetForegroundWindow hApp SetActiveWindow hApp SetFocus hApp AttachThreadInput dwThreadID GetCurrentThreadId..

Win32: Bring a window to top

http://stackoverflow.com/questions/916259/win32-bring-a-window-to-top

SWP_NOMOVE hwnd2 always on top not what I want SetActiveWindow hwnd2 doesn't work too for replying to Magnus Skog thanks SwitchToThisWindow..