P
pavel.gritsay
Hello everyone,
I have met a problem.
If anyone on Earth knows why does .NET 2.0 is subclassing Common
Dialogs' owner window, and why doesn't it set back the prevous WinProc
address when quiting but is calling DefWndProc directly???
Does MS think that none will subclass those dialogs for particular
needs? hmm...
The only way found was API hooking, just to hook SetWindowLong and
resubclass it again but here again MS comes into the scope, I could
find no chances to hook APIs, which were DLLImported.
Can you guys give me any suggestions?
I have met a problem.
If anyone on Earth knows why does .NET 2.0 is subclassing Common
Dialogs' owner window, and why doesn't it set back the prevous WinProc
address when quiting but is calling DefWndProc directly???
Does MS think that none will subclass those dialogs for particular
needs? hmm...
The only way found was API hooking, just to hook SetWindowLong and
resubclass it again but here again MS comes into the scope, I could
find no chances to hook APIs, which were DLLImported.
Can you guys give me any suggestions?