页游浏览工具源码

时间:2017-12-22 08:16:02
【文件属性】:
文件名称:页游浏览工具源码
文件大小:590KB
文件格式:ZIP
更新时间:2017-12-22 08:16:02
IMKCode 页游浏览工具 Script 神曲 页游小工具,让你游戏工作两不误... 源码提供, 仅供学习与研究,不得用以任何商业目的和非法目的. --------------part------------- namespace ShenQu { public partial class frmLoad : Form { #region API dll import private const int GWL_EXSTYLE = (-20); private const int LWA_ALPHA = 0x2; private const int LWA_COLORKEY = 0x1; public const int WS_EX_TRANSPARENT = 0x20; //窗口透眀 public const int WS_EX_LAYERED = 0x80000; //窗口具有透眀属性(Win2000)以上 public const int WS_EX_NOACTIVATE = 0x8000000; //窗口不会变成前台窗口(Win2000)以上 [DllImport("user32", EntryPoint = "GetWindowLong")] private static extern uint GetWindowLong( IntPtr hwnd, int nIndex ); [DllImport("user32", EntryPoint = "SetWindowLong")] private static extern uint SetWindowLong( IntPtr hwnd, int nIndex, uint dwNewLong ); [DllImport("user32", EntryPoint = "GetLayeredWindowAttributes")] private static extern int GetLayeredWindowAttributes( IntPtr hwnd, ref int crKey, ref int bAlpha, ref int dwFlags ); [DllImport("user32", EntryPoint = "SetLayeredWindowAttributes")] private static extern int SetLayeredWindowAttributes( IntPtr hwnd, int crKey, int bAlpha, int dwFlags );
【文件预览】:
bin
----Release()
--------ShenQu.pdb(78KB)
--------ShenQu.vshost.exe(11KB)
--------ShenQu.exe(132KB)
--------ShenQu.vshost.exe.manifest(490B)
----Debug()
--------ShenQu.pdb(82KB)
--------ShenQu.vshost.exe(11KB)
--------ShenQu.exe(128KB)
--------ShenQu.vshost.exe.manifest(490B)
frmLoad.resx
Program.cs
obj
----x86()
--------Release()
--------Debug()
scr
----clsHookEx.cs(11KB)
----clsRecordCmd.cs(13KB)
----clsApi.cs(4KB)
magic-wand.ico
window_earth.ico
ShenQu.suo
ShenQu.csproj
screen1.png
frmLoad.cs
frmLoad.Designer.cs
Properties
----Resources.resx(5KB)
----Settings.settings(249B)
----AssemblyInfo.cs(1KB)
----Settings.Designer.cs(1KB)
----Resources.Designer.cs(3KB)
ShenQu.sln

网友评论