quote:
Originally posted by deAd
code:
var pNmhdr = Interop.Allocate(12); // if this is the wrong size sorry
Interop.Call('Kernel32.dll', 'RtlMoveMemory', pNmhdr.DataPtr, lParam, pNmhdr.Size);
// do stuff with pNmhdr
The members of the structure are still 0... I don't see why this isn't working
quote:
Originally posted by deAd
PS: How are you subclassing the control? Dll? or are you just processing the notifications it sends to the parent window?
Processing messages to the parent.