Search found 2 matches

by cabal
Thu Jul 01, 2004 5:19 pm
Forum: madCodeHook
Topic: SetWindowLong
Replies: 2
Views: 7141

Stdcall... *blush*

madshi,

I found this last night! Doh. This is my first time using WinProc and I should've tested this in my own process. Everything works great now.

Thanks
by cabal
Thu Jul 01, 2004 7:05 am
Forum: madCodeHook
Topic: SetWindowLong
Replies: 2
Views: 7141

SetWindowLong

I'm trying to inject a DLL into another process and insert my own WinProc using InjectLibrary and SetWindowLong. I am successfully injecting the DLL, but the app crashes when I run SetWindowLong and then move my mouse over the app's window (I am trying to run my own code when one of the two buttons ...