comautomationfactory
VBScript error handling in C#
I want to access WMI using the AutomationFactory in a Silverlight OOB application. dynamic locator = AutomationFactory.CreateObject(\"WbemScripting.SWbemLocator\");[详细]
2023-04-09 04:41 分类:问答C# dynamic type / Silverlight 4 AutomationFactory question
I have this little function in my Silverlight 4 OOB app that gets an image from a scanner: public static BitmapImage GetImageFromScanner()[详细]
2023-03-08 12:19 分类:问答AutomationFactory - Information Needed
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开发者_高[详细]
2023-03-03 09:43 分类:问答How to Change Color of a cell in excel from Silverlight using Com AutomationFactory
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[详细]
2023-02-28 01:22 分类:问答Silverlight Excel Automation Factory API Documentation
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[详细]
2023-02-28 01:18 分类:问答ComAutomationFactory
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??[详细]
2022-12-27 10:35 分类:问答Problem in ComAutomationFactory.CreateObject
I tried to create object using ComAutomationFactory.CreateObject . It is giving following exception \"Failed to create an object instance for the specified ProgId\"[详细]
2022-12-17 13:18 分类:问答