IHTMLDocument2 - click button inside iframe

前端 未结 2 1395
离开以前
离开以前 2021-01-28 07:05

I\'m creating a DCOM extension for some really old application. Main application has IE control inside of it.

Using C# I was able to get handler for that IE Control as b

2条回答
  •  情书的邮戳
    2021-01-28 07:22

    Try accessing the frames collection using single threaded architecture (STA Thread). That worked for me, in a functional nunit test that confirmed frame contents. I had the same cast error until I switched thread models.

提交回复
热议问题