|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Process.start explorer in popupHi,
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 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 ? > Cor Ligthert [MVP] wrote:
Show quoteHide quote > Sebgastien, Cor,> > 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 ? > > 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>") /// :-) CorShow 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. > 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 And I became active here, after you helped me with one of my queries. I>> became active here to do something back. hope the chain continues... ;-) Regards, Cerebrus.
Why Me? (Instead of Form1)
How do I increment a byte with out casting? Capturing mouse events (Mouse up and down on the desktop) How to walk through InnerExceptions? How to connect to database Threading in .Net... Cancel Constructor (Me = Nothing) Edit Mode Shortening my source. Parent child binding question |
|||||||||||||||||||||||