Re: [python-win32] WABAccess help ...

2008-03-12 Thread Kevin Horn
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

[python-win32] Re: WABAccess help ...

2008-03-12 Thread Roger Upole
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

Re: [python-win32] WABAccess help ...

2008-03-12 Thread Clinton Lee Taylor
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.

Re: [python-win32] WABAccess help ...

2008-03-12 Thread Tim Roberts
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

[python-win32] Re: OE/WAB help with VB ...

2008-03-12 Thread Roger Upole
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

[python-win32] WABAccess help ...

2008-03-12 Thread Clinton Lee Taylor
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

Re: [python-win32] win32gui.EnumWindows, documentation?

2008-03-12 Thread Tim Roberts
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

Re: [python-win32] win32gui.EnumWindows, documentation?

2008-03-12 Thread Julius
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