-
从 VB 打印照片
这 是 visual basic 程序, 致力于 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-18 11:57:44下载
- 积分:1
-
CListCtrl重绘
* 类名称:CMyListCtrl :public CListCtrl
* 类说明:CMyListCtrl类是继承自CListCtrl类,对CListCtrl类进行重绘和扩长新功能
* 功能:可以设置列表的行高大小
* 可以设置列表头的行高大小
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-01 16:55:03下载
- 积分:1
-
vc++2005+ae9.2载入地图文档
vc++2005+ae9.2载入地图文档-vc++ 2005+ ae9.2 loading map documents
- 2022-07-28 01:31:04下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
Using java to write the ftp server, cross
用java写的ftp server,支持跨平台。-Using java to write the ftp server, cross-platform support.
- 2023-04-28 19:10:03下载
- 积分:1
-
使用delphi编写的语音应答
使用delphi编写的语音应答-prepared by the use of voice response
- 2022-01-26 19:57:24下载
- 积分:1
-
在Java代码中信任感知路由
这个项目在这个项目中脱颖而出类META-INF协议的无线网络编辑器是NetBeans和JDK编译器很简单
- 2022-08-26 02:39:12下载
- 积分:1
-
c 语言常用算法集合
大量代码,有珍藏意义
c 语言常用算法集合
大量代码,有珍藏意义-c language code substantial collection of commonly used algorithms, meaning there is collection
- 2023-08-15 23:05:03下载
- 积分:1
-
Dimmer sa pic12f629
Dimmer sa pic12f629
- 2023-04-17 15:35:03下载
- 积分:1
-
The diagram mark withdraws spirit is a very good tool to extract icons very good...
The diagram mark withdraws spirit是一款非常出色的图标提取工具试一试非常不错-The diagram mark withdraws spirit is a very good tool to extract icons very good try
- 2022-03-28 14:04:39下载
- 积分:1