Hello pywin32 users :)

Finally I found that all the method I need to use for my activeX are in the oca 
file and not in the ocx file. For Visual studio it easy to access to the cache 
of the activeX control (oca file)  but it seems that creating a container for 
an oca object do not work with pywin32, I have an error if I try to put the oca 
object instead of putting the ocx in my wxwidget container ( I am using 
MakeActiveXclass in wxpython which call the pywin32 functions).

Is there a way to access oca properties with pywin32  or is it a limitation of 
pywin32 createcontrol ?

If I can see the methods and properties in the oca file and I can not use it on 
the ocx object, does it mean that those properties are ready only or in a way 
hidden to the user ?

thanks a lot,

regards,


Victor






----- Message d'origine ----
De : victor LEBRUN <[EMAIL PROTECTED]>
À : python-win32@python.org
Envoyé le : Mardi, 11 Septembre 2007, 12h06mn 46s
Objet : [python-win32] activeX persistent properties

Hello python win32 users !


I would lik to know if it is possible to access persistent properties of an ole 
object (activeX control) with pywin ?


tkank you for your help.


regards,


Victor




      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32





      
____________________________________________________________________________________________
Découvrez le blog Yahoo! Mail : dernières nouveautés, astuces, conseils.. et 
vos réactions !
http://blog.mail.yahoo.fr
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to