Search found 1 match

by EmiZ
Wed Apr 01, 2009 3:09 pm
Forum: Windows
Topic: Hooking CreateWindowEx_ function from user32.dll
Replies: 1
Views: 1455

Hooking CreateWindowEx_ function from user32.dll

Hello, I'm trying to write a NTService that kills the process of some P2P programs (specifically Ares and LimeWire :P).

I once saw here a snippet of code that hooked a function (I think it was CreateWindowEx_ from user32.dll), but sadly I cannot find the post and I cannot remember how it was the ...