.net中的TextBox没有这个属性,不过Windows中有:
internal const uint ECM_FIRST = 0x1500; internal const uint EM_SETCUEBANNER = ECM_FIRST + 1; [DllImport("user32.dll", CharSet = CharSet.Auto)] internal static extern IntPtr SendMessage( HandleRef hWnd, uint msg, bool wParam, string lParam);
SendMessage( new HandleRef(txtSearch, txtSearch.Handle), EM_SETCUEBANNER, false, "Search");
最后,不得不说的是,原文地址:http://huseyint.com/2008/01/metin-kutularina-ipucu-metni-koyma-cue-banner-text/
用CDN了?样式表js等文件在墙外无法访问,403错误。
我的嘛?帮忙ping一下http://www-myluoluo-com.static.smartgslb.com/ 如何?
我会用更麻烦的方式把这段代码写出来。。。就因为我不喜欢用API
在此之前,我也是用的事件,现在用API。
很好奇为什么你的博客图片会从下至上加载
这跟浏览器有关系