From: Christian ASTOR on
Ansh a écrit :

> Thnx Christian,
> But if u can be a bit more descriptive then i think i would understand
> better.

I just said to use a global WH_GETMESSAGE hook to subclass
"SHELLDLL_DefView" instead of "SysListView32" and handle LVN_INSERTITEM
notification in the new procedure
But you should use a more standard way such SHChangeNotifyRegister()
where you don't need any DLL...

From: Juergen Thuemmler on
> I subclassed ProgMan->SHELLDLL_DefView->SysListView32.

How do you subclass a foreign window?

Juergen.