When the following Method is overrided in .NET it seems that I get different Messages in 32Bit and 64Bit OS:es. Can this be true?
protected override void WndProc(ref Message m)
I want to catch the following: private const int WM_LBUTTONDBLCLK = 0x0203;
but WM_LBUTTONBLCLK
seem to have another "Id" in my windows 2003 64 bit installation than it had on my Windows XP 32 Bit.
Suggestions?