Re: Cannot change WindowProc if the window does not belong to the same process as the calling thread under W2000
From: Andrea Raimondi (rainaple_at_tin.it)
Date: 10/30/03
- Next message: Anna: "Re: access violation when try Hardware Detection Demo"
- Previous message: M$: "Re: $1ED is what message?"
- In reply to: Peter Below (TeamB): "Re: Cannot change WindowProc if the window does not belong to the same process as the calling thread under W2000"
- Next in thread: Jim Kueneman: "Re: Cannot change WindowProc if the window does not belong to the same process as the calling thread under W2000"
- Reply: Jim Kueneman: "Re: Cannot change WindowProc if the window does not belong to the same process as the calling thread under W2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Oct 2003 08:49:21 +0100
Peter Below (TeamB) wrote:
> You cannot subclass windows in another process on Win32. The code for
> the window function has to be in the same process as the window. Which
> means you have to do the subclassing from a DLL you get into the
> target processes memory space.
Hi Peter,
That's exactly what I'm trying to do with the hook procedure!
I have no clue about why it doesn't work, but that's the main goal!
> Check Mathias Rauens website: http://help.madshi.net , he has diverse
> tools for these low-level tasks.
I can't spend money for this task :-(
Andrew
- Next message: Anna: "Re: access violation when try Hardware Detection Demo"
- Previous message: M$: "Re: $1ED is what message?"
- In reply to: Peter Below (TeamB): "Re: Cannot change WindowProc if the window does not belong to the same process as the calling thread under W2000"
- Next in thread: Jim Kueneman: "Re: Cannot change WindowProc if the window does not belong to the same process as the calling thread under W2000"
- Reply: Jim Kueneman: "Re: Cannot change WindowProc if the window does not belong to the same process as the calling thread under W2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|