Delphi: SW_HIDE doesn't work anymore?
Posted
by www.yegorov-p.ru
on Stack Overflow
See other posts from Stack Overflow
or by www.yegorov-p.ru
Published on 2010-03-21T22:06:09Z
Indexed on
2010/03/21
22:11 UTC
Read the original article
Hit count: 276
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.
© Stack Overflow or respective owner