资源简介
这个是当时作为微信服务器的时候找的,用来显示每个账号的头像的,亲测可用的,基于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语言代码
相关资源
- 移木块游戏,可以自编自玩,vc6.0编写
- MFC数字钟(基于VC6.0)
- 安科瑞智能电能表MODBUS通讯程序 VC6
- VC6LineNumberAddin.dll
- 用VC6.0实现多边形扫描线填充算法
- VC助手 VC6.0助手
- VC6.0 完整的图像处理程序 运用了大量
- VC6.0经典串口通信源程序C++
- VC6.0MFC界面美化
- 即时通讯开发源码终极版C#.NETC++都有
- VS打开VC6.0所需libcd.lib
- MFC画圆自定义|位置|半径|边界和内部
- 用vc++6.0实现的银行账户管理系统
- vc6.0编程助手Visual_AssistX(含破解补丁
- VC6.0_MFC画图demo小程序源码
- Visual_assist_X_for_VC6.0破解版.rar
- VC开发MFC局域网屏幕监控系统完美版
- VC6.0三维画图画三维球,立方体,矩形
- VC6.0获取MAC地址
- vc6.0+opengl纯色五角星填充
- vc6.0+opengl动态绘制五角星
- VC6.0中缺少VC98\\\\CRT\\\\SRC文件夹的--
- 二叉树 VC6.0 MFC实现 数据结构
- VC++ MFC编写的2048小游戏工程及源代码
- Coons曲面与hermite、bezier、B样条曲线标
- VC6.0的使用工具AddOpen插件、字体/颜色
- 基于C++语言编写的宠物管理系统(V
- MFC VC6.0 简单贪吃蛇
- Opencv+VC6.0实现摄像头视频的监控
- 数字图像处理 MFC bmp格式图片打开与保
评论
共有 条评论