资源简介
这个是当时作为微信服务器的时候找的,用来显示每个账号的头像的,亲测可用的,基于vc6.0
代码片段和文件信息
// ShowUrlPic_MFC.cpp : Defines the class behaviors for the application.
// Download by http://www.NewXing.com
#include “stdafx.h“
#include “ShowUrlPic_MFC.h“
#include “ShowUrlPic_MFCDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CShowUrlPic_MFCApp
BEGIN_MESSAGE_MAP(CShowUrlPic_MFCApp CWinApp)
//{{AFX_MSG_MAP(CShowUrlPic_MFCApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CShowUrlPic_MFCApp construction
CShowUrlPic_MFCApp::CShowUrlPic_MFCApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CShowUrlPic_MFCApp object
CShowUrlPic_MFCApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CShowUrlPic_MFCApp initialization
BOOL CShowUrlPic_MFCApp::InitInstance()
{
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CShowUrlPic_MFCDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 34892 2008-10-18 11:34 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFC.aps
....... 884 2008-10-18 11:34 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFC.clw
文件 2177 2012-12-05 08:57 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFC.cpp
文件 5429 2012-12-05 08:57 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFCDlg.cpp
文件 254 2012-12-05 08:57 www.NewXing.com\WebCapture_MFC\StdAfx.cpp
..A.SH. 3584 2008-10-18 11:35 www.NewXing.com\WebCapture_MFC\res\Thumbs.db
....... 4277 2008-10-18 11:35 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFC.dsp
....... 551 2008-10-18 11:27 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFC.dsw
文件 638 2012-12-05 08:57 www.NewXing.com\WebCapture_MFC\resource.h
文件 1450 2012-12-05 08:57 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFC.h
文件 1442 2012-12-05 08:57 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFCDlg.h
文件 1086 2012-12-05 08:57 www.NewXing.com\WebCapture_MFC\StdAfx.h
....... 1078 2008-10-18 11:27 www.NewXing.com\WebCapture_MFC\res\ShowUrlPic_MFC.ico
....... 4658 2008-10-18 11:34 www.NewXing.com\WebCapture_MFC\ShowUrlPic_MFC.rc
....... 406 2008-10-18 11:27 www.NewXing.com\WebCapture_MFC\res\ShowUrlPic_MFC.rc2
....... 3723 2008-10-18 11:27 www.NewXing.com\WebCapture_MFC\ReadMe.txt
目录 0 2012-11-10 11:06 www.NewXing.com\WebCapture_MFC\res
目录 0 2012-11-10 11:11 www.NewXing.com\WebCapture_MFC
----------- --------- ---------- ----- ----
66529 18
- 上一篇:C语言实现socket服务端和客户端
- 下一篇:循环赛问题c语言代码
相关资源
- VS.net / VC++ 2003 2005(.sln)项目转化为
- CBCGPGridCtrl对使用
- vc++6.0实现的学生成绩管理系统代码
- VC6.0不能停止调试程序补丁
- VC6.0工具DFView
- VC++操作WPS表格的类(VC6.0编译通过)
- 基于MFCVC6.0的简单计算器程序
- VC6.0调用大漠函数(实现找图按键_制
- vc6.0上位机教程.docx
- vc6.0与sql server2008的连接
- 禁手规则和智能算法探讨及其实现源
- VC++五子棋窗体界面程序源码可以VC6
- VC6.0 网络程序设计 UDP 文件传输 客户
- VC++ 控制IE网页操作
- Cantor集算法实现
- vs2005工程转换成vc6.0工程的小工具(
- FileTool.dll
- VC6.0打开BMP位图程序白色彩色皆可
- 基于vc6.0串口调试助手源码
- MFC单文档心电图模拟程序vc6.0
- MFC编写的五子棋程序源代码
- OpenSSL+VC6.0 实现的安全Web Server 客户端
- vc6.0编写的SOM神经网络聚类
- Psapi.lib psapi.h VC6.0 文件
- VC++6.0完美运行在win7和win10系统上
- VC6.0下开发的仿windows记事本-达尔魔记
- 简易计算器基于对话框VC6.0
- 三菱PLC上位机编程软件VC6.0完整源代码
- VC++五子棋程序源码VC6.0控制台下运行
- Skins VC6.0程序皮肤
评论
共有 条评论