Re: [python-win32] Implement a com server with a undocument interface

2009-05-08 Thread Mark Hammond
I'm afraid you can only implement non-supported interfaces if they are described in a type-library - in which case the 'pippo' examples and tests should get you started. Mark winterTTr wrote: I want to use the win32com to implement a shell extension with the function to display custom informa

[python-win32] Implement a com server with a undocument interface

2009-05-06 Thread winterTTr
I want to use the win32com to implement a shell extension with the function to display custom information when i move mouse over a txt file in explorer on windows. I search for the method to do this and found a com interface which i can't find it in the current win32com library. It is "IQueryInfo"