ShellExecute
-
Wofür ist genau das SW_Hide ?
In der MSDN steht:
SW_HIDE
Hides the window and activates another window.Welches andere Fenster wird da jetzt aktiviert ??
#include <windows> int main() { ShellExecute( 0, 0, "calc.exe", 0, 0, SW_HIDE ); system("PAUSE"); } //---------------------------------------------------------------------------
-
Hab es herausgefunden, sorry!
Mod pls closen