登录
首页 » Windows开发 » A freeware MFC dialog class to select an icon. This is based on the dialog tha...

A freeware MFC dialog class to select an icon. This is based on the dialog tha...

于 2022-03-16 发布 文件大小:12.09 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

A freeware MFC dialog class to select an icon. This is based on the dialog that appears when you choose to change the icon for a shortcut in the Windows 95 / NT 4 shell. The actual appearance of the dialog is based on the new look dialog in IE4 PP2 which uses a larger list box to display the icons. Have a look on my web site or run the supplied sample to see what it looks like. -A freeware MFC dialog class to select an icon. This is based on the dialog that appears when you choose to change the icon for a shortcut in the Windows 95/NT 4 shell. The actual appearance of the dialog is based on the new look dialog in IE4 PP2 which uses a larger list box to display the icons. Have a look on my web site or run the supplied sample to see what it looks like.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • KEA128 UART
    飞思卡尔单片机 KEA128 UART 串口调试程序,包括初始化程序,接收及发送程序,CODEWARROIR,可直接调试 简单实用,可直接调试
    2022-05-13 15:10:39下载
    积分:1
  • 演示解析传输流文件
    Demo parsing TS transport stream files
    2022-03-04 19:13:11下载
    积分:1
  • This programme shows how to draw an rotating cylinder,and how to set lighting an...
    在VC++ DirectX环境下,绘制一个空心圆柱体,实现圆柱体的旋转,并设置光照和材质信息。-This programme shows how to draw an rotating cylinder,and how to set lighting and materials.
    2022-03-21 19:23:56下载
    积分:1
  • The Safest Smart Pointer of the East
    The Safest Smart Pointer of the East
    2022-01-21 03:26:56下载
    积分:1
  • tj大学 研究生 矩阵论Matrix 教授资料
    tj大学 研究生 矩阵论Matrix 教授资料-tj Professor University Graduate Matrix theory of information
    2023-03-19 18:05:04下载
    积分:1
  • 百万富翁与陌生人的换钱计划windows Visul C++源程序(电大版教材)...
    百万富翁与陌生人的换钱计划windows Visul C++源程序(电大版教材)-millionaire with strangers for money, the program windows Visul C source files (TVU version Aids)
    2022-01-26 07:39:29下载
    积分:1
  • 一本介绍SOC设计的入门书,适合入行SOC业的朋友
    一本介绍SOC设计的入门书,适合入行SOC业的朋友-SOC introduced a primer designed for entry SOC industry friends
    2022-04-02 09:39:09下载
    积分:1
  • 鼠标小烟花,用VC写的,大家有空可以
    鼠标小烟花,用VC写的,大家有空可以-failed to translate
    2022-02-15 02:20:36下载
    积分:1
  • 树的建立和遍历 可以实现的VC
    树的建立和遍历 可以实现的VC-the establishment and tree traversal can be achieved VC
    2022-03-11 08:01:39下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载