blah blah blah is here! blah blah » Close

0
votes
1 answers

SHDocVw.ShellWindowsClass() not embedded

SHDocVw.WebBrowser wb =null; SHDocVw.ShellWindows sw = new SHDocVw.ShellWindowsClass(); gives error "SHDocVw.ShellWindowsClass cannot be embedded, use applicable interface instead" I am using visual c# 2010 express ,window ...

Feedback