LoneRanger123
Programmer
I have this code...
ShellExecute(0,"open","C:\\Program Files\\Internet Explorer\\iexplore.exe",NULL,NULL,0);
now, that compiles okay, but when i run it it doesnt do anything... iexplore.exe doesnt run.
I have XP, and my m8 has 2k, and it dont work for him either, is that why? and if so what other commands can I use, I want it to run seperate from my program, and I dont want my program to wait for a response or anything.
its set after a button click so I know it is ran
ShellExecute(0,"open","C:\\Program Files\\Internet Explorer\\iexplore.exe",NULL,NULL,0);
now, that compiles okay, but when i run it it doesnt do anything... iexplore.exe doesnt run.
I have XP, and my m8 has 2k, and it dont work for him either, is that why? and if so what other commands can I use, I want it to run seperate from my program, and I dont want my program to wait for a response or anything.
its set after a button click so I know it is ran