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