04 2014 档案

别误用IsDigit与IsNumber函数(转)
摘要:1、起因最近发现程序中有一段控制TextBox数字输入的代码,相信大家都不会太陌生,如下:void int_KeyPress(object sender, KeyPressEventArgs e){ const char Delete = (char)8; if (!Char.IsDig... 阅读全文

posted @ 2014-04-27 18:09 Cosmic_Spy 阅读(760) 评论(1) 推荐(0) 编辑

C#中WinForm窗体事件的执行次序
摘要:C#中WinForm窗体事件的执行次序如下: 当 Windows Form 应用程序启动时,会以下列顺序引发主要表单的启动事件: System.Windows.Forms.Control.HandleCreated System.Windows.Forms.Control.BindingContex... 阅读全文

posted @ 2014-04-21 22:04 Cosmic_Spy 阅读(2143) 评论(4) 推荐(0) 编辑

Inno Setup info
摘要:Introduce: Inno Setup is afreeinstaller for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial i... 阅读全文

posted @ 2014-04-15 21:13 Cosmic_Spy 阅读(455) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

Your IP:
点击右上角即可分享
微信分享提示

返回顶部