mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2005
Posts: 8
N
NeoFLN Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: Aug 2005
Posts: 8
i saw in the message board a request for script that change the user nick when your screen saver are actived, but i can do it because the dll loaded in mirc do not receive windows messages i think that all windows messages can be redirected to dlls its possible? thanks

Joined: Jan 2003
Posts: 249
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Jan 2003
Posts: 249
If you want to intercept messages, you will have to use a Hook on the system but be advised that in doing this, it can be very expensive on a system and can cause it to be unstable.

Joined: Aug 2005
Posts: 8
N
NeoFLN Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: Aug 2005
Posts: 8
how i make this hook? in delphi?
can you explain to me?

Joined: Aug 2005
Posts: 10
T
Pikka bird
Offline
Pikka bird
T
Joined: Aug 2005
Posts: 10
I'm not sure if Delphi supports Windows Hooks, but a Win32 API reference is usually a good thing to have for coders.


Link Copied to Clipboard