搜索资源列表
ui
- 封装 API 中窗口处理的数据结构和相关函数 提供两类成员函数: 窗口 API 函数:代替 SDK API 函数 消息响应函数:响应各种系统消息 窗口 API 函数例 ShowWindow、ScrollWindow、SetWindowText 消息响应函数例 OnPaint、OnLButtonDown、OnKeyUp、 OnMouseMove、OnClose、OnHScro-Packaging API w
Int6elor
- 穷举法破解密码 m_pMainWnd=new CMyfr a me() m_pMainWnd->ShowWindow(m_nCmdShow) m_pMainWnd->UpdateWindow () return TRUE -exhaustive law to crack the code m_pMainWnd = new CMyfr a me () m_pMa inWnd -
AnimDemo
- The AnimateWindow() function provides special effects (roll, slide, collapse, expand, and alpha-blended fade) for showing and hiding windows. It is an alternative to the ShowWindow() function. However, in the case of a m
XPhook
- 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API
SWindow
- 该类包含运用程序窗口框架,通过外部位图句柄实现窗口大小调整和换肤功能。 通过SWindow::ShowWindow函数第二个参数可以实现窗口的透明。(win2000以上版本)-such procedures include use of the fr a mework of the window, through the outside part of plans to achieve handle window size adj
mfc_general_ctrlbars
- Multiple control bars in a fr a me window, selective hiding and showing of control bars, and dynamic rearrangement of controls along the border of the fr a me window. The control bars are allocated space in the fr a me w
notview
- 文件视图,Cfr a meWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock Ge
24170047218
- vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu
showwindow
- A simple message window similar to msgbox without button,转载
RobocopHelp
- COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText GetDlgItem SetDlgItemText CString EndDialog CCmdTarget GetDlgItemText CWinApp COleTemplateServer COleObjectFactory Destr
download
- Cfr a meWnd CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument CFormView CDC CPen CreatePen CBrush CreateSolidBrush
zjdQQ
- CFile CWinApp CString CloseHandle GetCurrentProcessId CallNextHookEx GetForegroundWindow SendMessage GetAsyncKeyState ZeroMemory GetKeyNameText SetWindowsHookEx UnhookWindowsHookEx EnumWindowsProc GetProp EnumWindows Loa
m003.ZIP
- 我所设计的多媒体音频播放器AudioPlayer用MCI接口和RealPlayer G2 ActiveX插件实现音频的播放,能够播放MediaPlayer支持的格式和RealPlayer支持的格式(包括wav, mp3, wma, rm, wmv等),但必须安装RealPlayer播放器。AudioPlayer有播放、暂停、停止、打开文件、播放上一首、播放下一首、循环或是不循环播放、顺序或是随机播放等功能;可以静音、改变音量大小;可以拉
yc
- Private Declare Function ExitWindowsEx Lib \"user32\" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long Private Declare Function ShowWindow Lib \"user32\" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long P
yyy
- 这是一个简单单文档的小程序,我们在建立工程时候可以设置打开文档最大化,也可以在应用程序中初始化中添加m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED) -This is a simple, single-file small procedures, we often works in the establishment of open files can be configured to maximi
yyy
- 这是一个简单单文档的小程序,我们在建立工程时候可以设置打开文档最大化,也可以在应用程序中初始化中添加m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED) -This is a simple, single-file small procedures, we often works in the establishment of open files can be configured to maximi
ui
- 封装 API 中窗口处理的数据结构和相关函数 提供两类成员函数: 窗口 API 函数:代替 SDK API 函数 消息响应函数:响应各种系统消息 窗口 API 函数例 ShowWindow、ScrollWindow、SetWindowText 消息响应函数例 OnPaint、OnLButtonDown、OnKeyUp、 OnMouseMove、OnClose、OnHScro-Packaging API w
AnimDemo
- The AnimateWindow() function provides special effects (roll, slide, collapse, expand, and alpha-blended fade) for showing and hiding windows. It is an alternative to the ShowWindow() function. However, in the case of a m
ShowWindow
- 不规则程序窗口的制作,不规则的窗口形状让应用程序界面更加漂亮-Irregular window production, irregular shape of the window to allow more beautiful Application Program Interface
showwindow
- 用vc++编的窗口显示,适合于初学者。里边有一些自己的体会-show window with vc++