All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
问题“未于信任SQL,Server连接相关联”的解决_[SQL,Server教程]
C#中ServiceController组件应用实例
PHP has encountered an Access Violation解决方法总结_[PHP教程]
SQL,Server,CLR全功略之二---CLR存储过程_mssql学习_编程技术
如何从一个php文件向另一个地址post数据,不用表单和隐藏的变量_[PHP教程]
安装Ms SQL Server 2005 开发版时出现性能计数器要求安装错误的解决办法_[SQL Server教程]
在,ASP.NET,2.0,中上载文件_[Asp.Net教程]
通俗的最新PHP类的使用和归纳_[PHP教程]
ASP.NET中动态控制RDLC报表_[Asp.Net教程]_0
ASP.NET,2.0高级数据处理之使用参数_.net资料_编程技术
Reading number is top 10 pictures
2012 national geographic daily picture5
The money of more than 100 countries and regions15
A man's favorite things5
NeedWallpaper9
The little girl with long hair1
More attractive than sora aoi3
壮丽的云彩1
银行20年后可能消失
西方气质的东方美女3
重口味人造肉
Download software ranking
VeryCD电驴(EasyMule) V1.1.9 Build09081
网页特效实例大全
卡丁车单机版
Professional killers2 for Android
Desire a peach blossom
Tram sex maniac 2 (H) rar bag11
The hero
艳兽都市
Tram sex maniac 2 (H) rar bag3
XML+Web+Service开发教程
delv published in(发表于) 2014/1/6 9:06:00 Edit(编辑)
C#中Windows通用的回车转Tab方法_[Asp.Net教程]

C#中Windows通用的回车转Tab方法_[Asp.Net教程]

C#中Windows通用的回车转Tab方法_[Asp.Net教程]

原来一直是为每个文本框的KeyPress增加:

if(e.KeyChar = '\r') SendKeys.Send("{TAB}");


  最近想想,其实有更简单的方法,把Form的KeyPreView设为true,然后在Form的KeyPress中增加下列代码即可:


if (e.KeyChar == '\r')
this.SelectNextControl(this.ActiveControl, true, true, true, true);


来源:网络







添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.