摘要: public class TextBoxEx:System.Windows.Forms.TextBox ...{ private const int WM_GETTEXT=0x000d; private const int WM_COPY=0x0301; private const int WM_PASTE=0x0302; private const int WM_CONTEXTMENU =0x0... 阅读全文