RE: shlwapi.dll support?

2001-03-06 Thread Dave Seidel
(Sorry: meant to say shell32.dll, not shlwapi.dll.) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Seidel Sent: Tuesday, March 06, 2001 8:19 PM To: ActivePython Subject: shlwapi.dll support? Hi, I need to call SHGetSpecialFolderPath(), but I

shlwapi.dll support?

2001-03-06 Thread Dave Seidel
Hi, I need to call SHGetSpecialFolderPath(), but I don't see a wrapper for shlwapi.dll. Is there any way to do it? Alternatively, is there any way to call an arbitrary Win32 API, like in the Perl Win32::API module? - Dave -- Dave Seidel Mindree

RE: pythoncom and mshtml

2001-01-18 Thread Dave Seidel
x27;) > >>> o > > > This looks OK so far, AFAIK. Now, the next step is to open a document. The > python seems to recognize the method: > > >>> o.createDocumentFromUrl >01F10EDC> > > But when I try to actually use the method: >

pythoncom and mshtml

2001-01-18 Thread Dave Seidel
I doing something wrong? I'm using ActivePython build 202 on Win98 (4.10.). Any help would be appreciated. -- Dave Seidel [EMAIL PROTECTED] ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython