Delphi: SW_HIDE doesn't work anymore?
- by www.yegorov-p.ru
I have to run some other application from my program and hide it's form. In Windows XP it was easy:
ShellExecute(Handle, 'open', 'foo.exe', nil, nil,SW_HIDE);
But it seems that it doesn't work anymore in Vista and win7.