自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Neok HOME

用着用着,你就会习惯了!

  • 博客(15)
  • 资源 (3)
  • 收藏
  • 关注

原创 C#获取图片的指定部分

        /**////         /// http://www.cnblogs.com/KissKnife/archive/2007/10/13/923352.html        /// 获取图片指定部分        ///         /// 图片路径        /// 目标图片开始绘制处的坐标X值(通常为0)        /// 目标图片开始绘制处的坐标Y值(

2008-01-31 16:55:00 4461

原创 C#增加任务栏系统右键菜单项目

给窗体的任务栏右键菜单增加项目 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;us

2008-01-31 16:50:00 4090

原创 C#无边框窗体在任务栏右键菜单

在建立C#的无边框窗体的时候,在任务栏上点击窗体的时候,无法显示系统的右键菜单。由于是C#隐藏掉了系统的右键菜单,使用以下代码显示出来就可以了。不过存在一个问题是,最大化的时候会把任务栏也覆盖掉,界面占满整个屏幕1、在Class里面加入 using System;using System.Collections.Generic;using System.Linq;using S

2008-01-31 16:45:00 3359 1

原创 asp读4

%示例:ASP连接Access数据库,无密码连接DBPath=Server.MapPath("myData.mdb")    数据库存放路径Strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & DBPath     连接字符串Set conn = Server.CreateObject("ADODB.Connection") 

2008-01-22 09:47:00 2134

原创 asp写access

%提交留言Dim user,ip,writetime,info,otheruser=Request("user")info=Request("info")other=Request("other")If ip="" then ip=Request.ServerVariables("REMOTE_ADDR")writetime=now()DBPath=Server.MapPath("myDa

2008-01-22 09:47:00 1364

原创 asp读3

%示例:ASP连接Access数据库,无密码连接DBPath=Server.MapPath("myData.mdb")    数据库存放路径Strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & DBPath     连接字符串Set conn = Server.CreateObject("ADODB.Connection") 

2008-01-22 09:46:00 1322

原创 ASP操作access数据库

...示例:ASP连接Access数据库,无密码连接DBPath=Server.MapPath("myData.mdb")    数据库存放路径Strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & DBPath     连接字符串Set conn = Server.CreateObject("ADODB.Connection"

2008-01-22 09:45:00 2438

原创 ASP留言的access数据库操作

%Response.Write("*************************"&"")Response.Write("Neok的ASP程序的第一个测试"&"")Response.Write("*************************"&"")示例:ASP连接Access数据库,无密码连接DBPath=Server.MapPath("myData.mdb")    数据库存

2008-01-22 09:41:00 1634 1

原创 vb读取保存txt文件

Option ExplicitPrivate Sub Write_Click()    读取On Error GoTo ErrHandler        Form1.CommonDialog1.ShowOpen    Dim OpenFile, MyString As String    OpenFile = CommonDialog1.FileName    Open OpenFile 

2008-01-22 09:28:00 8099 1

原创 冒泡排序,随机数

// 读取资源文件中的图片this.pictureBox1.Image = Random.Properties.Resources._0;// 随机数System.Random rnd = new System.Random();    //随机函数            int[] myNumber=new int[55];     //定义54的数组,myNumber[0]未用      

2008-01-22 09:22:00 1759

原创 C#连接access及相关操作

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.OleDb;using System.Drawing;using System.Text;using System.Windows.Forms;namespace Window

2008-01-22 09:15:00 1213

原创 C#资源管理器源码

//C#资源管理器源码using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.IO;using System.Runtime.InteropServices;na

2008-01-22 09:09:00 2354

原创 C#实现Ping

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;//使用进程类,创建独立进程/

2008-01-22 09:02:00 1160

原创 C#中ListView和ImageList配合使用

http://www.programfan.com/club/post-218751-1.htmlusing System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.

2008-01-11 13:59:00 8685

原创 C#创建不规则美化窗体

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 notify{    pub

2008-01-02 08:54:00 2006 3

一个C#窗体美化的程序

自定义一些控件,从control中继承,来实现自定义窗体样式,美化winform窗体。

2010-12-04

Flash8中几种画图工具

在Flash8中,AS2.0的代码实现画圆,弧,虚线及一些其他画图的基本功能。还有画五角星。

2009-08-15

Flash时钟的原文件

Flash时钟的原文件。

2007-09-12

空空如也

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

TA关注的人

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