WebBrowser control in .Net 3. Is it possible???

L

Levan Jgarkava

Hi Everybody!

I just installed .Net 3 Framework on my computer and created new Windows
Application (WPF) in visual studio 2005 sp1. Then tried to find WebBrowser
control in Toolbox but couldn't locate it. I tried to add manually
shdocvw.dll and tried other ways but I just can't find a way to add
WebBrowser control in .Net 3 window.

Can anyone tell me how is it possible???

Thanks!!!

Best Regards,
Levan Jgharkava
 
M

Mattias Sjögren

Levan,

Was it really necessary to crosspost this to 7 newsgroups?
Can anyone tell me how is it possible???

The WindowsFormsHost class enables Winforms/WPF interop.


Mattias
 
V

Vrungar

Hi Everybody!

I just installed .Net 3 Framework on my computer and created new Windows
Application (WPF) in visual studio 2005 sp1. Then tried to find WebBrowser
control in Toolbox but couldn't locate it. I tried to add manually
shdocvw.dll and tried other ways but I just can't find a way to add
WebBrowser control in .Net 3 window.

Can anyone tell me how is it possible???

Thanks!!!

Best Regards,
Levan Jgharkava

This is very possible and is already part of .NET 3 and WPF. Look
into NavigationWindow and/or Frame. They have taken the place of the
WebBrowser Control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top