004
15.02.2007, 23:44 Uhr
LowFly
|
das hab ich schon versucht mit, sofern ich dich richtig versteh
Zitat von Verfasser: |
SetWindowPos(hWnd_Prog_b,HWND_BOTTOM,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE|SWP_NOACTIVATE); EnableWindow(hWnd_Prog_b,FALSE);
SetWindowPos(hWnd_Prog_a,HWND_TOP,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE); SetForegroundWindow(hWnd_Prog_a); SetActiveWindow(hWnd_Prog_a);
Sleep(2000);
SetWindowPos(hWnd_Prog_a,HWND_BOTTOM,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE|SWP_NOACTIVATE); EnableWindow(hWnd_Prog_a,FALSE); SetWindowPos(hWnd_Prog_b,HWND_TOP,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE|SWP_SHOWWINDOW); SetForegroundWindow(hWnd_Prog_b); SetActiveWindow(hWnd_Prog_b); EnableWindow(hWnd_Prog_b,TRUE);
|
leider klapt das nicht das geht bei mir nur wenn ich das über die tasten mach oder was meinst du mit ausblenden. |