搜索资源列表
FindWndUsefull
- 这是一个演示FINDWINDOW API的应用例子,对于一些模拟输入比较有用-This is a demonstration FINDWINDOW API application examples, some more useful analog input
任务栏的隐藏
- 锁定工具栏的功能,通过findwindow座操,比较好的样例。-lock toolbar functions through findwindow Block parade, a relatively good example.
图标隐藏
- 隐藏桌面图标的工具,通过findwindow操作,代码相当简洁,适合初学者。-hide desktop icons tool that findwindow operation, code is simple and suitable for beginners.
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
OnlyOneInst
- mfc 基于对话框程序,只能打开一个程序- BOOL COnlyOneInstApp::InitInstance() { if (!FirstInstance()) return FALSE //已经有实例存在了,退出 //根据主窗口类名和主窗口名判断是否已经有实例存在了 if (pWndPrev = CWnd::FindWindow(_T("#32770"),"OnlyOne")) {//如果存在就将其激活,并显示出来
VCdesktopmin
- mfc 基于对话框程序 使桌面所有窗口最小化 -//获得任务栏窗口 CWnd* pWnd = CWnd::FindWindow(_T("Shell_TrayWnd"), NULL) //发送ID为0x1F5(Win+ M)的WM_HOTKEY消息 pWnd->SendMessage(WM_HOTKEY, 0x1F5)
ListChildWindow
- VC++, 使用API FindWindow枚舉子窗口。-VC++, to use the API FindWindow enumerate child window.
findwindow
- 一些MFC程序小例子,包括获取窗口位置、产生随机数、时间控件的使用、计算时间差、读写文件-Some small examples of MFC program, including access to the window position, generates a random number, time controls, calculate the time difference, reading and writing files
FindWindow
- 查找窗口,朋友们可以自由查找任意桌面的信息。-Find window, my friends are free to find any information on the desktop.
