This works:

ProcessStartInfo startInfo = new ProcessStartInfo
("iexplore", "http://www.microsoft.com";);

startInfo.WorkingDirectory = "C:\\";

Process.Start(startInfo);


Thanks for the suggestions everyone!

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to