P
Przemek
Hi.
I've got a little not typical problem right here.
I would like to open using InternetExplorer ("iexplore.exe") my link from my
application. I do it like that:
System:iagnostics:rocess::Start(S"iexplorer.exe", S"www.wp.pl");
And it works, but problem is - I have to check does "iexplote.exe" (or other
Web Browser) exist. I do it like that:
if(System::IO::File::Exists(S"iexplorer.exe") == true)
{
....
}
and it doesn't work - because "iexplorer.exe" isn't located in local folder
but is declarated as global in system (global example: using CMD check
"iexplorer.exe www.wp.pl" - this page starts correct).
How can I get true/false does this exe file exist, using name of web browser
executable file? ("iexplore.exe" or others execs) declarated as global ?
Good day, thx for wrote.
I've got a little not typical problem right here.
I would like to open using InternetExplorer ("iexplore.exe") my link from my
application. I do it like that:
System:iagnostics:rocess::Start(S"iexplorer.exe", S"www.wp.pl");
And it works, but problem is - I have to check does "iexplote.exe" (or other
Web Browser) exist. I do it like that:
if(System::IO::File::Exists(S"iexplorer.exe") == true)
{
....
}
and it doesn't work - because "iexplorer.exe" isn't located in local folder
but is declarated as global in system (global example: using CMD check
"iexplorer.exe www.wp.pl" - this page starts correct).
How can I get true/false does this exe file exist, using name of web browser
executable file? ("iexplore.exe" or others execs) declarated as global ?
Good day, thx for wrote.