On Wed, Mar 12, 2008 at 4:28 PM, Clinton Lee Taylor <
[EMAIL PROTECTED]> wrote:
>
> Now to figure how to get only contacts with fax numbers and print the
> name and fax number ...
>
> Thanks
> Mailed
> LeeT
> ___
> python-win32 mailing list
> python-win3
Clinton Lee Taylor wrote:
> Greetings ...
>
> Take two ... This time I think I found something a little better ...
> http://sourceforge.net/projects/wabaccess/
>
> Another LGPL com lib to access Windows Address Book ... But this one
> seems to work with Python ...
>
> Okay, so I'm asking again, if
Sorry ... JFYI ... How to dump all contacts in the Windows Address Book ... ;-)
> Spend a whole night, with the following code, but can only put stuff
> into the WAB, not get a list of e-mail address ...
Really simple to dump all the contacts ...
import win32com.client
objSession = win32com.
Clinton Lee Taylor wrote:
> Take two ... This time I think I found something a little better ...
> http://sourceforge.net/projects/wabaccess/
>
> Another LGPL com lib to access Windows Address Book ... But this one
> seems to work with Python ...
>
> Okay, so I'm asking again, if anybody (maybe
Clinton Lee Taylor wrote:
> Greetings ...
>
> Thanks again for the quick response ...
>> Clinton Lee Taylor wrote:
>> > I think I get this because com objects have to be "imported" ... But
>> > this ActiveX object does not seem to have a "type lib"? ...
>> It appears the type info is embedded
Greetings ...
Take two ... This time I think I found something a little better ...
http://sourceforge.net/projects/wabaccess/
Another LGPL com lib to access Windows Address Book ... But this one
seems to work with Python ...
Okay, so I'm asking again, if anybody (maybe Roger again ... ) Could
Julius wrote:
> On Tue, 2008-03-11 at 16:13 -0700, Tim Roberts wrote:
>
>> Julius wrote:
>>
>>> My fault(already got that one running), i meant the
>>> win32gui.EnumChildWindows(currentHwnd, windowEnumerationHandler,
>>> childWindows)
>>> function.
>>>
>>> from what i understand the purpos
On Tue, 2008-03-11 at 16:13 -0700, Tim Roberts wrote:
> Julius wrote:
> > My fault(already got that one running), i meant the
> > win32gui.EnumChildWindows(currentHwnd, windowEnumerationHandler,
> > childWindows)
> > function.
> >
> > from what i understand the purpose of this function is to retur