Hello to all,

I am trying to use an activex component that has a property named Display:

"""
    _prop_map_get_ = {
        "AcquisitionMode": (1610743818, 2, (3, 0), (), "AcquisitionMode", None),
        "Display": (1610743816, 2, (3, 0), (), "Display", None),
        "TimeOut": (1610743820, 2, (3, 0), (), "TimeOut", None),
    }
    _prop_map_put_ = {
        "AcquisitionMode": ((1610743818, LCID, 4, 0),()),
        "Display": ((1610743816, LCID, 4, 0),()),
        "TimeOut": ((1610743820, LCID, 4, 0),()),
    }
"""

This works:

print l__acq.Display


However this doesnt:

l__acq.Display = 135780 # 135780 is the handle to a window on my screen

and I get this:

*** com_error: (-2147467262, 'Interfaz no compatible', None, None)

Please can someone help me ?

_________________________________________________________________
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to