Quote:
Originally Posted by ffmla
In my system it works well.
could you PM me your source code. 
i think the problem not in the WinTB. 
|
I think If you use SetWindowLong function, you should call it in
DeinitializeSetup section also,
You need to restore the original message handler before you unload the DLL that implements your custom handler.
It will solve the problem I told.