摘要:
C# 链接MySql数据库只得注意的几点:1、C#链接MySql数据库要在网上下载一个mysql-connector-net-6.0.4-noinstall.rar 这里面放的都是一堆dll.将他们全部放在ProjectBin 然后在VS里引入一下就OK啦~ 对了mysql.data.cf.dll这个除外(不要引用)2、进行数据库链接的时候注意了,c#链接MySql是和链接SQl的代码是不一样的。... 阅读全文
posted @ 2010-01-14 16:25
TS_Little Mouse
阅读(2049)
评论(0)
推荐(1)
摘要:
先是给大家一个类: class ScreenShot { public static void CaptureImage(Point SourcePoint, Point DestinationPoint, Rectangle SelectionRectangle, string FilePath) { using (Bitmap bitmap = new Bitmap(SelectionRect... 阅读全文
posted @ 2010-01-14 10:24
TS_Little Mouse
阅读(434)
评论(0)
推荐(0)