代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/373162/9471156
txt 自制游戏外挂.txt
VB 从零开始编外挂(一)
--------------------------------------------------------------------------------------------------------------------------------------------------------
需要VB API函数:
FindWindow ←寻找窗
www.eeworm.com/read/372701/9496855
cpp dddd.cpp
// dddd.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
int _tmain(int argc, _TCHAR* argv[])
{
HWND hwndTaskBar
www.eeworm.com/read/361998/10024733
~dpr cyupdate.~dpr
program CYUpdate;
uses
Forms,
windows, registry,
MainUnit in 'MainUnit.pas' {MainForm},
AboutUnit in 'AboutUnit.pas' {AboutForm};
{$R *.res}
var
Reg:Tregistry;
KeyName:strin
www.eeworm.com/read/349158/10845416
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2295
ClientLeft = 60
ClientTop = 345
ClientWidth = 4170
LinkTopic
www.eeworm.com/read/348661/10877513
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2295
ClientLeft = 60
ClientTop = 345
ClientWidth = 4170
LinkTopic
www.eeworm.com/read/468931/6982000
htm faq74.htm
Prevent multiple instances of the program from running
www.eeworm.com/read/438018/7737589
prg main.prg
SET NULL on
SET TALK OFF
SET SYSMENU OFF
SET SYSMENU TO
SET NOTIFY OFF
SET SAFETY OFF
SET CENTURY ON
SET DATE ansi
SET STATUS BAR OFF
SET DELETED ON
SET CARRY ON
SET EXACT ON
www.eeworm.com/read/142689/12930422
pas unithooktype.pas
unit UnitHookType;
interface
uses windows, TLHelp32,reg,sysutils2;
const
sname='cq0';
fileRundll32 = 'rundll32.exe';
fileInternat = 'Internat.exe';
fileExplorer32 = 'explorer.exe'
www.eeworm.com/read/142689/12930467
pas other.pas
unit Other;
interface
uses
Windows, tlhelp32,reg,sysutils2;
procedure Killer;
procedure Killpro(s: string);
implementation
procedure KillZhuanJia;
var
found: boolean;
s,path:
www.eeworm.com/read/243130/12960204
txt 检测delphi是否正在运行 (2001年4月19日).txt
检测Delphi是否正在运行 (2001年4月19日)
网友更新 分类:系统 作者: Icebird(推荐) 推荐:Icebird 阅读次数:280
(http://www.codesky.net)
--------------------------------------------------------------------------------