• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: c++  

资源简介

自定义标签

资源截图

代码片段和文件信息

// 最小化托盘.cpp : Defines the entry point for the application.
//

#include “stdafx.h“
#include “resource.h“
#include “MainDlg.h“
#include 

int APIENTRY WinMain(HINSTANCE hInstance
                     HINSTANCE hPrevInstance
                     LPSTR     lpCmdLine
                     int       nCmdShow)
{
//Enable IPAddress、Calendar.etc
 hApp = hInstance;   //就多了这句
InitCommonControls();
DialogBox(hInstance MAKEINTRESOURCE(IDD_MAIN) NULL Main_Proc);
return 0;
}




 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     135236  2009-08-29 21:15  最小化托盘\Debug\最小化托盘.exe

     文件       1846  1993-02-04 12:19  最小化托盘\dlgapp.ico

     文件        766  2009-08-29 21:07  最小化托盘\icon1.ico

     文件      29696  2009-08-29 21:15  最小化托盘\idi1.bin

     文件        525  2009-08-29 20:51  最小化托盘\Main.cpp

     文件       2172  2009-08-29 21:08  最小化托盘\MainDlg.cpp

     文件        422  2009-08-29 20:50  最小化托盘\MainDlg.h

     文件       1241  2009-08-29 19:25  最小化托盘\ReadMe.txt

     文件      62636  2009-08-29 21:15  最小化托盘\resource.aps

     文件        639  2009-08-29 21:15  最小化托盘\resource.h

     文件       2560  2009-08-29 21:15  最小化托盘\resource.rc

     文件        297  2009-08-29 19:25  最小化托盘\StdAfx.cpp

     文件        773  2009-08-29 19:25  最小化托盘\StdAfx.h

     文件       4384  2009-08-29 21:16  最小化托盘\最小化托盘.dsp

     文件        528  2009-08-29 19:25  最小化托盘\最小化托盘.dsw

     文件      50176  2009-08-29 21:47  最小化托盘\最小化托盘.ncb

     文件      48640  2009-08-29 21:47  最小化托盘\最小化托盘.opt

     文件       1031  2009-08-29 21:15  最小化托盘\最小化托盘.plg

     目录          0  2010-04-09 18:05  最小化托盘\Debug

     目录          0  2010-04-09 18:05  最小化托盘

----------- ---------  ---------- -----  ----

               343568                    20


评论

共有 条评论