0
votes
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 ...
