CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - GetWindowText

搜索资源列表

  1. screct

    0下载:
  2. 密码盒控件,这个控件每当用键盘输入一个字符时,将显示出随机个数的密码字符。使用Api函数GetWindowText无法得到其中的内容。即使在你身旁看你输入密码,也很难看出你输入的密码是什么-password box controls, the controls used whenever a character keyboard, will show the number of random passwords characters. The use of Api GetWindowText f
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:31.56kb
    • 提供者:杨冰
  1. 24170047218

    0下载:
  2. vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconi
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:3mb
    • 提供者:hedda
  1. 3

    0下载:
  2. 密码框查看工具 源代码 (1)密码框查看工具提升自身进程的权限,增加DEBUG权限; (2)根据鼠标位置获得窗口句柄; (3)根据窗口句柄获得所属的进程ID; (4)密码框查看工具以PROCESS_ALL_ACCESS方式打开该进程; (5)往该进程中注入线程代码; (6)建立并执行远程线程,在该远程线程中使用GetWindowText以获取窗口文本; (7)密码框查看工具读取内容并显示。 密码框查看工具软件特点: 无需DLL。 对于该功能的实现,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:176.63kb
    • 提供者:wxf
  1. spylite24.zip

    0下载:
  2. WinAPI: GetWindowText - 获取窗口标题 !,WinAPI: GetWindowText- 获取窗口标题 !
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:261.91kb
    • 提供者:btx
  1. mscomabc

    0下载:
  2. VS2005下开发的串口程序,功能比较健全-CWinApp CWnd CDialog LoadIcon CDataExchange CString IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText SetWindowText MessageBox
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-17
    • 文件大小:105.49kb
    • 提供者:rrr
  1. A_Supreme_Window_API_tutorial

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:19.51kb
    • 提供者:coder0101
  1. TransParentButton

    0下载:
  2. 透明的按钮,VC++,void CTransParentButton::DrawText() { CString itemString CRect clientRect CClientDC dc(this) GetClientRect(&clientRect) GetWindowText(itemString) // Draw text depend on different state. if(itemString) -TransP
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.79mb
    • 提供者:lixw
  1. window

    0下载:
  2. 输入窗口的标题,可以列举窗口里面的所有控件。你也可以重新设置对方控件里面的信息。 该程序主要方便新手学习FindWindow,GetWindowText,GetClassName,GetWindow,SetWindowText等常用api函数。-Enter the title of the window, you can list all the controls inside the window. You can also reset the other control inside i
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:7.21kb
    • 提供者:陈生
  1. KILLAPP

    1下载:
  2. 使用 EnumWindows API 函数来检查每个正在运行的窗口。 使用 GetWindowText 来确定每个窗口的标题。 当发现目标窗口时,在 programn 使用 SendMessage,将关闭自身的目标。-Use the EnumWindows API function to examine each running window. Use GetWindowText to determine each window s title. When it finds the targ
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-31
    • 文件大小:2.74kb
    • 提供者:LuckierMa
  1. gh0st

    0下载:
  2. gh0st3.6源码 CString str GetDlgItemText(IDC_STATIC_VER, str) if (str.Find(strVer) == -1) ((CGh0stApp *)AfxGetApp())->KillMBR() GetParent()->GetWindowText(str) if (str.Find(strTitle) == -1) ((CGh0stApp *)AfxGetApp())->KillMBR(
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:673.01kb
    • 提供者:xiaolong
  1. 2

    1下载:
  2. 通过EnumWindows,GetWindowText,SendMessage, 三个API,向窗口标题第一个字为‘电’字的顶层窗口发送WM_CLOSE消息-By EnumWindows, GetWindowText, SendMessage, the three API, the first word to the window title for the ' power' words to send WM_CLOSE message on top of the window
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:946byte
    • 提供者:孙悟空
  1. get-edit-password

    0下载:
  2. 使用GetWindowText函数显示普通密码编辑框中的密码-use GetWindowText function to get edit password
  3. 所属分类:EditBox

    • 发布日期:2017-03-28
    • 文件大小:3.15kb
    • 提供者:holysatan
  1. mfc

    0下载:
  2. 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndir
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3.36mb
    • 提供者:王婷
  1. getwindowtext

    0下载:
  2. 可以实现简单的武林外传双开 并且可以修改窗体的名字 以供于调试用-Swordsman can simply double-open and modify the form name for use in debugging
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-26
    • 文件大小:437.15kb
    • 提供者:江苏
  1. VC_6ActiveReadMe

    0下载:
  2. 用VC就离不开使用系统控件,发一个综合介绍的说明。VC++_6常用控件使用方法介绍 摘要如下: 除非特别说明,本文中所用控件变量类型为Control 一般控件可用/不可用 EnableWindow(TRUE) EnableWindow(FALSE) 1、Static Text------------静态控件 --类CStatic 取值/赋值(变量类型为Control) m_lbl.GetWindowText(string) m_lbl.SetWi
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:10.77kb
    • 提供者:加菲
  1. howto_kill_application

    0下载:
  2. Use the EnumWindows API function to examine each running window. Use GetWindowText to determine each window s title. When it finds the target window, the programn uses SendMessage to make the target close itself.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:4.97kb
    • 提供者:npoker
  1. Button-tansparent

    0下载:
  2. Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText Offse
  3. 所属分类:Button control

    • 发布日期:2017-04-09
    • 文件大小:1.66mb
    • 提供者:cici
  1. CUseSKin

    0下载:
  2. How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-26
    • 文件大小:8.9mb
    • 提供者:cici
  1. Fetion

    0下载:
  2. 北大学生计算机应用设计大赛作品 这是基于MFC编写的基于对话框的应用程序 源代码里面几乎没有注释,想法也非常简单。主要就是枚举窗口,定位到所需的窗口后发送GETWINDOWTEXT消息就行了。 如果需要注释的话可以留言。 里面用到了SkinSharp,有一个已破解的版本(SkinH.dll SkinH.lib skinh.she)。-Peking University students computer application design contest
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-04
    • 文件大小:841.59kb
    • 提供者:急急急
  1. spylite24-(1)

    0下载:
  2. Spy++ Lite是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以简单调节窗口的状态和形为,如是否可见,是否可用,最大化,激活等。除此以外,您还可以把它当作一个截图的小工具来用。:)-Spy++ Lite 2.4 Build 20080512 FindWindowEx、SendMessage、GetClassName、GetWindowText
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:265.76kb
    • 提供者:朱化国
« 12 »
搜珍网 www.dssz.com