![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | WebBrowser control in a WPF app. Hi, I need to embed a WebBrowser control in my WPF application that enables me to view html pages and access the DOM for those. At the same time I need to do overlay graphics on the webbrowser control with WPF controls. Is this possible? And how? -- Best Regards Shogun |
My System Specs![]() |
| | #2 (permalink) |
| | RE: WebBrowser control in a WPF app. You don't need WebBrowser control form Windows Forms, just use the Frame control from WPF - it's like IFrame from HTML. Unfortunately, from what I know it's not possible to display WPF controls on top of the HTML content. -- Valentin Iliescu [MVP - Client Application Development] "Shogun" wrote: > Hi, > > I need to embed a WebBrowser control in my WPF application that enables me > to view html pages and access the DOM for those. At the same time I need to > do overlay graphics on the webbrowser control with WPF controls. > Is this possible? And how? > > -- > Best Regards > Shogun |
My System Specs![]() |
| | #3 (permalink) |
| | RE: WebBrowser control in a WPF app. Hi Valentin, Thanks for your answer. Do you know if it is possible to access the DOM when using the Frame element? -- Best Regards The Shogun "viliescu" wrote: > You don't need WebBrowser control form Windows Forms, just use the Frame > control from WPF - it's like IFrame from HTML. Unfortunately, from what I > know it's not possible to display WPF controls on top of the HTML content. > -- > Valentin Iliescu [MVP - Client Application Development] > > > "Shogun" wrote: > > > Hi, > > > > I need to embed a WebBrowser control in my WPF application that enables me > > to view html pages and access the DOM for those. At the same time I need to > > do overlay graphics on the webbrowser control with WPF controls. > > Is this possible? And how? > > > > -- > > Best Regards > > Shogun |
My System Specs![]() |
| | #4 (permalink) |
| | RE: WebBrowser control in a WPF app. From what I know, no. If you want to access the DOM use the WebBrowser control from WinForms. -- Valentin Iliescu [MVP - Client Application Development] "Shogun" wrote: > Hi Valentin, > > Thanks for your answer. > Do you know if it is possible to access the DOM when using the Frame element? > > -- > Best Regards > The Shogun > > > "viliescu" wrote: > > > You don't need WebBrowser control form Windows Forms, just use the Frame > > control from WPF - it's like IFrame from HTML. Unfortunately, from what I > > know it's not possible to display WPF controls on top of the HTML content. > > -- > > Valentin Iliescu [MVP - Client Application Development] > > > > > > "Shogun" wrote: > > > > > Hi, > > > > > > I need to embed a WebBrowser control in my WPF application that enables me > > > to view html pages and access the DOM for those. At the same time I need to > > > do overlay graphics on the webbrowser control with WPF controls. > > > Is this possible? And how? > > > > > > -- > > > Best Regards > > > Shogun |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| How do I debug JavaScript in a WebBrowser control? | .NET General | |||
| How to copy text from webbrowser/Frame Control (WPF) | .NET General | |||
| automating ie or webbrowser control | VB Script | |||
| is the dotnet 2 webbrowser control based on IE 6 or 7? | .NET General | |||
| Printint the content of a webbrowser control | .NET General | |||