您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 一款C#开发的国外FTP软件源代码

  2. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace WinFormClient { /// /// remove dir dialog /// public class RemoveDir : System.Windows.Forms.Form { private System.Wind
  3. 所属分类:FTP

    • 发布日期:2010-01-13
    • 文件大小:475136
    • 提供者:chinahuyong
  1. C#评分系统源代码,textbox不允许输入非数字

  2. c#评分系统源代码 不允许输入非数字 if( Regex.IsMatch(e.KeyChar.ToString(), @"^([+-]?)\d*[.]?\d*$") ) e.Handled = false; else e.Handled = true;
  3. 所属分类:C#

    • 发布日期:2010-12-13
    • 文件大小:112640
    • 提供者:lld347
  1. 拼图的EXE文件

  2. 拼图 原创 游戏 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial clas
  3. 所属分类:C#

    • 发布日期:2012-01-12
    • 文件大小:22528
    • 提供者:woshileer02
  1. C#编程登陆界面代码

  2. C#编程登陆界面代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.OleDb; namespace 人事管理系统 { public partial class FormLogi
  3. 所属分类:C#

    • 发布日期:2012-01-12
    • 文件大小:5120
    • 提供者:wenwenaiwenwen
  1. c#拼图游戏

  2. using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using System.Xml; using System.Text.RegularExpressions;
  3. 所属分类:C#

    • 发布日期:2012-01-30
    • 文件大小:1048576
    • 提供者:hgwsywbj0102
  1. 测试键盘keychar的小程序 源码

  2. 运行程序,按键即得keychar值.有源码,可增加更多功能。vs2005 c#
  3. 所属分类:C#

    • 发布日期:2012-08-24
    • 文件大小:29696
    • 提供者:zw4784
  1. vb扫雷程序

  2. 扫雷: Public Class StartGame Private _Button As CustomButton Private _IsBusy As Boolean = True Public GameMode As Board.GameMode Public MaxPlayers As Integer Private Sub StartGame_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handle
  3. 所属分类:.Net

    • 发布日期:2012-12-24
    • 文件大小:599040
    • 提供者:vb_zhuang
  1. 在b/s开发中经常用到的javaScript技术

  2. 在b/s开发中经常用到的javascr ipt技术整理 Posted on 2006-02-17 15:55 MeiYU 阅读(377) 评论(0) 编辑 收藏 一、验证类 1、数字验证内 1.1 整数 1.2 大于0的整数 (用于传来的ID的验证) 1.3 负整数的验证 1.4 整数不能大于iMax 1.5 整数不能小于iMin 2、时间类 2.1 短时间,形如 (13:04:06) 2.2 短日期,形如 (2003-12-05) 2.3 长时间,形如 (2003-12-05 13:04:0
  3. 所属分类:Javascript

    • 发布日期:2013-03-27
    • 文件大小:16384
    • 提供者:kzbpp
  1. 表达式计算器1

  2. public partial class FormMain : Form { public FormMain() { InitializeComponent(); } //记录所要执行的运算 private string operation; //记录用户是否已经输入小数点 private bool isDot; //记录用户是否已经单击等号 private bool isEqual; //被操作数 private double dblacc; //操作数 private double dbl
  3. 所属分类:C#

    • 发布日期:2013-12-11
    • 文件大小:254976
    • 提供者:u012936862
  1. 在b/s开发中经常用到的javaScript技术整理

  2. 在b/s开发中经常用到的javascr ipt技术整理 一、验证类 1、数字验证内 1.1 整数 1.2 大于0的整数 (用于传来的ID的验证) 1.3 负整数的验证 1.4 整数不能大于iMax 1.5 整数不能小于iMin 2、时间类 2.1 短时间,形如 (13:04:06) 2.2 短日期,形如 (2003-12-05) 2.3 长时间,形如 (2003-12-05 13:04:06) 2.4 只有年和月。形如(2003-05,或者2003-5) 2.5 只有小时和分钟,形如(12:0
  3. 所属分类:Web开发

    • 发布日期:2007-01-17
    • 文件大小:16384
    • 提供者:yaya5460
  1. C#简易窗体计算器

  2. 一、实验题目:计算器实验 二、实验目的: 1)熟悉.NET的编程方法,掌握项目的创建与使用及安装; 2)熟悉C#编程语言,字符串使用、自定义类、自定义类库等; 3)熟悉Windows应用程序类编程、事件驱动编程; 三、实验内容: 1)参照Windows提供的计算器工具,设计一个与之类似的程序;另外可参考运行效果下载(计算器Demo程序); 2)基本要求:实现“普通运算”功能,支持连续运算,如连续输入“2+3×5”后点击“等号”按钮进行运算其结果为25. 3)附加要求: A,支持“科学运算”功能
  3. 所属分类:.Net

    • 发布日期:2014-11-25
    • 文件大小:264192
    • 提供者:u010554605
  1. 梦幻抽奖VS金山打字程序

  2. int j = 0; while (true) { ConsoleKeyInfo c; string str = "1,2,3,4,5,6,7,8,9,0,"; str += "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,"; str += "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z"; string[] s = str.Split(new char[] { ','});
  3. 所属分类:C

    • 发布日期:2009-02-23
    • 文件大小:52224
    • 提供者:shuaizhifeng
  1. 显示当前系统时间锁频获得键盘直

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Diagnostics; namespace WindowsApplication1 { public partial class Form1
  3. 所属分类:网络攻防

    • 发布日期:2009-03-14
    • 文件大小:277504
    • 提供者:wanshuo
  1. C# TextBox控件实现只能输入数字的方法

  2. 只需要在控件TextBox的keypress事件中写入如下代码即可满足要求: 代码如下: 代码如下: if (e.KeyChar == ‘.’ && this.txbEnd.Text.IndexOf(“.”) != -1)             {                 e.Handled = true;             }             if (!((e.KeyChar >= 48 && e.KeyChar <= 57) || e.KeyChar
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:32768
    • 提供者:weixin_38727567
  1. C#实现windows form限制文本框输入的方法

  2. 本文实例讲述了C#实现windows form限制文本框输入的方法。分享给大家供大家参考。具体分析如下: 这个例子告诉我们如何限制文本输入框,用户在Windows窗体应用程序中只有数字字符的输入。当用户开始在输入框中输入信息时,textBoxInput_keyPress被调用。 代码如下:private void textBoxInput_KeyPress(object sender,KeyPressEventArgs e) {   const char Delete = (char)8;  
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:34816
    • 提供者:weixin_38526780
  1. c# Form中的键盘响应具体实现思路

  2. 由于工程项目需要,要在全屏Form中加上键盘ESC的响应,实现的效果就是:全屏中press键盘上的Escape键,程序结束。 原本觉得挺简单的功能,却捣鼓了一会儿才解决。大致总结一下步骤: 首先在form的designer下加上 this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form_KeyPress); 然后写响应函数 代码如下: private void Form_KeyPress(object se
  3. 所属分类:其它

    • 发布日期:2020-12-26
    • 文件大小:40960
    • 提供者:weixin_38607908
  1. WinForm下 TextBox只允许输入数字的小例子

  2. 代码如下: private void txtBarCode_KeyPress(object sender, KeyPressEventArgs e)        {            int ikc = (int)e.KeyChar;            if ((!System.Text.RegularExpressions.Regex.IsMatch(e.KeyChar.ToString(), “[0-9]”)) && ((int)e.KeyChar) != 8)          
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:21504
    • 提供者:weixin_38638004