資源簡介
仿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個文件信息
- 上一篇:webbrowser控件自定義開發
- 下一篇:JSON解析
評論
共有 條評論