-
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
-
1、设置自己计算机的开、关机时间
2、控制自己计算机的工作时间
3、记录违规使用计算机人员的使用的次数...
1、设置自己计算机的开、关机时间
2、控制自己计算机的工作时间
3、记录违规使用计算机人员的使用的次数-a set up their computers open, 2 shutdown time, to control their own computer three hours of work, the illegal use of computer records of the number of
- 2022-06-20 04:50:22下载
- 积分:1
-
介绍在VC框架中,如何加入CanBus的实现方法,程序中用简单的红灯演示程序,展示了添加的过程。...
介绍在VC框架中,如何加入CanBus的实现方法,程序中用简单的红灯演示程序,展示了添加的过程。-introduced in VC framework, how to join the realization Canbus methods, and procedures used simple red demo program, and it demonstrated the added process.
- 2022-09-04 21:10:02下载
- 积分:1
-
你的手机管理器!用在PPC2003上的!听好用的
你的手机管理器!用在PPC2003上的!听好用的-你的手 机 ?芾砥 ???用在PPC2003上的 ??听 ?糜玫
- 2022-03-07 04:15:37下载
- 积分:1
-
an index calculated linear curve of small programs, calculates linear exponentia...
一个计算线性指数曲线的小程序,calculates linear exponential curve。-an index calculated linear curve of small programs, calculates linear exponential curve.
- 2022-03-07 16:37:58下载
- 积分:1
-
this is a matrix chain multiplication ...in c code
this a matrix chain multiplication ...in c code-this is a matrix chain multiplication ...in c code
- 2022-11-23 02:05:03下载
- 积分:1
-
执行控制台或批处理程序并可以将运行的显示结果显示在窗口中的类似cmd程序的程序...
执行控制台或批处理程序并可以将运行的显示结果显示在窗口中的类似cmd程序的程序-A program similar to cmd command which can run control console or batch file and show the result in the result window
- 2022-02-06 05:18:14下载
- 积分:1
-
微信公共平台
微信公众平台是腾讯公司在微信的基础上新增的功能模块,通过这一平台,个人和企业都可以打造一个微信的公众号,可以群发文字、图片、语音、视频、图文消息五个类别。例子中主要就几个问题举例了几个。
- 2022-02-01 05:16:24下载
- 积分:1
-
VB IE 代码
VB IE 代码-VB code IE
- 2022-08-05 17:40:58下载
- 积分:1
-
读取rinex文件的完整vc程序
RINEX(接收机自主交换格式/接收机无关交换格式)是在GPS测量应用的标准数据格式常用。的格式使用的文本文件来存储数据,独立于制造商和接收机数据记录格式和具体模型你想读的RINEX files.this是一个项目塔可以帮助你做到这一点!试试吧!
- 2022-03-02 09:24:25下载
- 积分:1