how to start default internet browser.
-
In my application i need to show user some html pages for that i need to open the default internet browser. Pls could someone tell how to open internet browser. -Vikram.
Hi Vikram, ShellExecute[Ex][^] Jeff
-
In my application i need to show user some html pages for that i need to open the default internet browser. Pls could someone tell how to open internet browser. -Vikram.
-
In my application i need to show user some html pages for that i need to open the default internet browser. Pls could someone tell how to open internet browser. -Vikram.
vikram Verma wrote:
i need to open the default internet browser. Pls could someone tell how to open internet browser.
if defualt is FireFox.. what would will your app do...
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and you
-
vikram Verma wrote:
i need to open the default internet browser. Pls could someone tell how to open internet browser.
if defualt is FireFox.. what would will your app do...
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and you
this code opens up mozzilla (if its the default browser).. ShellExecute(NULL, "open", "iexplore.exe", "http://www.microsoft.com", NULL, SW_SHOWNORMAL);