I\'m developing an IE BHO, While accessing frames in a html document i\'m getting this error
Here is the code.
foreach (SHDocVw.InternetExplorer objExplo
OK people i got it solved by setting [STAThread] at function calling
[STAThread]