-
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
-
另类模拟按键,易语言源码,供易语言初学者参考。
另类模拟按键,易语言源码,供易语言初学者参考。-Alternative analog buttons, easy-language source code for easy language reference for beginners.
- 2022-01-26 06:42:58下载
- 积分:1
-
报价系统,可以节约您使用word做报时间的
报价系统,可以节约您使用word做报时间的-buhuixe
- 2022-04-07 20:33:06下载
- 积分:1
-
获取CPU主频的D
获取CPU主频的D-access to the CPU speeds D
- 2022-09-06 02:50:03下载
- 积分:1
-
简单的图像浏览小
简单的图像浏览小-simple small Eastern View images
- 2022-02-05 18:02:42下载
- 积分:1
-
二维CAD绘图设计师,包括线
二维CAD绘图设计,包括线型、颜色、线条选择与设计。包含工具条、状态条-two demension CAD drawing designer,include line-type,color,choice line and desing.include toolbar ,statusbar
- 2023-07-09 18:20:03下载
- 积分:1
-
PCI
pci-1716数字信号采集源程序-PCI-1716 digital signal acquisition source
- 2022-06-30 00:55:58下载
- 积分:1
-
windows mobile ppc5.0 mfc prepared serial test procedure, vs2005, including send...
windows mobile ppc5.0 mfc 编制的串口测试程序,vs2005,包括发送,接收,保存-windows mobile ppc5.0 mfc prepared serial test procedure, vs2005, including sending, receiving, preservation
- 2022-07-06 12:50:34下载
- 积分:1
-
一套用windowsAPI底层函数开发的参考资料,主要用VB开发参考
一套用windowsAPI底层函数开发的参考资料,主要用VB开发参考-A set of functions with windowsAPI underlying the development of reference materials, mainly used VB Developer
- 2023-01-20 13:05:03下载
- 积分:1
-
yy视频聊天软件
这个是yy视频音频P2P聊天软件的源代码,服务器端和客户端有视频压缩功能。
- 2022-03-04 12:20:36下载
- 积分:1