Home All Groups Group Topic Archive Search About

Process.start explorer in popup

Author
7 Jun 2006 5:00 AM
sebastien1101
Hi,

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

How can i do this ?

Author
7 Jun 2006 6:14 AM
Cor Ligthert [MVP]
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

Show quoteHide quote
"sebastien1101" <sebastien1***@hotmail.fr> schreef in bericht
news:1149656442.901754.174080@y43g2000cwc.googlegroups.com...
> Hi,
>
> i like to open in a winform application a web url in a popup 150*200
>
> How can i do this ?
>
Author
7 Jun 2006 11:26 AM
Cerebrus
Cor Ligthert [MVP] wrote:

Show quoteHide quote
> 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
>
> "sebastien1101" <sebastien1***@hotmail.fr> schreef in bericht
> news:1149656442.901754.174080@y43g2000cwc.googlegroups.com...
> > Hi,
> >
> > i like to open in a winform application a web url in a popup 150*200
> >
> > How can i do this ?
> >

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.
Author
7 Jun 2006 12:23 PM
Cor Ligthert [MVP]
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



Show quoteHide quote
"Cerebrus" <zorg***@sify.com> schreef in bericht
news:1149679564.231661.50760@y43g2000cwc.googlegroups.com...
>
> Cor Ligthert [MVP] wrote:
>
>> 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
>>
>> "sebastien1101" <sebastien1***@hotmail.fr> schreef in bericht
>> news:1149656442.901754.174080@y43g2000cwc.googlegroups.com...
>> > Hi,
>> >
>> > i like to open in a winform application a web url in a popup 150*200
>> >
>> > How can i do this ?
>> >
>
> 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.
>
Author
7 Jun 2006 11:46 PM
Cerebrus
Firstly, Thank you for the confirmation and the code, Cor.

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

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

Regards,

Cerebrus.