• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 截屏  QQ  

资源简介


资源截图

代码片段和文件信息


/****************************************
 * 背景窗口
 * 该窗口将以整个屏幕为backGroundImage
 * 其大小为屏幕大小
 * -------------------------------------
 *             by zhouyinhui 2006_6_26
 ****************************************/ 


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Text;
using System.Windows.Forms;

namespace QQCatchScreen
{
    public partial class FormBack : Form
    {
        /// 
        /// 保存整个屏幕的图像
        /// 

        private Bitmap screenImage = null;

        /// 
        /// 用于确定最终捕获图像的窗口
        /// 

        private FormCatcher catcher = new FormCatcher();

        /// 

        /// 用于记

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3262  1999-06-05 08:05  QQCatchScreen\QQCatchScreen\bin\Debug\cur.cur

     文件      32768  2006-06-27 15:27  QQCatchScreen\QQCatchScreen\bin\Debug\QQCatchScreen.exe

     文件       8745  2006-06-27 15:27  QQCatchScreen\QQCatchScreen\FormBack.cs

     文件       5637  2006-06-27 15:27  QQCatchScreen\QQCatchScreen\FormBack.Designer.cs

     文件       5814  2006-06-27 15:27  QQCatchScreen\QQCatchScreen\FormBack.resx

     文件       4608  2006-06-27 15:21  QQCatchScreen\QQCatchScreen\FormCatcher.cs

     文件       2158  2006-06-27 01:16  QQCatchScreen\QQCatchScreen\FormCatcher.Designer.cs

     文件       5814  2006-06-27 01:16  QQCatchScreen\QQCatchScreen\FormCatcher.resx

     文件       4844  2006-06-24 17:44  QQCatchScreen\QQCatchScreen\Img\qq.jpg

     文件        475  2006-06-26 22:16  QQCatchScreen\QQCatchScreen\Program.cs

     文件       1184  2006-06-26 22:07  QQCatchScreen\QQCatchScreen\Properties\AssemblyInfo.cs

     文件       3091  2006-06-27 01:38  QQCatchScreen\QQCatchScreen\Properties\Resources.Designer.cs

     文件       6185  2006-06-27 01:38  QQCatchScreen\QQCatchScreen\Properties\Resources.resx

     文件       1096  2006-06-26 22:07  QQCatchScreen\QQCatchScreen\Properties\Settings.Designer.cs

     文件        249  2006-06-26 22:07  QQCatchScreen\QQCatchScreen\Properties\Settings.settings

     文件       3720  2006-06-27 15:21  QQCatchScreen\QQCatchScreen\QQCatchScreen.csproj

     文件        928  2006-06-26 22:07  QQCatchScreen\QQCatchScreen.sln

    ..A..H.     15872  2006-06-27 01:57  QQCatchScreen\QQCatchScreen.suo

     目录          0  2006-06-27 15:52  QQCatchScreen\QQCatchScreen\bin\Debug

     目录          0  2006-06-27 15:52  QQCatchScreen\QQCatchScreen\bin

     目录          0  2006-06-27 15:52  QQCatchScreen\QQCatchScreen\Img

     目录          0  2006-06-27 15:52  QQCatchScreen\QQCatchScreen\Properties

     目录          0  2006-06-27 15:52  QQCatchScreen\QQCatchScreen

     目录          0  2006-06-27 15:52  QQCatchScreen

----------- ---------  ---------- -----  ----

               106450                    24


评论

共有 条评论