资源简介
代码片段和文件信息
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.SqlClient;
namespace Ex12_16
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
CodeImage(CheckCode());
}
private string CheckCode()
{
int number;
char code;
string checkCode = String.Empty;
Random random = new Random();
for (int i = 0; i < 4; i++)
{
number = random.Next();
if (number % 2 ==
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-04-06 13:10 Ex12_16\
文件 910 2007-07-11 11:32 Ex12_16.sln
文件 15360 2007-07-11 11:32 Ex12_16.suo
目录 0 2010-04-06 13:10 Ex12_16\bin\
目录 0 2010-04-06 13:10 Ex12_16\bin\Debug\
文件 20480 2007-07-11 11:32 Ex12_16\bin\Debug\Ex12_16.exe
文件 26112 2007-07-11 11:32 Ex12_16\bin\Debug\Ex12_16.pdb
文件 5632 2007-07-11 11:32 Ex12_16\bin\Debug\Ex12_16.vshost.exe
文件 3221 2007-07-11 11:32 Ex12_16\Ex12_16.csproj
文件 3033 2007-07-11 11:32 Ex12_16\Form1.cs
文件 4096 2007-07-11 11:32 Ex12_16\Form1.Designer.cs
文件 5814 2007-07-11 11:32 Ex12_16\Form1.resx
目录 0 2010-04-06 13:10 Ex12_16\obj\
目录 0 2010-04-06 13:10 Ex12_16\obj\Debug\
文件 842 2007-07-11 11:32 Ex12_16\obj\Debug\Ex12_16.csproj.GenerateResource.Cache
文件 20480 2007-07-11 11:32 Ex12_16\obj\Debug\Ex12_16.exe
文件 180 2007-07-11 11:32 Ex12_16\obj\Debug\Ex12_16.Form1.resources
文件 26112 2007-07-11 11:32 Ex12_16\obj\Debug\Ex12_16.pdb
文件 180 2007-07-11 11:32 Ex12_16\obj\Debug\Ex12_16.Properties.Resources.resources
目录 0 2010-04-06 13:10 Ex12_16\obj\Debug\TempPE\
文件 268 2007-07-11 11:32 Ex12_16\obj\Ex12_16.csproj.FileList.txt
文件 466 2007-07-11 11:32 Ex12_16\Program.cs
目录 0 2010-04-06 13:10 Ex12_16\Properties\
文件 1162 2007-07-11 11:32 Ex12_16\Properties\AssemblyInfo.cs
文件 2868 2007-07-11 11:32 Ex12_16\Properties\Resources.Designer.cs
文件 5612 2007-07-11 11:32 Ex12_16\Properties\Resources.resx
文件 1090 2007-07-11 11:32 Ex12_16\Properties\Settings.Designer.cs
文件 249 2007-07-11 11:32 Ex12_16\Properties\Settings.settings
- 上一篇:C# 读取写入注册表
- 下一篇:C# 自绘窗体
相关资源
- winform 鼠标聚焦 焦点时变色
- winform仿qq停靠屏幕边缘
- winform手动改变自定义窗口大小
- winform鼠标穿透(新)
- C#winform打印指定区域 -控件拖动 -设置
- 利用uu云打码平台的lib实现的c#打码平
- winform 垂直交错效果显示图像
- winform 浮雕效果的图像
- USB扫码枪验证
- WPF 自定义标题的winform窗体实现源码
- AppStore订单验证
- C# WinForm取命令行参数
- Winform中鼠标穿透效果,类似桌面壁纸
- winform 利用image实现变脸小动画
- 利用cookie可以在静态页判断验证码是
- 静态页判断验证码是否输入正确
- winform中set文件的写入
- winform操作webform后台
- winform程序默认以管理员身份运行 (
- 生成中文验证码
- 身份证号码验证工具
- 自定义Winform窗体例子(入门级)122
- js调用winform类中的方法
- winform收银机客显器LED测试软件demo
- winform 窗体换肤技巧
- winform富文本编辑器(kwig)
- C# 小软件:WINFORM 浏览器
- WinForm实现文件的压缩和解压,并思考
- winform右下角最小化
- WinForm联合halcon加载一张图片
评论
共有 条评论