111,126
社区成员
发帖
与我相关
我的任务
分享string str= "hehe";
IntPtr ip = Marshal.StringToHGlobalAnsi( str );
str = null;
str = Marshal.PtrToStringAnsi( ip );
SendMessage( (IntPtr)( int.Parse( textBox1.Text ) ), msg, ip, 0 );