摘要:方案:调用Windows API1> 将TextBox的TabStop设置为false;2> 在程序中相应位置加入下列代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System.Runtime.InteropServices;……[DllImport("user32", EntryPoint = "HideCaret")]private static extern bool
阅读全文
posted @ 2011-05-31 11:22
浙公网安备 33010602011771号