• 大小: 0.14M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 学习  

资源简介

仿QQ在屏幕边框隐藏窗口源码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace QQFrm
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        #region  公共变量
        IntPtr Tem_Handle;//获取控件及窗体的句柄
        Point CPoint;//获取控件中鼠标的坐标
        static int Tem_place = 0;
        int Frm_Height = 0;
        int FrmHeight = 0;

        #endregion

        #region  API声明
        //获取当前鼠标下可视化控件的句柄
        [DllImport(“user32.dll“)]
        public static extern int WindowFromPoint(int xPoint int yPoint);
        //获取指定句柄的父级句柄
        [DllImport(

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

     文件       1977  2013-02-18 11:17  仿QQ在屏幕边框隐藏窗口源码\51Aspx源码必读.txt

    ....SHR     44032  2014-04-19 17:52  仿QQ在屏幕边框隐藏窗口源码\bin\Debug\lpk.dll

     文件     403968  2013-02-18 11:11  仿QQ在屏幕边框隐藏窗口源码\bin\Debug\QQFrm.exe

     文件      26112  2013-02-18 11:11  仿QQ在屏幕边框隐藏窗口源码\bin\Debug\QQFrm.pdb

     文件      11592  2013-02-18 11:14  仿QQ在屏幕边框隐藏窗口源码\bin\Debug\QQFrm.vshost.exe

     文件        490  2012-07-26 20:00  仿QQ在屏幕边框隐藏窗口源码\bin\Debug\QQFrm.vshost.exe.manifest

     文件       7858  2013-02-18 11:13  仿QQ在屏幕边框隐藏窗口源码\Form1.cs

     文件       5297  2009-02-07 15:06  仿QQ在屏幕边框隐藏窗口源码\Form1.Designer.cs

     文件       6203  2009-02-07 15:06  仿QQ在屏幕边框隐藏窗口源码\Form1.resx

     文件       4945  2007-07-18 09:38  仿QQ在屏幕边框隐藏窗口源码\from.gif

     文件       2104  2009-02-07 23:01  仿QQ在屏幕边框隐藏窗口源码\Image\01.BMP

     文件     156216  2010-08-18 17:50  仿QQ在屏幕边框隐藏窗口源码\Image\02.BMP

     文件      21134  2009-01-16 10:31  仿QQ在屏幕边框隐藏窗口源码\Image\1.bmp

     文件     210174  2010-08-18 17:50  仿QQ在屏幕边框隐藏窗口源码\Image\2.bmp

     文件       1210  2009-01-16 10:25  仿QQ在屏幕边框隐藏窗口源码\Image\Close.bmp

    ....SHR     44032  2014-04-19 17:52  仿QQ在屏幕边框隐藏窗口源码\obj\Debug\lpk.dll

     文件        814  2013-02-18 11:14  仿QQ在屏幕边框隐藏窗口源码\obj\Debug\QQFrm.csproj.FileListAbsolute.txt

     文件       1008  2013-02-18 11:11  仿QQ在屏幕边框隐藏窗口源码\obj\Debug\QQFrm.csproj.GenerateResource.Cache

     文件     403968  2013-02-18 11:11  仿QQ在屏幕边框隐藏窗口源码\obj\Debug\QQFrm.exe

     文件        180  2013-02-18 11:11  仿QQ在屏幕边框隐藏窗口源码\obj\Debug\QQFrm.Form1.resources

     文件      26112  2013-02-18 11:11  仿QQ在屏幕边框隐藏窗口源码\obj\Debug\QQFrm.pdb

     文件     392028  2013-02-18 11:11  仿QQ在屏幕边框隐藏窗口源码\obj\Debug\QQFrm.Properties.Resources.resources

     文件       5120  2013-02-18 11:14  仿QQ在屏幕边框隐藏窗口源码\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        500  2013-02-18 11:13  仿QQ在屏幕边框隐藏窗口源码\Program.cs

     文件       1342  2009-02-07 14:23  仿QQ在屏幕边框隐藏窗口源码\Properties\AssemblyInfo.cs

     文件       4059  2009-02-07 15:06  仿QQ在屏幕边框隐藏窗口源码\Properties\Resources.Designer.cs

     文件       7113  2009-02-07 15:06  仿QQ在屏幕边框隐藏窗口源码\Properties\Resources.resx

     文件       1090  2009-02-07 14:23  仿QQ在屏幕边框隐藏窗口源码\Properties\Settings.Designer.cs

     文件        249  2009-02-07 14:23  仿QQ在屏幕边框隐藏窗口源码\Properties\Settings.settings

     文件       4099  2009-02-07 15:06  仿QQ在屏幕边框隐藏窗口源码\QQFrm.csproj

............此处省略15个文件信息

评论

共有 条评论