This entry was posted on Friday, September 1st, 2006 at 2:24 pm and is filed under C#. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
3 Responses to “Preprocess Win32 Messages through Windows Forms”
I saw ur topic….it is very useful for me…but the problem is that its not processing sendMessage() from other application even it self..
The example u gave its working its processing mouse down.
When i tried to send a msg from other application or even the same application its not not working.. The handle i am getting is correct and valid because i checked it by changing destination window text.
May 10, 2007 at 6:22 am
Nice Explanation, it would be nice if you can explain more
June 24, 2007 at 1:50 pm
I saw ur topic….it is very useful for me…but the problem is that its not processing sendMessage() from other application even it self..
The example u gave its working its processing mouse down.
When i tried to send a msg from other application or even the same application its not not working.. The handle i am getting is correct and valid because i checked it by changing destination window text.
Your help is required in this matter.
June 24, 2007 at 4:19 pm
Try using PostMessage instead of SendMessage.