S sebastien1101 Jun 7, 2006 #1 Hi, i like to open in a winform application a web url in a popup 150*200 How can i do this ?
C Cor Ligthert [MVP] Jun 7, 2006 #2 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
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
C Cerebrus Jun 7, 2006 #3 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 Click to expand... 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.
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 Click to expand... 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.
C Cor Ligthert [MVP] Jun 7, 2006 #4 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
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
C Cerebrus Jun 8, 2006 #5 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.
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.