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

  • Thread starter Thread starter Levan Jgarkava
  • Start date Start date
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
 
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
 
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.
 
Back
Top