posts - 22,  comments - 173,  trackbacks - 5
公告
09 2009 档案
C#模仿QQ截图功能
摘要: 最新接到任务需要给客户制作个能图片截取并合成编辑的小程序,研究了两天GDI+,改了段C#截图功能的代码,现贴上来希望对大家有用 主文件 CaptureScreenForm.cs using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Runtime.InteropServices; namespace CaptureScreen { /// /// CaptureScreenForm 的摘要说明。 /// public class CaptureScreenForm : System.Windows.Forms.Form { private System.Windows.Forms.PictureBox picbox; pr阅读全文
posted @ 2009-09-07 14:14 小柯 阅读(1313) | 评论 (6) 编辑