I want to access WMI using the AutomationFactory in a Silverlight OOB application. dynamic locator = AutomationFactory.CreateObject(\"WbemScripting.SWbemLocator\");
I have this little function in my Silverlight 4 OOB app that gets an image from a scanner: public static BitmapImage GetImageFromScanner()
I am interested in using the AutomationFactory namespace but I cannot find any documentation on what I can use for a sepcific COM. I figure it\'s because I do not know what terms I should act开发者_高
Hi Im using AutomationFactory from silverlight to create and manipulate Exel worksheet. And I want to change Color of a cell. If I understand correctly I must change this prop开发者_如何转开发erty
Silverlight Excel Automation Factory API Documentation Hi Im using Excel Automation Factory to export data from silverlight to excel. Problem is I can\'t find documentation on using excel this way. Al
Im trying to use the ComAutomationFactory class in VB .NET the example im working from is c# and is working fine but my project doesnt compile and says this class is no开发者_如何学编程t defined??
I tried to create object using ComAutomationFactory.CreateObject . It is giving following exception \"Failed to create an object instance for the specified ProgId\"