WebBrowser
-
I currently using VB.NET 2005 with control WebBrowser, it work properly, but when the page have link and target new window, I want it open my application, so please help me. Regard Socheat
................
-
I currently using VB.NET 2005 with control WebBrowser, it work properly, but when the page have link and target new window, I want it open my application, so please help me. Regard Socheat
................
You can tell the control to not spawn children, not sure if this makes the link work in your current browser.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You can tell the control to not spawn children, not sure if this makes the link work in your current browser.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
When the link with target "_blank" it will open IE, so I don't want like that I want it open application.
................
-
When the link with target "_blank" it will open IE, so I don't want like that I want it open application.
................
Thanks for rewording the question. Let me restate the answer. You can set the browser control to not allow popup windows of any kind, but I am not sure if it will navigate inside the main window, or just ignore them.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I currently using VB.NET 2005 with control WebBrowser, it work properly, but when the page have link and target new window, I want it open my application, so please help me. Regard Socheat
................
The link that should open you application. Is that a link in your WebBrowser control or is this external to your app. Like in an email? And is the behavior the same anyway?
Jelle
-
The link that should open you application. Is that a link in your WebBrowser control or is this external to your app. Like in an email? And is the behavior the same anyway?
Jelle
I don't understand what you mean? I mention that my application is using WebBrowser it can open any web site buy when the web site contain link with target "_blank" it will open IE automaticly, so I don't want like that I want it open my application for new windows. Thanks Socheat
................
-
Thanks for rewording the question. Let me restate the answer. You can set the browser control to not allow popup windows of any kind, but I am not sure if it will navigate inside the main window, or just ignore them.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I have tried but i did not see the property "allow popup", so do you have any comments? Thanks Socheat
................