C#
文章平均质量分 87
APP开发王
追求自由、热爱大自然,热爱计算机,喜欢博览专研各种计算机、网络技术!爱打乒乓球。
酷爱程序,动画,平面设计!
展开
-
批量序列生成工具V 1.0 (C#源代码)-------- by wgscd 209/8/9
批量序列生成工具V 1.0-------- by wgscd 209/8/9 Form1.cs: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;原创 2009-08-07 21:32:00 · 264 阅读 · 1 评论 -
C# test excel
Imports Excel = Microsoft.Office.Interop.ExcelPublic Class Form1 Dim BlankRow As Integer = 7 Dim logStrings As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e原创 2009-07-29 09:24:00 · 243 阅读 · 0 评论 -
C# 粘连窗体效果(窗体连动 类似千千静听播放器的)
//blog:http://blog.csdn.net/wgsnet//原创:wgscd两个窗体分别是FormMain FormList 第1个窗体:FormMain : public partial class FormMain : Form { FormList formlist=null ;原创 2009-07-27 22:12:00 · 559 阅读 · 2 评论 -
基于用户角色的权限设计
整个例子随便试验下。--用户与角色是多对多--角色与权限是多对多aps_user---用户表aps_role---角色表aps_user_group--用户角色表aps_module---模块表(或成菜单表)aps_power---权限表1、先创建表用以下脚本if exists (select * from dbo.sysobjects where id = object_id(N原创 2009-04-30 15:54:00 · 417 阅读 · 0 评论 -
SqlBulkCopy from Excel
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using原创 2009-04-09 15:46:00 · 656 阅读 · 0 评论 -
转载(codeproject上的)Create an Automation Add-In for Excel using .NET
IntroductionExcel versions 2002 (XP) and 2003 introduce the concept of an Automation Add-In. Automation Add-Ins allow public functions in COM libraries to act as User-Defined Functions (UDFs) in Exc原创 2008-12-26 17:23:00 · 426 阅读 · 0 评论 -
Color TabControl(C#)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Text;using System.Windows.Forms;using System.Drawing.Drawing2D;using Sys原创 2008-12-25 11:55:00 · 512 阅读 · 0 评论 -
C# richTextBox显示不同文字颜色
public void disply(string strInput) { richTextBox1.ForeColor = Color.Chartreuse; richTextBox1.AppendText(strInput + "/r/n"); richTextBox1.Refresh();原创 2008-12-24 18:53:00 · 412 阅读 · 0 评论 -
序列化 速度测试
序列化 速度测试-----------------SoapFormatter ------------------------------------- DateTime t1 = DateTime.Now; System.Runtime.Serialization.Formatters.Soap.SoapFormatter formator = new System.Run原创 2008-12-15 11:08:00 · 275 阅读 · 0 评论 -
DotNet代码批量注释器(c#)(一)
//先确定测c正册表达式匹配vb.net源代码,提取函数或方法名、参数、返回类型,到后面才好做。//Author : wgscd - wgscd@126.com //Date Created : 17th Feb 2009 //Description : This APP for regex match the vb.net code function name, parameters re原创 2009-02-17 13:33:00 · 306 阅读 · 0 评论 -
C#批量图片转flash
引用SwfDotNet http://sourceforge.net/project/downloading.php?group_id=154817&use_mirror=nchc&filename=swfdotnet-1.0-RC1.zip&1863909 /* SwfDotNet is an open source library for writing, reading原创 2009-02-06 14:19:00 · 837 阅读 · 0 评论 -
.NET Compact Framework 一个明显的BUG
SaveFileDialog dlg = new SaveFileDialog(); dlg.Filter = "image files|*.jpg;*.bmp;*.gif;*.png"; //dlg.FilterIndex=0; if (dlg.ShowDialog() == DialogResult.OK && dlg.Fil原创 2009-09-24 17:30:00 · 311 阅读 · 0 评论 -
c# 获取中国气象局全国城市代码(weather.com.cn)
c# 获取中国气象局全国城市代码(weather.com.cn) 网上很多人都在问怎么得到所有城市的代码。 我就写了个程序大概10秒钟就获取完成了。 这样就方便了大家搞天气信息了哦。 /** Created by SharpDevelop.* User: wgscd* Date: 2009/9/13* Time: 12:3原创 2009-09-13 14:49:00 · 29323 阅读 · 4 评论 -
C#实现桌面透明字幕(仿酷狗)
刚下载了酷狗音乐播放器,听了几首歌,心情很舒畅。 被那桌面字幕效果吸引了。我用20分钟用C#写了这个效果(可睡着时间字幕渐变过去,可添加任意文字字幕): 图: 代码只要是设置Paint 事件. 下载代码:http://blog.csdn.net/wgsnet/archive/2009/10/26/4730556.aspx原创 2009-10-18 00:58:00 · 1165 阅读 · 0 评论 -
批量C#与VB.NET代码互转
/* create by : wgscd * date : 2009/2/12 * discription : can bat convert vb codes to c#,and c# to vb.net. * Blog : http://blog.csdn.net/wgsnet */using System;using System.原创 2009-02-12 12:48:00 · 412 阅读 · 0 评论 -
批量转 PoerPoin word Excel文件为HTML格式(C#)
---------------------------------------------------------Form1.cs--------------------------------------------------------- /* create by : wgscd * date : 2009/2/12 * discription :原创 2009-02-12 13:57:00 · 528 阅读 · 2 评论 -
c# 水晶按钮控件 (美丽)
using System.Windows.Forms; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging; ///原创 2010-02-10 15:20:00 · 1011 阅读 · 1 评论 -
C# 歌词同步
可以桌面字幕透明显示,这个前一篇说过同步就是判断歌曲当前播放时间去匹配歌词文件里的时间段标志。很简单的,当然你还可以自动下载歌曲的歌词并同步。 FormLrc 是显示歌词的窗体: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data原创 2009-10-26 20:06:00 · 1875 阅读 · 2 评论 -
c# 下载千千静听歌词
我wgscd在网上看到一个人说的方法可下载千千静听歌词。我修改了下经调试确实能得到歌词: EncodeHelper.cs:----这个类可编码符合要求的请求ID using System;using System.Collections.Generic;using System.Text;namespace QianQianLrc { publi原创 2009-10-26 20:36:00 · 980 阅读 · 0 评论 -
musicplayer class
//this calss for play music// bY WGSCD #region musicplayer public class OpenFileEventArgs : EventArgs { public OpenFileEventArgs(string filename) { this.FileName原创 2009-02-06 11:58:00 · 270 阅读 · 0 评论 -
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.Reflection;u原创 2009-02-05 12:30:00 · 397 阅读 · 0 评论 -
.net2.0 listView不该有的BUG?
.net2.0 listView不该有的BUG?发现listView 有点问题ListViewItem it = new ListViewItem("parent"); it.SubItems.Add("sub"); listView2.Items.Add(it); this.Text = listView2.Items[0].原创 2008-11-27 15:55:00 · 309 阅读 · 0 评论 -
奔腾FlashPlayer Source Code
Imports System.NetImports System.IOImports System.ThreadingImports System.XmlPublic Class Form MyRSS By: wgscd Date:2005-11-13 Contact:wgscd@126.com v QQ;153964481 Inherits Sy原创 2006-08-18 21:29:00 · 759 阅读 · 0 评论 -
VB.NET与C#.NET全面讨论比较资料---给你一个参考
VB.NET与 C#.NET全面讨论比较资料 ---给你一个参考 ----------------------作者:wgscd 2005/11/12自从MS 实施“.net 战略” 计划以来,在MS新的.net开发平台上出现了两种“令百万程序员苦恼如何选择”的语言,C#.net 和V原创 2005-11-21 14:40:00 · 1109 阅读 · 1 评论 -
解决乱码问题
在.NET里有时候我们读文件或者是用.net 里的类下载(或是请求)网上的文件的时候会得到一团乱码开始我也纳闷后来知道system.TXT.Encoding里有个GetEncoding方法一般我们可以这样如读文件 Dim sr As New StreamReader(File.OpenRead("d:/wgscd.htm"), Encoding.GetEncoding("gb2312"))原创 2005-09-21 17:01:00 · 1245 阅读 · 0 评论 -
C#代码转换为VB.NET的工具
虽然C#和VB.NET在许多地方是相通的,但是许多VB爱好者还是苦于将一些有用的C#代码转换为VB.NET这样我就给大家介绍一个自己编写的小工具(主要是借用网上提供的Web Service),这个工具可以将C#代码转换为VB.NET。正确率很高的哦!http://xkec.com/wgscd/exe/toVBnet.rar点击这里下载截图:tovbDotNET原创 2005-04-12 19:51:00 · 1160 阅读 · 0 评论 -
键盘记录(全局HOOK应用)
在Code Project里面找到一篇文章“Global System Hooks in .NET”,它能在.NET里面实现全局钩子,but what I dislike there is an unmanaged DLL in C++ that is a main part of this solution. This unmanaged DLL in C++ and a num原创 2005-03-25 12:16:00 · 2249 阅读 · 2 评论 -
远程重启计算机(C#)
远程重启计算机(C#)首先添加对 System.Management的引用然后代码入下:ConnectionOptions op = new ConnectionOptions ( ) ; op.Username ="wgscd";或者你的帐号(注意要有管理员的权限) op.Password = "wgscd" ; 你的密码 ManagementScope scope = new原创 2005-02-24 13:38:00 · 913 阅读 · 6 评论 -
控制光驱的开,关
***************************控制光驱的开,关By :自由奔腾(wgscd)***************************imports Microsoft.VisualBasic.CompatibilityPrivate Declare Function CDdoor Lib "winmm.dll" Alias "mciSendStringA"(ByV原创 2005-02-18 15:30:00 · 770 阅读 · 0 评论 -
特洛伊木马服务器源代码(C#)
特洛伊木马服务器//wgscd 2004-12 QQ:153964481using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.IO;using System.Ne原创 2004-12-22 13:58:00 · 917 阅读 · 1 评论 -
全局XML Web服务体系结构概述
全局XML Web服务体系结构(Global XML Web Services Architecture,下面简称GXA)平台是一个新术语,包括Web服务交互领域的许多制定的新标准。相当多的大公司正在GXA的幕后进行合作,包括微软和IBM。GXA的主要目标是定义指定Web服务的协议新家族的语法和语义,这些协议把SOAP和XML的基本功能带到下一代相互适应性中。虽然在过去的几年中,已经做了大量的工作原创 2004-12-19 13:59:00 · 813 阅读 · 0 评论 -
喜欢VB.NET
VB.NET和C#是相通的。以前听人在说C#比VB.NET强大些,我动摇了,也去追C#,没有想到我只习惯人性化的IDE,VS.NET 2003里C#.NET没有VB.NET好用,语法提示也做得不明智!VB.NET里dim 后就会自动罗列相关的东东,C#里你就做不到,你可以 new 后罗列,但是那有时候你不需要写“new”的,为了快输就不得不那样迂回着做!!,先前有人说VB.NET的代码混乱,冗长。原创 2004-12-21 14:30:00 · 796 阅读 · 1 评论 -
[转贴]Visual C#创建和修改注册信息
如何用Visual C#来创建、修改注册信息(王天 2002年01月08日 20:08)在《如何读取注册信息》和《用Visual C#来删除注册表中的注册信息》文章中,已经探讨了用Visual C#来读取、删除注册表中的注册信息,在本篇文章中我们就来介绍Visual C#注册表编程的另外二个重要的操作:创建注册信息和修改注册信息。 在上二篇文章中,我们已经知道,由于Visual C#本身没有类库,转载 2004-12-13 17:28:00 · 619 阅读 · 0 评论 -
.NET里工作线程和界面的线程(主线程)调用
.NET里工作线程和界面的线程(主线程)不能通过一般方式交互, 是为了安全。那另外有两个方法实现工作线程和界面的线程(主线程)交互!方法一是用Invoke或者 BeginInvoke private void button1_Click(object sender, EventArgs e) { System.Threading.Thr原创 2007-09-13 23:46:00 · 671 阅读 · 0 评论 -
.net的代码动态执行例子(动态编译?)
用C# 可以用很多Microsoft.Visualbasic.*.dll 提供的功能. C# 利用VB的特性 动态计算字串表达式值 要计算一些字符串表达式,如"1 + 3 / 2",用CodeDom动态生成一个包含自定义函数的程序集,再通过反射调用。网上例子极多。支持常用数学函数,如Sin,Log等,而且不区分大小写。 using System;usin原创 2007-09-25 23:26:00 · 650 阅读 · 1 评论 -
QQ相册查看器(C# 源码)
for this source code ,its freeall write by : wgscddate Time :2008/11/24contact :wgscd2126.com qq:153964481bLOG :HTTP://BLOG.CSDN.NET/WGSNET ---------------原创 2008-11-24 18:22:00 · 1158 阅读 · 1 评论 -
C# Json类
/*By:wgscdhttp://blog.csdn.net/wgsnetC# Json类 ,目前CSV,Json等格式很流行了,像Yahoo,Google等搜索引擎都有这种格式。.net 2.0既然没有来处理Json的类。实在不应该,好像说是.NET3.5已经有了。手工活写转换JSON格式如下:*/ using System;using System.Data;usi原创 2008-11-17 10:16:00 · 549 阅读 · 0 评论 -
抛出未处理的与CLS兼容/不兼容的异常
抛出未处理的与CLS兼容/不兼容的异常By wgscd 2008/11/3http://blog.csdn.net/wgsnet程序里不免会发生也想不到的错误当发生那种没有预料到的错误时候,程序在崩溃前给用户显示个抱歉信息,同时收集到导致崩溃的异常信息是很有必要的就是要处理好UnhandledException例子:[STAThread] static vo原创 2008-11-03 10:07:00 · 311 阅读 · 0 评论 -
CompareString比较字符串
比较字符串 http://p.blog.csdn.net/images/p_blog_csdn_net/wgsnet/EntryImages/20080926/CompareString.png //*****************************************Form1.Designer.cs*********************原创 2008-09-12 17:14:00 · 4025 阅读 · 0 评论 -
C#获取硬盘序列号,CPU序列号,网卡MAC地址
private void Form1_Load(object sender, EventArgs e) { MessageBox.Show(GetMoc()[2]); } private string[] GetMoc() { string[]转载 2008-09-09 09:55:00 · 286 阅读 · 0 评论