Process.start explorer in popup

  • Thread starter Thread starter sebastien1101
  • Start date Start date
S

sebastien1101

Hi,

i like to open in a winform application a web url in a popup 150*200

How can i do this ?
 
Sebgastien,

Aspnet is not based on PopUp's.

Popup's without navigation bar etc are by the way often not allowed in the
browsers anymore.

Cor
 
Cor said:
Sebgastien,

Aspnet is not based on PopUp's.

Popup's without navigation bar etc are by the way often not allowed in the
browsers anymore.

Cor

Cor,

Wouldn't it be possible, instead to have a small Windows form of the
mentioned size, containing a Web browser control, which loads the
required URL ?

Regards,

Cerebrus.
 
Cerebrus,

I misreaded it thanks, I though webform application.

You mean something as this which I am allways glad to show.

My first and last help from Herfried in this newsgroup and the reason why I
became active here to do something back.

\\\
AxWebBrowser.Navigate("about:<html><body
onload=javascript:window.external.addFavorite('" + textbox1.Text +
"')></body></html>")
///

:-)

Cor
 
Firstly, Thank you for the confirmation and the code, Cor.

And I became active here, after you helped me with one of my queries. I
hope the chain continues... ;-)

Regards,

Cerebrus.
 
Back
Top