搜索资源列表
screct
- 密码盒控件,这个控件每当用键盘输入一个字符时,将显示出随机个数的密码字符。使用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
24170047218
- vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconi
3
- 密码框查看工具 源代码 (1)密码框查看工具提升自身进程的权限,增加DEBUG权限; (2)根据鼠标位置获得窗口句柄; (3)根据窗口句柄获得所属的进程ID; (4)密码框查看工具以PROCESS_ALL_ACCESS方式打开该进程; (5)往该进程中注入线程代码; (6)建立并执行远程线程,在该远程线程中使用GetWindowText以获取窗口文本; (7)密码框查看工具读取内容并显示。 密码框查看工具软件特点: 无需DLL。 对于该功能的实现,
RobocopHelp
- COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText GetDlgItem SetDlgItemText CString EndDialog CCmdTarget GetDlgItemText CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu
asp.net__liang
- asp.net C# asp.net技术方案 MessageBox SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText WNetAddConnection WNetAddConnection2 GetCurrentProcess OpenProcessToken LookupPrivilegeValue AdjustTokenPrivileges
spylite24.zip
- WinAPI: GetWindowText - 获取窗口标题 !,WinAPI: GetWindowText- 获取窗口标题 !
mscomabc
- VS2005下开发的串口程序,功能比较健全-CWinApp CWnd CDialog LoadIcon CDataExchange CString IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText SetWindowText MessageBox
TransParentButton
- 透明的按钮,VC++,void CTransParentButton::DrawText() { CString itemString CRect clientRect CClientDC dc(this) GetClientRect(&clientRect) GetWindowText(itemString) // Draw text depend on different state. if(itemString) -TransP
window
- 输入窗口的标题,可以列举窗口里面的所有控件。你也可以重新设置对方控件里面的信息。 该程序主要方便新手学习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
KILLAPP
- 使用 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
gh0st
- 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(
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
GWTTest
- 获得另一个应用程序窗口中的文本,如果您在用C编程,自然用HWND代替CWnd。有人肯定会问:嘿,等一下——如果这样做可以的话,为什么GetWindowText不起作用呢?WM_GETTEXT不就是GetWindowText发送的吗?错也,GetWindowText只在窗口属于当前进程时才发送WM_GETTEXT,否则它干别的事情。这一点文档中说得很清楚: -Access to another application window, the text, if you use the C pro
get-edit-password
- 使用GetWindowText函数显示普通密码编辑框中的密码-use GetWindowText function to get edit password
mfc
- 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndir
getwindowtext
- 可以实现简单的武林外传双开 并且可以修改窗体的名字 以供于调试用-Swordsman can simply double-open and modify the form name for use in debugging
VC_6ActiveReadMe
- 用VC就离不开使用系统控件,发一个综合介绍的说明。VC++_6常用控件使用方法介绍 摘要如下: 除非特别说明,本文中所用控件变量类型为Control 一般控件可用/不可用 EnableWindow(TRUE) EnableWindow(FALSE) 1、Static Text------------静态控件 --类CStatic 取值/赋值(变量类型为Control) m_lbl.GetWindowText(string) m_lbl.SetWi
howto_kill_application
- 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.
Button-tansparent
- 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