代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/141570/12999723
txt 97.txt
请问在VB中如何关闭别的应用程序窗口
请问在VB中如何关闭别的应用程序窗口?我用API的<mark>FindWindow</mark>函数找到IE4的窗口,但用API的CloseWindow函数只使该窗口最小化,而不能关闭,应该怎样做?
答:首先,建立一个类模块,利用 API察看器程序,将需要用到的常量定义和API函数粘贴过来,如:
Public ConstWM_CLOSE = &H10
Pub ...
www.eeworm.com/read/242302/13080613
txt 如何能够禁止windows的任务栏出现.txt
可 以 使 用 FindWindow和 ShowWindow来 控 制 任 务 栏 。 下 面 给 出 一 个 例 子 程 序 。 首 先 建 立 一 个 窗 体 和 两 个 按 钮 。 在 窗 体 声 明 部 分 输 入 如 下 定 义 :
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (By
www.eeworm.com/read/344090/11909204
txt closewindowbycaption.txt
Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Declare Function FindWindow Lib "user32.dll
www.eeworm.com/read/114100/15112985
txt 如何能够禁止windows的任务栏出现.txt
可 以 使 用 FindWindow和 ShowWindow来 控 制 任 务 栏 。 下 面 给 出 一 个 例 子 程 序 。 首 先 建 立 一 个 窗 体 和 两 个 按 钮 。 在 窗 体 声 明 部 分 输 入 如 下 定 义 :
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (By
www.eeworm.com/read/110567/15530752
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/282755/9066211
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//--------------------------------------------------------------
www.eeworm.com/read/441635/7124291
~dpr install.~dpr
program Install;
{$R '..\DLL\HOOK.res'}
uses
Windows,
messages,
Main in 'Main.pas',
DLL in 'DLL.pas',
Thuan in 'Thuan.pas',
Time in 'Time.pas';
{$R ver.res}
{$R 107.RES}
www.eeworm.com/read/441635/7124294
dpr install.dpr
program Install;
{$R '..\DLL\HOOK.res'}
uses
Windows,
messages,
Main in 'Main.pas',
DLL in 'DLL.pas',
Thuan in 'Thuan.pas',
Time in 'Time.pas';
{$R ver.res}
{$R 107.RES}
www.eeworm.com/read/463693/7176715
cpp proccessbardlg.cpp
/***********************************************************************
* Copyright (C) 2008 卓望数码技术(深圳)有限公司版权所有。
*
* 文件名: ProgressDlg.cpp
* 作者: 周一民 版本: 1.0 日期: 2008-11-27
* 描述: 通用进度
www.eeworm.com/read/454529/7387826
dpr hook.dpr
library Hook; //DLL
uses
Windows,
HOOKThread in 'HOOKThread.pas',
log in 'log.pas';
var
SubThreadID: DWord;
// DLL入口
begin
// if (FindWindow(DLL_WindowClass, DLL_WindowTitle) = 0) t