[python-win32] Request to be added to approved list

2007-09-26 Thread victor LEBRUN
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

[python-win32] Re : activeX persistent properties

2007-09-26 Thread victor LEBRUN
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

[python-win32] Re : activeX persistent properties

2007-09-11 Thread victor LEBRUN
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

[python-win32] activeX persistent properties

2007-09-11 Thread victor LEBRUN
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

[python-win32] activeX control and setting properties before runtime

2007-08-28 Thread victor LEBRUN
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 __

[python-win32] Tr : ActiveX control in python vs ActiveX control in vb 6 (piece of code)

2007-08-23 Thread victor LEBRUN
- 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