自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(19)
  • 资源 (1)
  • 收藏
  • 关注

原创 c#最小化到托盘代码

 C#原代码 最佳答案using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsApplicatio

2009-03-17 14:53:00 578

原创 c#注册设置代码

 C#原代码(使用sql数据库) 最佳答案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.S

2009-03-17 14:52:00 664

原创 c#设置登入界面代码

 C#原代码(使用sql数据库) 最佳答案using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using System.Text;using System.Windo

2009-03-17 14:51:00 974

原创 c#选项卡设置代码

 C#原代码 最佳答案using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace wdemo6{    public

2009-03-17 14:50:00 790 1

原创 c#确认是否关闭窗体代码

 C#原代码 最佳答案using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsApplicatio

2009-03-17 14:49:00 2390

原创 c#记事本代码

 C#原代码 最佳答案using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.IO;using System.Windows.Forms;namespace W

2009-03-17 14:48:00 2426 6

原创 c#各个类的调用

 C#原代码 最佳答案******************************program.csusing System;using System.Collections.Generic;using System.Threading;using System.IO;namespace mydemo{    class Program    {        static void M

2009-03-17 14:47:00 700

原创 c#父窗体设置代码

 C#原代码 最佳答案using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace wdemo6{    public

2009-03-17 14:46:00 2253

原创 c#定时提示器代码

 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.Media;using Syst

2009-03-17 14:45:00 1533 1

原创 c#登入注册设置代码

 C#原代码 最佳答案using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace twoForm{    publi

2009-03-17 14:44:00 1249

原创 C#登入设置原代码(使用sql数据库)

 C#原代码(使用sql数据库) 最佳答案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.S

2009-03-17 14:43:00 433

原创 c#登入设置代码

 C#原代码(使用sql数据库) 最佳答案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.S

2009-03-17 14:41:00 434

原创 c#打印设置代码

 C#原代码 最佳答案using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace WindowsApplication1{ ///  /// Form1 的摘要说明。 

2009-03-17 14:40:00 2789

原创 用c#从网络传递消息

 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.IO

2009-03-17 14:39:00 474

原创 c#播放音乐

 C#原代码  注意此代码只支持wav格式的音乐文件 最佳答案using System;using System.Collections.Generic;using System.Text;using System.Media;/////////添加文件的命名空间namespace ConsoleApplication1{    class Program    {        st

2009-03-17 14:36:00 438

原创 c#listview常用的方法

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.IO;namespace wd

2009-03-14 19:26:00 1539

原创 C#小结

看看评评俺想你们耶!!!!! 一C#小结返回值只有类型  public int test1()无返回的只有    public  void ok()显示:Console.WriteLine(显示的内容,如果是字符串用””把它括起来,字符用’’);输入:int n = Convert.ToInt32(Console.ReadLine());//数字的要进行转换//

2009-01-01 19:43:00 633

原创 初级sql小结

牛刀小试;呵呵!还望各位兄台要多多照顾 O~~! 下面就让我们开始吧!   一.【1】创建数据库create database  mydb3--- 数据库名--以下为数据文件on(       name=mydb3_data,       filename=d:/db/mydb3_data.mdf,--ndf       size=5mb

2008-12-18 10:24:00 683 2

原创 初级c总结

这里是我这只菜鸟的初作,自然有不足之处.        望各位高手多多的提出见解及评论.记得不要吝啬哦~~~~! 这里我就不多介绍啦~~    如果各位有空可以去see see~~  #include//包含头文件1.      void test();//无返回值子函数声明 2.      int test();有返回值子函数声明表达式return a//其中

2008-12-17 12:45:00 386 1

flex基础参考huxj

如果你觉得网上的很多文章看太深奥,或者你是一个没有任何程序基础想学as,或者你连flash都不会。那么这篇文章就是你茫茫大海上的明灯,让你找到学习as的方向

2011-12-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除