English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have to button of a windows form and i want to call Internet exploere on the click of the button with some parameter and i want to pass those parameter as query string. I am using .net framework 2.0.pls give me code.

2007-03-28 07:32:57 · 2 answers · asked by Rahul pal 1 in Computers & Internet Programming & Design

2 answers

Invoke the IE executable (iexplore.exe) with the full address, including querystring parameters, after the executable name, in quotes. For example:

c:\path\iexplore.exe "http://www.site.com/page.aspx?var=value"

2007-03-28 07:47:05 · answer #1 · answered by Rex M 6 · 0 0

You can use browser control provided in the control box for creating a web browser.
Just add the broser control just like adding a multiline text box .
It't dot need more than two lines of code for it to run well.

2007-03-28 14:51:35 · answer #2 · answered by Anu 2 · 0 1

fedest.com, questions and answers