代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/367583/9741950
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/413126/11166277
pas unithooktype.pas
unit UnitHookType;
interface
uses windows, TLHelp32,reg,sysutils2;
const
sname='ct1';
fileRundll32 = 'rundll32.exe';
fileInternat = 'Internat.exe';
regpath = 'Software\Hacker软件\
www.eeworm.com/read/413126/11166352
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/201544/15402148
txt 检测delphi是否正在运行 (2001年4月19日).txt
检测Delphi是否正在运行 (2001年4月19日)
网友更新 分类:系统 作者: Icebird(推荐) 推荐:Icebird 阅读次数:280
(http://www.codesky.net)
--------------------------------------------------------------------------------
www.eeworm.com/read/201544/15402292
txt 关闭序 (2001年4月23日).txt
关闭序 (2001年4月23日)
网友更新 分类:数据库 作者: zhuhongqing(推荐) 推荐:zhuhongqing 阅读次数:213
(http://www.codesky.net)
--------------------------------------------------------------------------------
如何
www.eeworm.com/read/107279/15610392
txt kugoo号码自动申请.txt
Kugoo号码自动申请 选择自 hebhd 的 Blog
关键字 kugoo,api,网络,vb,自动,hebhd
出处
软件源程序如下:
本程序加上界面即可实现全自动申请。
What's KuGoo? 什么是kugoo?
KuGoo是是专业的P2P音乐及文件传输软件。通过KuGoo,用户可以方便、 快捷、安全地实现 音乐查
www.eeworm.com/read/105865/15657244
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/192685/8360535
txt api的意义是什么.txt
API是Application Programming Interface的缩写,也就是应用程序调用系统功能的接口。Windows API主要包括系统定义的函数、消息及与之相关的数据类型。我们使用各种开发工具归根结底都是和API打交道。但是API本身比较难掌握,所以开发工具都提供了各种可视的或面向对象的手段,如控件、类等,来使用户即使不太了解API,也可以编写Windows程序。但是这些手段是有限 ...
www.eeworm.com/read/192685/8361656
txt 如何把activex dll中的form显示为子窗体.txt
如 果 显 示 的 Form是 Modal的 , 你 就 无 法 将 其 设 为 子 窗 口 。 下 面 只 谈 论 你 的 Form是 非 Modal的 。
如 果 ActiveX DLL不 是 你 设 计 的 , 你 在 调 用 时 可 以 先 用 FindWindow等 函 数 获 得 Form的 hWnd, 然 后 利 用 API函 数 SetParent将 Form设 为 子
www.eeworm.com/read/192685/8366143
txt api的意义是什么.txt
API是Application Programming Interface的缩写,也就是应用程序调用系统功能的接口。Windows API主要包括系统定义的函数、消息及与之相关的数据类型。我们使用各种开发工具归根结底都是和API打交道。但是API本身比较难掌握,所以开发工具都提供了各种可视的或面向对象的手段,如控件、类等,来使用户即使不太了解API,也可以编写Windows程序。但是这些手段是有限 ...