不要激动
using System.Runtime.InteropServices;[DllImport("user32.dll", EntryPoint="SendMessageA")]
public static extern int SendMessage (IntPtr hwnd, int wMsg, int wParam, int lParam);调整textbox的显示调用
SendMessage( yourTextBoxControl.Handle , 0xb7 , 0 , 0 );