-
windows mobile上与http服务器通信,可下载网页、文件
windows mobile上与http服务器通信,可下载网页、文件-windows mobile with http server communications, download website, documents
- 2023-09-05 02:30:03下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
可以从注册表中存取windows启动命令的简单程序。允许用户执行一些如删除、复制、移动、编辑、创建启动命令等的简单操作命令。对于那些反感于浏览windows注册...
可以从注册表中存取windows启动命令的简单程序。允许用户执行一些如删除、复制、移动、编辑、创建启动命令等的简单操作命令。对于那些反感于浏览windows注册表的用户来说可谓是雪中送炭了。 -Edit the startup/run information from registry of the Windows, it can delete/copy/move/edit/create startup item.
- 2022-03-12 13:21:06下载
- 积分:1
-
HP superdome 主机培训资料,内部资料。
HP superdome 主机培训资料,内部资料。-HP superdome host training materials, internal information.
- 2022-12-01 15:15:03下载
- 积分:1
-
这是一个用来打勾的listview(最适用于权限设置)
这是一个用来打勾的listview(最适用于权限设置)-this is the listview used for checkist( the best one for permission setting)
- 2022-08-26 00:02:36下载
- 积分:1
-
雪花飘落小程序
雪花飘落小程序-snowflakes floated down to small programs
- 2022-04-09 13:13:47下载
- 积分:1
-
头与头和头
Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste;
- 2023-08-10 23:55:03下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
文件索引...由c++编程实现...运行即可
文件索引...由c++编程实现...运行即可-file index
- 2022-03-05 19:52:48下载
- 积分:1
-
员工管理系统简化版。用vc环境编写。MFC
员工管理系统简化版。用vc环境编写。MFC-vc++ MFC
- 2022-03-22 04:17:27下载
- 积分:1