-
介绍用 C++ 进行项目开发的方法,我们可以通过这个图形处理软件来熟悉项目开发的基本步骤。...
介绍用 C++ 进行项目开发的方法,我们可以通过这个图形处理软件来熟悉项目开发的基本步骤。 -introduced C project development methods, we can pass the graphics processing software to the project developers familiar with the basic steps.
- 2022-02-26 17:18:44下载
- 积分:1
-
构造函数使用的摘要,使用各种类型的构造函数…
构造函数使用方法的总结,使用多种类型的构造函数创建对象。-Constructors use of the summary, the use of various types of Constructors object creation.
- 2022-05-07 03:32:58下载
- 积分:1
-
模拟鼠标单击双击功能
非原创
好用
模拟鼠标单击双击功能
非原创
好用 -Simulated mouse click double-click function of non-original-to-use
- 2022-12-21 01:25:03下载
- 积分:1
-
functions : timeptr referring to the structure of the TM data conversion time to...
功能:将timeptr 所指的tm 结构的时间数据转换为时间字符串-functions : timeptr referring to the structure of the TM data conversion time to time string
- 2022-09-08 01:25:02下载
- 积分:1
-
WPF自定义布局
WPF自定义PANEL,自定义布局的显示方式.学习自定义控件的使用方法, ......................................................................
- 2023-04-25 16:30:03下载
- 积分:1
-
C superintendent, which was the expression evaluates procedures and laboratory r...
用C写的中缀表达式求值程序及实验报告。-C superintendent, which was the expression evaluates procedures and laboratory reports.
- 2022-01-31 00:34:31下载
- 积分:1
-
check link error injection by php
check link error injection by php
- 2022-07-22 18:20:26下载
- 积分: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
-
本程序把DATEVIEW中的数据导入到EXCEL中,很好用的代码哦.
本程序把DATEVIEW中的数据导入到EXCEL中,很好用的代码哦.-This procedure to DATEVIEW the data into EXCEL, the good with the code Oh.
- 2022-05-22 02:14:54下载
- 积分:1
-
CXTabCtrl
CXTabCtrl - an easier tab control for dialogs and forms-CXTabCtrl- an easier tab control for dialogs and forms
- 2023-04-28 11:30:02下载
- 积分:1