Andrea Gavana wrote: > Thank you a lot, now everything is perfectly clear. I made this class > communicate with the registry where I store a file name (in which I > have all my files for which I want the overlay icon), and it works > like a charm, with IsMemberOf checking this particular registry key > and returning the appropriate value if the file name is in my list of > files.
Not that it matters too much, but if you're using a registry entry anyway, why not simply list the files in the registry instead of the double-indirection of having the registry reference a file which holds the other files !? > Is there anything special I should do in order to make this thing work > in an executable created by py2exe? You probably need to post your setup.py (or however you're doing things with py2exe). I seem to recall that py2exe has some specifics to support COM servers, but I'm no expert. TJG _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32