当前位置:编程学习 > C#/ASP.NET >>

sendMessage发中文问题,发到写字板里是正常的,发到旺旺里是乱码

sendMessage发中文问题,发到写字板里是正常的,发到旺旺里是乱码 
求助啦。。。

[DllImport("User32 ")]
public static extern bool SendMessage(IntPtr hWnd, int Msg, int wParam, string lParam);

SendMessage(p3, 0xC, 100, message);

发到写字板里中文正常,发到旺旺的聊天窗口里是乱码,请问怎么解决。 --------------------编程问答-------------------- 换其它编码试试
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,