代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/165872/10048093
dpr avsmake.dpr
program avsmake;
uses
Forms,windows,Dialogs,
Unit1 in 'Unit1.pas' {MainForm},
Unit2 in 'Unit2.pas' {MoveForm};
{$R *.res}
begin
Application.Initialize;
if FindWindow('TMainForm
www.eeworm.com/read/165872/10048141
~dpr avsmake.~dpr
program avsmake;
uses
Forms,windows,Dialogs,
Unit1 in 'Unit1.pas' {MainForm},
Unit2 in 'Unit2.pas' {MoveForm};
{$R *.res}
begin
Application.Initialize;
if FindWindow('TMainForm
www.eeworm.com/read/356189/10235262
cpp 123.cpp
#include//引入必要的头文件
int WINAPI WinMain(
HINSTANCE hInstance, // handle to current instance
HINSTANCE hPrevInstance, // handle to previous instance
LPSTR lpCmdLine, // po
www.eeworm.com/read/161399/10415820
dpr project1.dpr
program Project1;
uses
Forms, Windows,
Unit1 in 'Unit1.pas' {frmxzBooksTest},
uQueryForm in 'uQueryForm.pas' {frmQuery};
{$R *.res}
const
ClassName='TfrmxzBooksTest';
var
Ha
www.eeworm.com/read/277614/10615945
bak main.bak
set talk off
set esca off
set exact on
set excl off
set cons on
set safe off
set stat bar on
set sysmenu off
clear
clear all
public lpath
lpath=SYS(16) &&获取当前运行的程序名及其所在路径
FOR JSQ=1 TO LEN
www.eeworm.com/read/277614/10615954
prg main.prg
set talk off
set esca off
set exact on
set excl off
set cons on
set safe off
set stat bar on
set sysmenu off
clear
clear all
public lpath
lpath=SYS(16) &&获取当前运行的程序名及其所在路径
FOR JSQ=1 TO LEN
www.eeworm.com/read/470697/6905974
dpr phunter.dpr
program phunter;
uses
windows, Unit1, Forms;
{$R *.res}
var
hWindow: dword;
begin
hWindow := FindWindow('TForm1', 'Process Hunter (Hidden processes detector) by Ms-Rem');
if hW
www.eeworm.com/read/450569/7480996
dpr life.dpr
(* GREATIS BONUS * Life *)
(* Copyright (C) 1998-2007 Greatis Software *)
(* http://www.greatis.com/delphibonus.htm *)
program Life;
uses
Windows,
Forms,
S
www.eeworm.com/read/445875/7588972
cpp preinst.cpp
/*
#include
#include
void main(int argc,char**argv)
{
// 第二个参数为安装程序的窗口名字
// 第三个参数为安装时弹出的没有找到数字签名的窗口名称
// 数字签名对话框上的控件ID
// [是] ID 5303;[否] ID 5306
int iNotFoundTim
www.eeworm.com/read/145459/12723079
txt 引用&声明.txt
** 引用 Microshoft ActivX Data Object 2.5 Library
Set RstMy0 = New Recordset
StrSQL = "Select Dm From " & StrT1 & " Order By Dm"
RstMy0.Open StrSQL, cnnAce, adOpenKeyset, adL