自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Gerry的博客

C# Winform , ASP.NET WEB

  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 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.Runtime.Interop

2015-06-24 15:04:51 6326 2

原创 C# Winfrom開機自動啟動

//写注册表开机自启动           string run = @"Software\Microsoft\Windows\CurrentVersion\Run";            RegistryKey reg = Registry.CurrentUser;            RegistryKey Task = reg.OpenSubKey(run, true);

2015-06-24 08:17:09 496

原创 C# DataGridView手动添加数据

开发环境:VS2008.Net版本:.Net Framework 2.0最终效果图片:源码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;

2015-06-22 15:57:55 47868 1

原创 C# Oracle分頁完整代碼

開發環境:VS2008.NET版本:.Net Framework2.0using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System

2015-06-18 09:59:50 546

原创 C# winfrom 录音

导入API函数:                  [DllImport("winmm.dll")]        public static extern int mciSendString(string lpstrCommand, string lpstrReturnString, int uReturnLength, int hwndCallback);开始录音:

2015-06-17 08:35:08 3497

delphi VCLSkin

delphi VCLSkin 一个用着不错的皮肤工具,给大家一起用。

2013-06-02

空空如也

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

TA关注的人

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