protected override bool ProcessCmdKey(ref Message msg, Keys keyData) &n
[更多…]-
重载ProcessCmdKey实现回车转换焦点(转于网络)
-
變態的作法,爲了讓DateTimePicker在選擇日期後可以得焦點
protected override void OnCloseUp(EventArgs eventargs)&nb
[更多…] -
Label,请不要给我折行
下面的代码只是在处理折行,可以再加入控制该机能的属性,以及保留原值的属性,这样就可以达到比较完美的自定义控件了。 public partial class MyLabel : Label{
[更多…] -
Set DateTimePicker BackColor Property
Hi,for those of you, who need a backcolored DateTimePickercontrol:this ist my implementation of the
[更多…] -
将DataGridView中的RowHeader中的三角号去除
protected override void OnCellPainting(DataGridViewCellPaintingEventArgs e){ if (e
[更多…] -
Webservice call exe file
(以下内容,十分感谢武汉同事-陈青,在他提供的Sample基础上,偶才找到了解决办法) ///Webservice Source Code using System;using System.Web;
[更多…] -
[转载] – VS2005中的Webservice开发时的一个小问题
添加 <identity impersonate="true" userName="username" password="password&q
[更多…]