码迷,mamicode.com
首页 > 编程语言 > 详细

c# e语言 字节集 表示方式

时间:2017-03-25 15:48:11      阅读:319      评论:0      收藏:0      [点我收藏+]

标签:.dll   nbsp   i++   ptr   services   user   time   jpg   post   

技术分享

 

   [System.Runtime.InteropServices.DllImport("user32.dll")]
        static extern int PostMessageA(IntPtr h, int msg, int wp, int lp);
        void 文本_投递(IntPtr h,string str) {
            byte[] b = Encoding.GetEncoding("gb2312").GetBytes(str);
            for (int i = 0; i < b.Length; i++) {
                PostMessageA(h, 258, b[i], 0);
            }
        }

 

c# e语言 字节集 表示方式

标签:.dll   nbsp   i++   ptr   services   user   time   jpg   post   

原文地址:http://www.cnblogs.com/daming1233/p/6617031.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!