Hello everybody!
This might be a stupid question...:
I execute an external EXE File with this command:
code:
var objShell = new ActiveXObject("Shell.Application");
objShell.ShellExecute(MsgPlus.ScriptFilesPath + '\\app.exe', "", "", "open", 3);
What do I have to do, that this application doesn't start maximized?
Thank you very much!