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 ...

Feedback