CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Findwindow
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Findwindow - List
[
Windows Develop
]
WinKiller
DL : 0
窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是FindWindow()在PostMessage(WM_CLOSE,...),没有技术含量,仅仅图实用而已。-window Win2000/xp killer in the use of the time found that there always n input window, we can not switch off, the total at the top, watching very quickly wrote a small procedure to them to switch off. It is very simple, FindWindow () PostMessage (WM_CLOSE etc. no technical content, it only practical plan.
Date
: 2025-07-01
Size
: 12kb
User
:
DoItFreely
[
Game Hook Crack
]
qqwakuang
DL : 0
到现在都能用的QQ幻想挖矿工具。 非常适合初学者的学习,没有什么特别的技术。主要特点是TIMER的嵌套使用。 虽然简单,但也包含了做外挂最基本的一些函数,比如说FINDWINDOW 等等等等,就不多举例了。-now able to use the tool QQ illusion is there. Very suitable for beginners learning, not any particular technology. The main feature of the Timer nested. Although simple, but it also includes doing some of the most basic pieces of function, for instance FINDWINDOW etc., For more than a no.
Date
: 2025-07-01
Size
: 37kb
User
:
扣子
[
Dialog_Window
]
FindWndUsefull
DL : 0
这是一个演示FINDWINDOW API的应用例子,对于一些模拟输入比较有用-This is a demonstration FINDWINDOW API application examples, some more useful analog input
Date
: 2025-07-01
Size
: 28kb
User
:
小愈
[
Crack Hack
]
13645
DL : 0
用VB做万象密码查询工具,这里用到几个常用的API函数:FindWindow,SendMessage,GetClassName,WindowFromPoint-Vientiane password to use VB to do query tool, used here in several commonly used API functions: FindWindow, SendMessage, GetClassName, WindowFromPoint
Date
: 2025-07-01
Size
: 23kb
User
:
黄俊荐
[
OS program
]
FindWindow
DL : 0
使用API函数。先通过FindWindow得到窗口的句柄,然后对窗口发送关闭消息。-The use of API functions. FindWindow get through the first window handle, and then close the window to send messages.
Date
: 2025-07-01
Size
: 53kb
User
:
张现崇
[
Crack Hack
]
Anti-Loader
DL : 0
Anti-Loader... ...Anti-Loader示例 ├──PEB................利用TEB检测 ├──FindWindow.........查找句柄检测 ├──IsDebuggerPresent..利用IsDebuggerPresent检测 ├──Parent.............检查父进程 └──STARTUPINFO........检查STARTUPINFO结构-Anti-Loader ... ... Anti-Loader example ├ ─ ─ PEB ................ use TEB detection ├ ─ ─ FindWindow ......... Find Detection handle ├ ─ ─ IsDebuggerPresent .. use IsDebuggerPresent detection ├ ─ ─ Parent ............. parent process checks └ ─ ─ STARTUPINFO ........ check STARTUPINFO structure
Date
: 2025-07-01
Size
: 826kb
User
:
王刚
[
Chess Poker games
]
LLK_Cheat
DL : 0
连连看的简单入侵程序源代码,是通过FindWindow函数来找到句柄,窗体指针,然后判断像素点位置信息,然后发消息,属于低级的入侵程序-Invasion Lianliankan simple source code, through the FindWindow function to find the handle to form pointer, and then determine the pixel location information, and then发消息belonging to the invasion of low-level procedures. . .
Date
: 2025-07-01
Size
: 59kb
User
:
王
[
OS program
]
Administrator
DL : 0
窗口句柄查找,findwindow enumwindow-findwindow enumwindow to find handle
Date
: 2025-07-01
Size
: 2kb
User
:
pc12345
[
Windows Develop
]
vbsoftcode
DL : 0
VB共享软件防破解技术资料大全,收集了近20多个vb程序防破解的精彩实例,另含技术思路和设计文档。这些资料主要有: EnumChildWindows 枚举反调试; FINDWINDOW检测窗体反调试; VB 检测按键; VB-CRC32自校验设计; VB-检测父进程; 借鸡生蛋; 金蝉脱壳防LOADER; 注册码陷阱圈套; 锁定鼠标范围反调试; 内存分配检测; -Shareware VB Sourcebook anti-crack technology to collect nearly vb program more than 20 of the best examples of anti-crack, and the other with ideas and technical design documents. These data are mainly: EnumChildWindows enumeration anti-debugging FINDWINDOW detection of anti-debugging form VB keys detection VB-CRC32 self-checking design VB-detection of the parent process by鸡生蛋 金蝉脱壳anti-LOADER License trap traps the scope of the anti-lock debugging mouse detect memory allocation
Date
: 2025-07-01
Size
: 3.94mb
User
:
zhongxiaosheng
[
OS program
]
findwindow
DL : 0
vb 实现FindWindows操作,以完成对窗口的底层操作-vb findwindows to operator the windows
Date
: 2025-07-01
Size
: 2kb
User
:
baiyundong
[
Game Hook Crack
]
spy
DL : 0
工具:spy++,WindowSpy 涉及到的API:findwindow 补充: printf是一个向控制台输出的函数。 d代表输出的是个整数。hwnd代表需要输出的变量。 大家也可以使用findwindow(NULL,"SPY++.txt - 记事本")来替换试试。就是将类名置空,只使用标题名。 -Commonly used digital image processing techniques- stretching algorithm for cases of Solution
Date
: 2025-07-01
Size
: 176kb
User
:
jeffchang
[
Windows Develop
]
FindWindow
DL : 0
THIS FIND WINDOW EXAMPLE-THIS IS FIND WINDOW EXAMPLE
Date
: 2025-07-01
Size
: 1.38mb
User
:
Aeoyunsd
[
Windows Develop
]
findwindow
DL : 0
对于findwindow这个api有很详细的介绍,可以参考下-For findwindow the api has a detailed explanation, refer to the next
Date
: 2025-07-01
Size
: 4kb
User
:
吴宇
[
Windows Develop
]
VB.programming.FINDWINDOW.test.form.anti.debugging
DL : 0
VB编程FINDWINDOW检测窗体反调试代码VB programming FINDWINDOW test form anti-debugging code -VB programming FINDWINDOW test form anti-debugging code
Date
: 2025-07-01
Size
: 5kb
User
:
dh
[
CSharp
]
QQAutoSendMsg
DL : 0
捕获qq窗口,展示Findwindow等系列函数的用法的好范例-capture the window of qq,a good example showing the usage of FindWindow
Date
: 2025-07-01
Size
: 96kb
User
:
netbit
[
Delphi VCL
]
FindWindow
DL : 0
findwindow Api示例,我自己测试findwindow函数时用的-example code for Api Findwindow
Date
: 2025-07-01
Size
: 214kb
User
:
fontain wong
[
Hook api
]
findwindow
DL : 1
拦截findwindow,打印输出日志,利用Detours库,实现全局钩子,挂钩window api-Intercept findwindow
Date
: 2025-07-01
Size
: 15.85mb
User
:
键盘狼
[
Other
]
FINDWINDOW
DL : 0
FINDWINDOW检测窗体反调试 vb防破解-FINDWINDOW detect anti-debugging vb form anti-crack
Date
: 2025-07-01
Size
: 12kb
User
:
jj
[
Other
]
postmessage-and-findwindow
DL : 0
调用了api,主要是postmassage和findwindow的运用,对一些新手做游戏辅助有用处-Call the api, mainly postmassage and findwindow use, some novices do useful auxiliary game
Date
: 2025-07-01
Size
: 1kb
User
:
lerylin
[
OS program
]
FindWindow
DL : 0
通过FindWindow查找窗口并改变其属性-Find windows and change their properties by FindWindow
Date
: 2025-07-01
Size
: 2kb
User
:
zhangtao
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.