المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Message Qeueing Advice



C# Programming
10-08-2009, 03:53 PM
I need a way to pass messages inside my application in a queued fashion just like a Win32 message pump.

I need to insert the messages with one thread and retrieve them with a different thread.

Should I use the MessageQueue .NET class, or is there a way to send Window messages in Windows Forms?

Thanks for reading my post.