當用完瀏覽器時,我需要調用辦公室通信器直接從Silverlight創建聊天窗口和電話。當在瀏覽器中運行我做到這一點,它工作得很好:通過Silverlight通過瀏覽器呼叫Office Communicator
System.Windows.Browser.HtmlPage.Window.Eval(String.Format("window.open(\"sip:{0}\", target=\"_self\");", sip));
當在瀏覽器外,據我已經得到了運行通過動態調用Communicator.UIAutomation但老實說,我不知道該怎麼接下來做。
dynamic communicator = AutomationFactory.CreateObject("Communicator.UIAutomation");
任何人有任何建議,如何使這項工作?搜索已經達到零結果。
我嘗試了「var」技巧,但它將它設置爲自動化,基本上回到了動態。 – 2010-08-17 22:05:07