Hi!
I am trying to run a hidden instance of netscape in backgrounf but it does not work
using:
inst&=shell("c:\...\netscape.exe",0)
It works fine with explorer but not with netscape.
Is there a way to force netscape to open hidden? I have also tried with
createprocess with the same results.
Thanks
------------------
Pedro Camargo
I am trying to run a hidden instance of netscape in backgrounf but it does not work
using:
inst&=shell("c:\...\netscape.exe",0)
It works fine with explorer but not with netscape.
Is there a way to force netscape to open hidden? I have also tried with
createprocess with the same results.
Thanks
------------------
Pedro Camargo
Comment