blah blah blah is here! blah blah » Close

0
votes
1 answers

Receiving window messages while looping with DoEvents

I am writing a Skype client application, and am directly processing window messages by overriding WndProc in C# code. The application receives Skype messages then sends them into the application for processing. (The reason I am not using Sk ...

1
votes
1 answers

C# wndproc override in windows Form

Hello, I have been trying to implement a very simple example to detect a mouse click outside the form. I have read a lot on forums and its supposed to be simple, but for some reason, the mouse click isn't detected outside the form. ...

Feedback