码迷,mamicode.com
首页 >  
搜索关键字:drawing    ( 1578个结果
C# asp.net 图片微略图及图片裁剪处理
try { //取得图片大小 System.Drawing.Size size = new System.Drawing.Size(Conve...
分类:Web程序   时间:2014-05-11 15:55:30    阅读次数:422
NET简单的一个画图程序
using System;using System.Drawing;//HttpUtility.UrlEncode/// ///Curve 的摘要说明/// public class Curve{ public Curve() { // //TODO: 在此处...
分类:Web程序   时间:2014-05-10 07:36:33    阅读次数:491
多文件上传简单实现
五一假期后的第一天上班,无聊,做了一个简单的多文件上传,如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using ...
分类:其他好文   时间:2014-05-10 02:11:14    阅读次数:387
[C#]组合框设计windows加减乘除简单计算器应用
组合框使用方法,按照下面图片上提示,设计一个windows应用程序,实现不同运算。 界面设计: 代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq;...
分类:Windows程序   时间:2014-05-09 21:11:23    阅读次数:481
正在进行中效果
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ....
分类:其他好文   时间:2014-05-09 16:00:14    阅读次数:209
来篇文章:ASP。NET程序中动态修改web.config中的设置项目 (后台CS代码)
来篇文章:ASP。NET程序中动态修改web.config中的设置项目 (后台CS代码) 朋友们可以自行测试,我这里都没有问题了,鳖了一上午的问题总算解决了 using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; usin...
分类:Web程序   时间:2014-05-09 15:08:43    阅读次数:373
U盘是否插入+导入导出文件
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:其他好文   时间:2014-05-08 14:25:18    阅读次数:434
疯狂猜成语测试版
首先展示是我们的首界面。下面展示的是初级的代码及界面。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data; using System.Drawing;using Sys...
分类:其他好文   时间:2014-05-08 07:32:09    阅读次数:447
csharp:Optical Character Recognition
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Drawing;using System.IO;using System....
分类:其他好文   时间:2014-05-08 06:10:59    阅读次数:395
[转载]GDI+中发生一般性错误
注:第一次写博客,把自己遇到的问题和收集的资料记录在博客上。在开发.NET应用中,使用 System.Drawing.Image.Save 方法而导致“GDI+ 中发生一般性错误”的发生,通常有以下三种原因:1. 相应的帐户没有写权限。解决方法:赋予 NETWORK SERVICE 帐户以写权限。2...
分类:其他好文   时间:2014-05-05 21:40:45    阅读次数:318
1578条   上一页 1 ... 155 156 157 158 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!