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

搜索资源列表

  1. VisualStudio2008创建的开启程序启动音乐C#源代码,可以播放mp3,wav等许多格式。

  2. VisualStudio2008创建的开启程序启动音乐C#源代码,可以播放mp3,wav等许多格式。 private SoundPlayer myplayer = new SoundPlayer(); Microsoft.VisualBasic.Devices.Computer my = new Microsoft.VisualBasic.Devices.Computer(); private void Form1_Load(object sender, EventArgs e) { my.A
  3. 所属分类:C#

    • 发布日期:2009-05-01
    • 文件大小:29360128
    • 提供者:gouyue
  1. C# 读写XML实例

  2. C# 读写XML文件,VS2005环境 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace XmlApp { public partial class Form1 : Form { priv ate
  3. 所属分类:Java

    • 发布日期:2009-05-02
    • 文件大小:13312
    • 提供者:rovecat
  1. 简单计算器简单计算器

  2. c#计算器namespace _23 { public partial class 计算器 : Form { public 计算器() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { opnum = 0; DecimalFlag = fa lse; op1DecimalFlag = false; OperateFlag = false; ...展开收缩
  3. 所属分类:C#

    • 发布日期:2009-07-03
    • 文件大小:96256
    • 提供者:wawwcw
  1. C实现的关联规则算法

  2. C语言实现的Apriori关联规则算法 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Collections; namespace Apriori { //事务 struct trans
  3. 所属分类:C

    • 发布日期:2009-07-28
    • 文件大小:11264
    • 提供者:xtu502
  1. C#窗体的动画效果窗体的动画效果

  2. static void Main() { Application.Run(new Form1()); } [System.Runtime.InteropServices.DllImport("user32")] private static extern bool AnimateWindow(IntPtr hwnd,int dwTime, int dwFlags); const int AW_HOR_POSITIVE = 0x0001; const int AW_H OR_NEGATIVE =
  3. 所属分类:C#

    • 发布日期:2009-10-18
    • 文件大小:28672
    • 提供者:liyanjing1210
  1. datagridview(极速)导出到Excel

  2. datagridview(极速)导出到Excel 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; using DGVtoExcel; namespace Wi
  3. 所属分类:其它

    • 发布日期:2009-10-27
    • 文件大小:24576
    • 提供者:liyanjing1210
  1. API精灵源码(C#编)

  2. /* API精灵 FOR C# 开始设计日期 2004.03.06 设计目的:简单快速对C#中使用的API函数进行查询,并给出调用代码 设计进度: 2004.03.09 完成对的查询功能,包括 代码调用,中文注释,所需的DLL库,与C#中函数对应关系 2004.03.10 0:48:52 完成了用StringBuilder数组对原ComboBox的替换,可以使程序不用从新读取数据库就可以刷新修改后的信息! 2004.03.10 18:00:00 完成了用ArrayList对Strin gBui
  3. 所属分类:C#

    • 发布日期:2009-11-01
    • 文件大小:663552
    • 提供者:tianzhu131
  1. C#图书馆管理信息系统

  2. 附登陆代码: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Data.SqlClient; namespace 图书馆管理信息系统 { /// /// Form1 的摘要说明。 /// pub lic class login : Syst
  3. 所属分类:其它

    • 发布日期:2009-11-12
    • 文件大小:679936
    • 提供者:lengyan20089
  1. 基于C#串口读写程序

  2. 基于C#串口读写程序 //程序开启,串口初始化 private void Form1_Load(object sender, System.EventArgs e) { mycom1.PortNum = iPort; mycom1.BaudRate = iRate; mycom1.ByteSize = bSize; mycom1.Parity = bParity; mycom1.StopBits = bStopBits; mycom1.ReadTimeout = iTimeout; if (t
  3. 所属分类:C#

    • 发布日期:2010-01-03
    • 文件大小:54272
    • 提供者:yongzhe120
  1. vs2005c#皮肤控件

  2. 轻松换肤,摆脱丑陋的界面,支持.NET2005及其以下版本 一.添加控件IrisSkin2.dll。方法:      1.右键“工具箱”。“添加选项卡”,取名“皮肤”。      2.右键“皮肤”,“选择项”弹出对话框     3.点击“浏览“,找到IrisSkin2.dll,,next,next,确定。     4.在皮肤里会出现 。     5.把SkinEngine拖到设计界面,会出现在下面。    二,把皮肤文件中以ssk为后缀名的文件(如OneGreen.ssk)放在bin文件夹的d
  3. 所属分类:C#

    • 发布日期:2010-01-20
    • 文件大小:3145728
    • 提供者:kayshnswa
  1. 学生资源信息管理系统

  2. 基本的学生信息管理系统 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace 学生管理系统 { public partial class Form1 : Form { public Form1() {
  3. 所属分类:C

    • 发布日期:2010-02-24
    • 文件大小:140288
    • 提供者:chh812695
  1. 使用绝对地址来做闪屏

  2. private void Form1_Load(object sender, EventArgs e) { label2.Text = "欢迎使用Visual C#.NET程序设计实验平台"; label2.Text = label2.Text + "本软件适用于初学Visual C#.NET程序设计的朋友"; timer1.Start(); } private void timer1_Tick(object sender, EventArgs e) { if (this.progressBa
  3. 所属分类:C#

    • 发布日期:2010-03-06
    • 文件大小:3072
    • 提供者:yys_lovely
  1. c# DBF数据库导入导出实例

  2. c# DBF数据库导入导出实例 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.Odbc; using System.Data.SqlClient; namespace DbfEx
  3. 所属分类:其它

    • 发布日期:2010-03-09
    • 文件大小:28672
    • 提供者:karlivo
  1. C#与数据库 图书管理系统

  2. 包含有数据库文件 using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication10 { public partial class Form1 : Form { i
  3. 所属分类:其它

    • 发布日期:2010-03-24
    • 文件大小:505856
    • 提供者:shungang1988
  1. c#界面美化文件DiamondBlue.ssk

  2. 在程序开始运行加载的事件里写调用代码: 例: private void Form1_Load(object sender,EventArgs e) { this.skinEngine1.SkinFile=@"\RealOne.ssk"; }
  3. 所属分类:C#

    • 发布日期:2010-04-12
    • 文件大小:16384
    • 提供者:zhengjun_025
  1. c#界面美化皮肤DiamondGreen.ssk

  2. 在程序开始运行加载的事件里写调用代码: 例: private void Form1_Load(object sender, EventArgs e) { this.skinEngine1.SkinFile = @"\RealOne.ssk"; }
  3. 所属分类:C#

    • 发布日期:2010-04-12
    • 文件大小:16384
    • 提供者:zhengjun_025
  1. c# 制作和实现波形

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace huiji { public partial class Form1 : Form { public Form1() { InitializeCom
  3. 所属分类:C#

    • 发布日期:2010-05-14
    • 文件大小:31744
    • 提供者:yadikar1218
  1. VS不用人教自己看自己学两小时做的小计算器

  2. 什么好玩做什么 namespace WindowsFormsApplication1 { public partial class Form1 : Form { Double first = 0; String second = null; int code = 0; String result = null; public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e
  3. 所属分类:C#

    • 发布日期:2010-05-26
    • 文件大小:16384
    • 提供者:s0551421
  1. C#2008 winform皮肤!绝对能用!

  2. 首先,直接将下载好的dotnetskin.dll拖到VS05的工具栏中,会出现skinUI的控件,或者在工具栏的组件里面点右键--》添加项--》.net framework 组件卡下面,浏览那个dotnetskin.dll文件添加就行了。 之后将skinUI拖入winForm中,将会添加dotnetskinl引用。 调用skinUI的代码如下: 将skn文件导入skinUI (下载的压缩包中带有SKN文件) private void Form1_Load(object sender, Even
  3. 所属分类:C#

    • 发布日期:2010-06-17
    • 文件大小:5242880
    • 提供者:zhang_shao
  1. 托盘,右键演示,C#源代码private void Form1_Load(object sender, EventArgs e)

  2. 托盘,右键演示,C#源代码private void Form1_Load(object sender, EventArgs e) {//设置托盘控件属性 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Text = "演示创建托盘"; this.notifyIcon1.Visible = true; this.notifyIcon1.Icon = new Icon("MyIcon.ico"
  3. 所属分类:C#

    • 发布日期:2009-01-16
    • 文件大小:57344
    • 提供者:bkxxf
« 12 3 4 5 6 7 8 »