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]>
À : p
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]>
À : p
A persistent property is only accessible at design-time and not at run-time,
and it drives the behavior of the activeX control.
Those properties are public I think since you can modify them.
But if you call the object with win32com.client.Dispatch it is tool late since
the property can not be set
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
Hello !
I have an ActiveX control which has a property that can only be modified before
runtime (at design time in visual basic ) is there a possibility to do that in
python with pywin32 ?
thank your for your help,
kind regards,
Victor
__
- Message transféré
De : victor LEBRUN <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED]
Envoyé le : Mercredi, 22 Août 2007, 14h45mn 08s
Objet : ActiveX control in python vs ActiveX control in vb 6 (piece of code)
Hello,
I am trying to migrate from vb 6 to python.
I have a very usef