Questions tagged [com-object]

39 questions
0
votes
2 answers

Write DirectShow Filter Without Using Windows SDK

I wanna write a "DriectShow Source Filter" for using webcam. But I would know is the any way not using "Windows SDK"?
Shahrooz Kia
  • 89
  • 2
  • 14
0
votes
1 answer

How to get payment terms data from QuickBooks

I am using COM objects to integrate QuickBooks data to my application. I am able to get paymentmethod using IPaymentMethodRetList. Like : IPaymentMethodQuery CustQ = requestSet.AppendPaymentMethodQueryRq(); IMsgSetResponse responseSet =…
Kavitha
  • 1,447
  • 2
  • 22
  • 37
0
votes
1 answer

Excel Crashing when running COM object with Thread

I am experiencing an error in Excel while running a COM (Home made) Timer. Basically Excel instantiate the Timer, initializes it and starts it. The Timer then ticks every X milliseconds raising an event that Excel catches (pretty standard stuff). I…
0
votes
3 answers

Sending files to OneNote from Python

Is it possible to send a file to Microsoft OneNote from Python? (Maybe using its COM object?) I don't need to store it in a specific notebook or page, I just want OneNote to pop-up a window where I can choose the destination.
Milad
  • 4,901
  • 5
  • 32
  • 43
0
votes
1 answer

Detecting and dynamicly loading the installed Microsoft Word Object Library

A little back story: I have small application that will use Word to generate a Outlook signature based on a Word template and data from the company active directory. It works wonderful on computers with Office 2007, since I used "Microsoft Word 12.0…
Egil Hansen
  • 15,028
  • 8
  • 37
  • 54
0
votes
2 answers

Reading Registry on IIS server with PHP com object not working

I am trying to read a registry value on iis using the following script. $shell = new COM("WScript.Shell") or die("Requires Windows Scripting…
joeb
  • 777
  • 8
  • 28
0
votes
1 answer

How can I read data from COM object (an activex server) in MATLAB?

I am trying to connect a simulator to the MATLAB. The simulator program exposes a COM object interface. I have connected to the COM object by the following command and can perform most of it methods: h=actxserver(ProgID) But some of its methods…
-1
votes
1 answer

Releasing COM Object in Constructor Parameter

I am developing a VSTO addin where now I am looking to optimize it. In my code, I does something public class ExtraOrdinaryClass { public ExtraOrdinaryClass(Excel.Worksheet someGoodSheet) { tSheetName =…
Isham Mohamed
  • 2,629
  • 1
  • 14
  • 27
-1
votes
2 answers

Specifying COM object run from location

I've been pulling my hair on this. I have a C++ OPOS driver that I wrote. I wrote in C# a virtual pinpad. It works and all is good. One request that was given to me though is that the C# driver has to be present with the calling program. This took a…
Robert Snyder
  • 2,399
  • 4
  • 33
  • 65
1 2
3