Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - WebBrowser control in a WPF app.

 
 
Old 05-03-2006   #1 (permalink)
Shogun


 
 

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 SpecsSystem Spec
Old 05-03-2006   #2 (permalink)
viliescu


 
 

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 SpecsSystem Spec
Old 05-04-2006   #3 (permalink)
Shogun


 
 

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 SpecsSystem Spec
Old 05-04-2006   #4 (permalink)
viliescu


 
 

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 SpecsSystem Spec
 

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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46