Hi guys,
Can someone tell me how to use PyIEnumMoniker?
I've tried :
import pythoncom
print PyIEnumMoniker.Next()
but I get the error:
NameError: global name 'PyIEnumMoniker' is not defined.
Thanks a million,
Radu.
___
Want id
> Can someone tell me how to use PyIEnumMoniker?
> I've tried :
> import pythoncom
>
> print PyIEnumMoniker.Next()
> but I get the error:
>
> NameError: global name 'PyIEnumMoniker' is not defined.
IEnumMoniker is just a COM interface - generally an object implementing that
interface will be re