LucieLastic
Programmer
hi
I can run Internet Explorer using CreateProcess but how can I pass a URL to it (in the var Exeline) so it displays a specific web page when it's run?
Exeline := 'C:\Program Files\Internet Explorer\IEXPLORE.EXE';
if not CreateProcess(Pchar(exeline), nil,nil,nil,false,
NORMAL_PRIORITY_CLASS, nil,nil,Startupinfo, processinfo) then ...
many thanks for help
lou
I can run Internet Explorer using CreateProcess but how can I pass a URL to it (in the var Exeline) so it displays a specific web page when it's run?
Exeline := 'C:\Program Files\Internet Explorer\IEXPLORE.EXE';
if not CreateProcess(Pchar(exeline), nil,nil,nil,false,
NORMAL_PRIORITY_CLASS, nil,nil,Startupinfo, processinfo) then ...
many thanks for help
lou