-
disabletaskmanagerin2k.zip
DisableTaskManagerIn2K.zip
- 2022-03-18 06:06:52下载
- 积分:1
-
计算器Java小程序,四则运算等。
计算器Java小程序,四则运算等。-calculator Java programs, such as four operations.
- 2023-03-25 23:50:03下载
- 积分:1
-
枚举局域网内计算机
枚举局域网内计算机-enumeration computer LAN
- 2022-03-01 06:07:08下载
- 积分:1
-
模拟雷电3的射击游戏,逼真的没话说,源代码和生成文件都在这里了,还不来下...
模拟雷电3的射击游戏,逼真的没话说,源代码和生成文件都在这里了,还不来下-simulated shooting games, lifelike and unique source code and documents are generated here, not to under
- 2022-03-07 00:25:29下载
- 积分:1
-
数电中通过软件模拟实现脉搏测试仪的实现,完整的实验报告,有设计过程和结果...
数电中通过软件模拟实现脉搏测试仪的实现,完整的实验报告,有设计过程和结果-Number of electric pulse through the implementation of software tester Analog implementation of a complete test report, there is the design process and results
- 2023-07-18 00:35:04下载
- 积分:1
-
Windows上的挖地雷游戏,有源代码,希望对大家有帮助
Windows上的挖地雷游戏,有源代码,希望对大家有帮助-Windows digging mines on the game, the active code, we hope to help
- 2023-05-27 10:40:03下载
- 积分:1
-
VC++ 6.0一些基础控件使用的例子!Good luck!谢谢~
VC++ 6.0一些基础控件使用的例子!Good luck!谢谢~-VC++ 6.0 controls the use of some basic examples! Good luck! Thank you ~
- 2022-07-09 18:45:10下载
- 积分:1
-
a button example with picture in windows CE
WinCE下的一个图形按钮例子-a button example with picture in windows CE
- 2022-12-18 00:30:03下载
- 积分: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
-
这是一个实现放大镜功能的代码,通过选择工具条上的放大镜按钮然后单击鼠标左健并且拖动就可以放大窗口内的内容。...
这是一个实现放大镜功能的代码,通过选择工具条上的放大镜按钮然后单击鼠标左健并且拖动就可以放大窗口内的内容。-This is a realization of a magnifier function of the code, by selecting the magnifying glass toolbar button then click the left mouse and drag Kin can enlarge the contents of the window.
- 2022-11-01 11:35:03下载
- 积分:1