Forum posts for opera.exe

opening browser using a get method url

I'm trying to open the default web browser from my application, so far I'm using:

Process.Start('view.html');


And it works, but what if I want to open the browser with an url like: 'view.html?var=something'

using the Process.Start trows a file not found error and I cant find a way to tell it to open still the file but with the get method specified.

thanks for the help

EDIT:

Done it in this way:

String browserStr = Path.GetFullPath(Config.PAGE_LOCAL_URL) + _p;
Process.Start('opera.exe', browserStr).WaitForInputIdle();


Anyway, there is a way to find the default browser and pass it to the function so that I should not specify it?

View complete forum thread with replies

Other posts related to opera.exe

See Related Forum Messages: Follow the Links Below to View Complete Thread

Python3.1 - Open Opera
Getting the program directory .net [closed]
Is it possible to start Opera in Kiosk Mode without command line switches?
Javascript Redirect Timeout
How does Task Manager gets command line executable path for processes?
opening browser using a get method url

What is the carbon footprint of your coffee?

Is it low? Is it high? Can this things really kill the planet Earth? Maybe the answer will surprise you. Maybe not.