搜索资源列表
mfc
- 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndir
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.
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