EnableExplicit RunProgram("notepad.exe") Delay(2000) SetWindowPos_(FindWindow_("notepad",#Null),#HWND_TOPMOST,0,0,0,0,#SWP_NOMOVE|#SWP_NOSIZE) MessageRequester("","Der Notepad ist ab jetzt immer im Vordergrund.",0)