[python-win32] Re : activeX persistent properties
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
[python-win32] Request to be added to approved list
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 _ 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
[python-win32] Request to be added to approved list
Hmmm, I USED to able to post. Perhaps I got lost in the name changeover. Anyway, I have some discussion/changes to post regarding building win32 stuff under VS2005. Thanks ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32
Re: [python-win32] VS.NET2005; missing include/lib paths and libraries
Stephen Warren wrote: > Mark Hammond wrote: > > Stephen Warren wrote: > >> Also, my eventual desire is to submit a patch to implement hard-link > >> functionality for Win32 via CreateHardLink. > > win32file already exposes this function. > > So it does; I'd forgotten about the pywin32 stuff. > > Is there a reason that this is in pywin32 and not os.link()? i.e. if I > were to put the code in posixmodule.c (in a backwards compatible way) > would the patch be acceptable, or is there some disadvantage to > implementing it in the os module? One issue is that the os module is part of the Python standard library, not the Python-Win32 add-on. There's an entirely different bureaucracy for submitting and vetting submissions for the standard library. Further, you're talking about a function that is specific to a very narrow subset of the operating system universe, and further one that is supported on a subset of the available file systems. For better or for worse, the Python mindset is still a Unix-based mindset, and there is a tendency to eschew Windows-specific changes in the core library. Having said that, there is certainly nothing to stop you from submitting a patch to python.org. I wouldn't expect the pywin32 version to go away; win32file is intended to expose the file APIs from the Win32 SDK, and CreateHardLink certainly qualifies. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32