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

مشاهدة النسخة كاملة : application messaging



C++ Programming
05-08-2011, 08:31 PM
I'm currently coding on a project where I need to post a user-defined message together with a LPCWSTR parameter.
But I don't know how to achieve that coz you know, PostMessage() only provides parameters typed as WPARAM and LPARAM.
Anyone could help?
Many thx in advance.