搜索资源列表
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
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
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
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
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
CUseSKin
- 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
Fetion
- 北大学生计算机应用设计大赛作品 这是基于MFC编写的基于对话框的应用程序 源代码里面几乎没有注释,想法也非常简单。主要就是枚举窗口,定位到所需的窗口后发送GETWINDOWTEXT消息就行了。 如果需要注释的话可以留言。 里面用到了SkinSharp,有一个已破解的版本(SkinH.dll SkinH.lib skinh.she)。-Peking University students computer application design contest
spylite24-(1)
- Spy++ Lite是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以简单调节窗口的状态和形为,如是否可见,是否可用,最大化,激活等。除此以外,您还可以把它当作一个截图的小工具来用。:)-Spy++ Lite 2.4 Build 20080512 FindWindowEx、SendMessage、GetClassName、GetWindowText
KILLAPP
- vb应用程序终止另一个程序源代码实例程序-Dim buf As String* 256 Dim title As String Dim length As Long Get the window s title. length = GetWindowText(app_hWnd, buf, Len(buf)) title = Left$(buf, length) See if this is the target wind
GetEdit
- VC++设置其它程序中编辑框的文本,期间用到GetWindowText(str)获取文本,在窗口的设置信息一栏中,输入设置的文本内容,再点击“设置”按钮,即可看到效果。-VC++ program is used to set other text edit box during GetWindowText (str) get the text, set the information in the window of a bar, the text input settings, and the
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.