CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口

文件名称:PixieLib71

介绍说明--下载内容来自于网络,使用问题请自行百度

MFC扩充库(全部有源程序),作者Paul Dilascia是《微软系统杂志》(MSJ)著名专栏作家

-PixieLib is a library of C++ classes, functions and debugging tools that extend MFC. Much of PixieLib was first published in my columns and articles in Microsoft Systems Journal, but I have since expanded and enhanced it, and compiled the code into a single library you can link with your app.


(系统自动生成,下载前可以参看下载内容)

下载文件列表

DllInstall.bat
INCLUDE/
INCLUDE/PixieLib.h
INCLUDE/PLCoolUI.h
INCLUDE/PLDebug.h
INCLUDE/PLDragDrop.h
INCLUDE/PLDraw.h
INCLUDE/PLFolderTab.h
INCLUDE/PLInet.h
INCLUDE/PLPrivate.h
INCLUDE/PLProcess.h
INCLUDE/PLRegex.h
INCLUDE/PLStatLink.h
INCLUDE/PLWinMgr.h
INCLUDE/TraceWin.h
MakeLibs.bat
MakeSamp.bat
PixieDoc.htm
ReadMe.txt
ReleaseHistory.txt
SAMPLES/
SAMPLES/CoolEdit/
SAMPLES/CoolEdit/CoolEdit.cpp
SAMPLES/CoolEdit/CoolEdit.h
SAMPLES/CoolEdit/CoolEdit.rc
SAMPLES/CoolEdit/CoolEdit.sln
SAMPLES/CoolEdit/CoolEdit.vcproj
SAMPLES/CoolEdit/Doc.cpp
SAMPLES/CoolEdit/Doc.h
SAMPLES/CoolEdit/MainFrm.cpp
SAMPLES/CoolEdit/MainFrm.h
SAMPLES/CoolEdit/makefile
SAMPLES/CoolEdit/RES/
SAMPLES/CoolEdit/RES/app.ico
SAMPLES/CoolEdit/RES/app.rc2
SAMPLES/CoolEdit/RES/Coolbg.bmp
SAMPLES/CoolEdit/RES/Doc.ico
SAMPLES/CoolEdit/RES/msdn.bmp
SAMPLES/CoolEdit/RES/pixie.bmp
SAMPLES/CoolEdit/RES/Toolbar.bmp
SAMPLES/CoolEdit/resource.h
SAMPLES/CoolEdit/StdAfx.cpp
SAMPLES/CoolEdit/StdAfx.h
SAMPLES/CoolEdit/View.cpp
SAMPLES/CoolEdit/View.h
SAMPLES/DragList/
SAMPLES/DragList/DragList.cpp
SAMPLES/DragList/DragList.rc
SAMPLES/DragList/DragList.sln
SAMPLES/DragList/DragList.vcproj
SAMPLES/DragList/makefile
SAMPLES/DragList/OLD/
SAMPLES/DragList/RES/
SAMPLES/DragList/RES/app.ico
SAMPLES/DragList/RES/DragList.manifest
SAMPLES/DragList/RES/DragList.rc2
SAMPLES/DragList/RES/pp.bmp
SAMPLES/DragList/resource.h
SAMPLES/DragList/stdafx.cpp
SAMPLES/DragList/stdafx.h
SAMPLES/ImgView4/
SAMPLES/ImgView4/Doc.cpp
SAMPLES/ImgView4/Doc.h
SAMPLES/ImgView4/ImgView4.cpp
SAMPLES/ImgView4/ImgView4.h
SAMPLES/ImgView4/ImgView4.rc
SAMPLES/ImgView4/ImgView4.sln
SAMPLES/ImgView4/ImgView4.vcproj
SAMPLES/ImgView4/MainFrm.cpp
SAMPLES/ImgView4/MainFrm.h
SAMPLES/ImgView4/makefile
SAMPLES/ImgView4/res/
SAMPLES/ImgView4/res/about.htm
SAMPLES/ImgView4/res/app.ico
SAMPLES/ImgView4/res/app.rc2
SAMPLES/ImgView4/res/Default.jpg
SAMPLES/ImgView4/res/doc.ico
SAMPLES/ImgView4/res/mozart.mp3
SAMPLES/ImgView4/res/okdn.gif
SAMPLES/ImgView4/res/okup.gif
SAMPLES/ImgView4/res/pd.jpg
SAMPLES/ImgView4/res/Toolbar.bmp
SAMPLES/ImgView4/resource.h
SAMPLES/ImgView4/StdAfx.cpp
SAMPLES/ImgView4/StdAfx.h
SAMPLES/ImgView4/View.cpp
SAMPLES/ImgView4/View.h
SAMPLES/MultiWin/
SAMPLES/MultiWin/Doc.cpp
SAMPLES/MultiWin/Doc.h
SAMPLES/MultiWin/DopeyDlg.cpp
SAMPLES/MultiWin/DopeyDlg.h
SAMPLES/MultiWin/DopeyWnd.cpp
SAMPLES/MultiWin/DopeyWnd.h
SAMPLES/MultiWin/LogoWnd.cpp
SAMPLES/MultiWin/LogoWnd.h
SAMPLES/MultiWin/MainFrm.cpp
SAMPLES/MultiWin/MainFrm.h
SAMPLES/MultiWin/makefile
SAMPLES/MultiWin/MultiWin.cpp
SAMPLES/MultiWin/MultiWin.rc
SAMPLES/MultiWin/MultiWin.sln
SAMPLES/MultiWin/MultiWin.vcproj
SAMPLES/MultiWin/RES/
SAMPLES/MultiWin/RES/about.htm
SAMPLES/MultiWin/RES/app.ico
SAMPLES/MultiWin/RES/app.rc2
SAMPLES/MultiWin/RES/help.htm
SAMPLES/MultiWin/RES/mozart.mp3
SAMPLES/MultiWin/RES/msdn.bmp
SAMPLES/MultiWin/RES/msdn.gif
SAMPLES/MultiWin/RES/okdn.gif
SAMPLES/MultiWin/RES/okup.gif
SAMPLES/MultiWin/RES/pd.jpg
SAMPLES/MultiWin/RES/pixie.jpg
SAMPLES/MultiWin/RES/pp.bmp
SAMPLES/MultiWin/RES/Toolbar.bmp
SAMPLES/MultiWin/resource.h
SAMPLES/MultiWin/StdAfx.cpp
SAMPLES/MultiWin/StdAfx.h
SAMPLES/MultiWin/View.cpp
SAMPLES/MultiWin/View.h
SAMPLES/MySplash/
SAMPLES/MySplash/MainFrm.cpp
SAMPLES/MySplash/MainFrm.h
SAMPLES/MySplash/makefile
SAMPLES/MySplash/MySplash.cpp
SAMPLES/MySplash/MySplash.rc
SAMPLES/MySplash/MySplash.sln
SAMPLES/MySplash/MySplash.vcproj
SAMPLES/MySplash/RES/
SAMPLES/MySplash/RES/app.ico
SAMPLES/MySplash/RES/app.rc2
SAMPLES/MySplash/RES/msdn.bmp
SAMPLES/MySplash/RES/pp.bmp
SAMPLES/MySplash/RES/splash.gif
SAMPLES/MySplash/RES/Toolbar.bmp
SAMPLES/MySplash/resource.h
SAMPLES/MySplash/StdAfx.cpp
SAMPLES/MySplash/StdAfx.h
SAMPLES/ReadMe.htm
SAMPLES/RegexTest/
SAMPLES/RegexTest/DlgBase.cpp
SAMPLES/RegexTest/DlgBase.h
SAMPLES/RegexTest/DlgForm.cpp
SAMPLES/RegexTest/DlgForm.h
SAMPLES/RegexTest/DlgTest.cpp
SAMPLES/RegexTest/DlgTest.h
SAMPLES/RegexTest/DlgWordMess.cpp
SAMPLES/RegexTest/DlgWordMess.h
SAMPLES/RegexTest/MainFrm.cpp
SAMPLES/RegexTest/MainFrm.h
SAMPLES/RegexTest/makefile
SAMPLES/RegexTest/RegexTest.cpp
SAMPLES/RegexTest/RegexTest.rc
SAMPLES/RegexTest/RegexTest.sln
SAMPLES/RegexTest/RegexTest.sln.old
SAMPLES/RegexTest/RegexTest.vcproj
SAMPLES/RegexTest/RegexTest.vcproj.old
SAMPLES/RegexTest/RES/
SAMPLES/RegexTest/RES/about.htm
SAMPLES/RegexTest/RES/app.ico
SAMPLES/RegexTest/RES/app.rc2
SAMPLES/RegexTest/RES/Doc.ico
SAMPLES/RegexTest/RES/main.htm
SAMPLES/RegexTest/RES/mozart.mp3
SAMPLES/RegexTest/RES/okdn.gif
SAMPLES/RegexTest/RES/okup.gif
SAMPLES/RegexTest/RES/pd.jpg
SAMPLES/RegexTest/RES/pixie.jpg
SAMPLES/RegexTest/RES/pp.bmp
SAMPLES/RegexTest/RES/Toolbar.bmp
SAMPLES/RegexTest/resource.h
SAMPLES/RegexTest/StdAfx.cpp
SAMPLES/RegexTest/StdAfx.h
SAMPLES/TraceWin/
SAMPLES/TraceWin/BufWnd.cpp
SAMPLES/TraceWin/BufWnd.h
SAMPLES/TraceWin/CS/
SAMPLES/TraceWin/CS/makefile
SAMPLES/TraceWin/CS/TestTraceWin.cs
SAMPLES/TraceWin/CS/TraceWinListener.cs
SAMPLES/TraceWin/CS/TraceWinListener.csproj
SAMPLES/TraceWin/CS/TraceWinListener.sln
SAMPLES/TraceWin/MainFrm.cpp
SAMPLES/TraceWin/MainFrm.h
SAMPLES/TraceWin/makefile
SAMPLES/TraceWin/r

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com