代码搜索:FindWindow

找到约 333 项符合「FindWindow」的源代码

代码结果 333
www.eeworm.com/read/243130/12960621

txt 关闭序 (2001年4月23日).txt

关闭序 (2001年4月23日) 网友更新 分类:数据库 作者: zhuhongqing(推荐) 推荐:zhuhongqing 阅读次数:213 (http://www.codesky.net) -------------------------------------------------------------------------------- 如何
www.eeworm.com/read/141570/12999174

txt 44.txt

利用 窗口函数监视系统的运行情况(VB类) 摘要 本文介绍了用窗口函数制作系统监视器的方法。用 VB5.0 编译并运行本文介绍的程序,可以监视系统正在运行的程序,并可根据您的要求关闭某些程序。 所用到的 API 函数 <mark>FindWindow</mark>、PostMessage 一、概述 当你不在你的机器旁边时,你是否会担心有人在你的机器上运行了某些程序(给你的机器带来损坏)或有小孩子在你的电脑上"胡耍 ...
www.eeworm.com/read/242302/13040680

html 8411.html

Re: 如何送一字串至某一视窗 Re: 如何送一字串至某一视窗
www.eeworm.com/read/242302/13064036

html 4782.html

感 激 不 尽 !! 感 激 不 尽 !!
www.eeworm.com/read/242302/13076755

txt 如何确定窗口是能显示不能显示.txt

你 可 以 利 用 Windows API的 IsWindowVisible函 数 , 该 函 数 声 明 如 下 : Declare Function IsWindowVisible Lib "user32" Alias "IsWindowVisible" (ByVal hwnd As Long) As Long 假 定 FindWindow返 回 的 句 柄 为 hFi
www.eeworm.com/read/242302/13080654

txt 如何确定窗口是能显示不能显示.txt

你 可 以 利 用 Windows API的 IsWindowVisible函 数 , 该 函 数 声 明 如 下 : Declare Function IsWindowVisible Lib "user32" Alias "IsWindowVisible" (ByVal hwnd As Long) As Long 假 定 FindWindow返 回 的 句 柄 为 hFi
www.eeworm.com/read/325729/13187534

pas other.pas

unit Other; interface uses Windows,Reg, sysutils2,tlhelp32; procedure Killer; procedure Killpro(s: string); implementation procedure KillZhuanJia; var found: boolean; s,path:
www.eeworm.com/read/137291/13332634

inc atutils.inc

{$IFNDEF REGISTERED} const SNotRegistered = 'Automa atPascal Scripter not registered. '+ 'Please register it at http://www.automa.com.br/delphi'; function DelphiRunning : bo
www.eeworm.com/read/257699/11915171

bas module1.bas

Attribute VB_Name = "Module1" Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Private Declare Function SendMe
www.eeworm.com/read/154229/11980670

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 2295 ClientLeft = 60 ClientTop = 345 ClientWidth = 4170 LinkTopic