在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → PcShare源码 VC6.0 直接编译通过 经典远控

PcShare源码 VC6.0 直接编译通过 经典远控

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:0.98M
  • 下载次数:14
  • 浏览次数:300
  • 发布时间:2021-11-14
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
PcShare源码 VC6.0 直接编译通过 经典远控
【实例截图】
【核心代码】
4744302543321285155.rar
└── PcShare2005
├── Bin
├── PcClient
│   ├── PcClient.cpp
│   ├── PcClient.def
│   ├── PcClient.dsp
│   ├── PcClient.dsw
│   ├── PcClient.plg
│   ├── ReadMe.txt
│   ├── SshWork.cpp
│   ├── SshWork.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── WjcDes.cpp
│   └── WjcDes.h
├── PcCortr
│   ├── MyAdminTrans.cpp
│   ├── MyAdminTrans.h
│   ├── MyFrameTrans.cpp
│   ├── MyFrameTrans.h
│   ├── MyHttpBase.cpp
│   ├── MyHttpBase.h
│   ├── MyHttpPipeBase.cpp
│   ├── MyHttpPipeBase.h
│   ├── MyKeyMonTrans.cpp
│   ├── MyKeyMonTrans.h
│   ├── MyMainTrans.cpp
│   ├── MyMainTrans.h
│   ├── MyMulitTrans.cpp
│   ├── MyMulitTrans.h
│   ├── MyTlntTrans.cpp
│   ├── MyTlntTrans.h
│   ├── PcCortr.cpp
│   ├── PcCortr.def
│   ├── PcCortr.dsp
│   ├── PcCortr.dsw
│   ├── PcCortr.h
│   ├── PcCortr.plg
│   ├── PcCortr.rc
│   ├── ReadMe.txt
│   ├── res
│   │   └── PcCortr.rc2
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── XGina.cpp
│   ├── XGina.h
│   ├── ZCONF.H
│   ├── ZLIB.H
│   └── zlib.lib
├── PcFile
│   ├── DirDialog.cpp
│   ├── DirDialog.h
│   ├── ManaFrame.cpp
│   ├── ManaFrame.h
│   ├── MyDirInfoDlg.cpp
│   ├── MyDirInfoDlg.h
│   ├── MyDirListView.cpp
│   ├── mydirlistview.h
│   ├── MyDirTreeView.cpp
│   ├── MyDirTreeView.h
│   ├── mydirview.cpp
│   ├── mydirview.h
│   ├── MyDiskInfo.cpp
│   ├── MyDiskInfo.h
│   ├── MyFileInfo.cpp
│   ├── MyFileInfo.h
│   ├── MyFileTransDlg.cpp
│   ├── MyFileTransDlg.h
│   ├── MyFileTransView.cpp
│   ├── MyFileTransView.h
│   ├── MyFindFileDlg.cpp
│   ├── MyFindFileDlg.h
│   ├── MyGlobalFuc.cpp
│   ├── MyMarco.h
│   ├── MyRenameDlg.cpp
│   ├── MyRenameDlg.h
│   ├── MyTrace.cpp
│   ├── MyTrace.h
│   ├── NewMenu.cpp
│   ├── NewMenu.h
│   ├── PcFile.cpp
│   ├── PcFile.dsp
│   ├── PcFile.dsw
│   ├── PcFile.h
│   ├── PcFile.plg
│   ├── PcFile.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── avi1.bin
│   │   ├── bitmap1.bmp
│   │   ├── CDDRIVE.ICO
│   │   ├── CLSDFOLD.ICO
│   │   ├── DirOpen.ico
│   │   ├── DRIVE.ICO
│   │   ├── EXPLORER.ICO
│   │   ├── hand.cur
│   │   ├── ico00001.ico
│   │   ├── ico00002.ico
│   │   ├── ico00003.ico
│   │   ├── ico00004.ico
│   │   ├── ico00005.ico
│   │   ├── ico00006.ico
│   │   ├── icon1.ico
│   │   ├── icon8.ico
│   │   ├── icon9.ico
│   │   ├── icon_com.ico
│   │   ├── icon_fin.ico
│   │   ├── NoFix.ico
│   │   ├── PcFile.ico
│   │   ├── PcFile.rc2
│   │   ├── RemoteDisk.ico
│   │   ├── Toolbar.bmp
│   │   └── WAIT07.CUR
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── ZCONF.H
│   ├── ZLIB.H
│   └── zlib.lib
├── PcFrame
│   ├── MyFrameView.cpp
│   ├── MyFrameView.h
│   ├── MyFrameWnd.cpp
│   ├── MyFrameWnd.h
│   ├── MyGlobalFuc.cpp
│   ├── MyMarco.h
│   ├── PcFrame.cpp
│   ├── PcFrame.dsp
│   ├── PcFrame.dsw
│   ├── PcFrame.h
│   ├── PcFrame.plg
│   ├── PcFrame.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── Icon1.ico
│   │   ├── icon6.ico
│   │   ├── icon7.ico
│   │   ├── payment.ico
│   │   ├── PcFrame.rc2
│   │   ├── toolbar1.bmp
│   │   └── WAIT07.CUR
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── ZCONF.H
│   ├── ZLIB.H
│   └── zlib.lib
├── PcKeyMon
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MyEdit.cpp
│   ├── MyEdit.h
│   ├── MyEditView.cpp
│   ├── MyEditView.h
│   ├── MyGlobalFuc.cpp
│   ├── MyMarco.h
│   ├── PcKeyMon.cpp
│   ├── PcKeyMon.dsp
│   ├── PcKeyMon.dsw
│   ├── PcKeyMon.h
│   ├── PcKeyMon.plg
│   ├── PcKeyMon.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── ico00001.ico
│   │   ├── icon1.ico
│   │   ├── icon2.ico
│   │   ├── PcKeyMonDoc.ico
│   │   ├── PcKeyMon.ico
│   │   ├── PcKeyMon.rc2
│   │   ├── Toolbar.bmp
│   │   └── WAIT07.CUR
│   ├── Resource.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── PcMulit
│   ├── MyFrame.cpp
│   ├── MyFrame.h
│   ├── MyGlobalFuc.cpp
│   ├── MyMarco.h
│   ├── PcMulit.cpp
│   ├── PcMulitDlg.cpp
│   ├── PcMulitDlg.h
│   ├── PcMulit.dsp
│   ├── PcMulit.dsw
│   ├── PcMulit.h
│   ├── PcMulit.plg
│   ├── PcMulit.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── icon1.ico
│   │   ├── PcMulit.ico
│   │   ├── PcMulit.rc2
│   │   ├── toolbar1.bmp
│   │   └── WAIT07.CUR
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── ZCONF.H
│   ├── ZLIB.H
│   └── zlib.lib
├── PcProc
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MyGlobalFuc.cpp
│   ├── MyMarco.h
│   ├── MyProcessListView.cpp
│   ├── MyProcessListView.h
│   ├── PcProc.cpp
│   ├── PcProc.dsp
│   ├── PcProc.dsw
│   ├── PcProc.h
│   ├── PcProc.plg
│   ├── PcProc.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── icon1.ico
│   │   ├── PcProc.ico
│   │   ├── PcProc.rc2
│   │   ├── Toolbar.bmp
│   │   └── WAIT07.CUR
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── ZCONF.H
│   ├── ZLIB.H
│   └── zlib.lib
├── PcRegedit
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MyGlobalFuc.cpp
│   ├── MyMarco.h
│   ├── myregeditvalue.cpp
│   ├── myregeditvalue.h
│   ├── MyRegListCtrl.cpp
│   ├── MyRegListCtrl.h
│   ├── MyRegTreeCtrl.cpp
│   ├── MyRegTreeCtrl.h
│   ├── MyRenameDlg.cpp
│   ├── MyRenameDlg.h
│   ├── PcRegedit.cpp
│   ├── PcRegedit.dsp
│   ├── PcRegedit.dsw
│   ├── PcRegedit.h
│   ├── PcRegedit.plg
│   ├── PcRegedit.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── DirOpen.ico
│   │   ├── hand.cur
│   │   ├── ico00001.ico
│   │   ├── ico00002.ico
│   │   ├── ico00003.ico
│   │   ├── ico00004.ico
│   │   ├── icon1.ico
│   │   ├── icon2.ico
│   │   ├── icon_reg.ico
│   │   ├── MYCOMP.ICO
│   │   ├── PcRegedit.ico
│   │   ├── PcRegedit.rc2
│   │   ├── RegIcon1.ico
│   │   ├── Toolbar.bmp
│   │   └── WAIT07.CUR
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── ZCONF.H
│   ├── ZLIB.H
│   └── zlib.lib
├── PcService
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MyGlobalFuc.cpp
│   ├── MyMarco.h
│   ├── MyServicesDlg.cpp
│   ├── MyServicesDlg.h
│   ├── MyServicesView.cpp
│   ├── MyServicesView.h
│   ├── PcService.cpp
│   ├── PcService.dsp
│   ├── PcService.dsw
│   ├── PcService.h
│   ├── PcService.plg
│   ├── PcService.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── icon1.ico
│   │   ├── PcService.ico
│   │   ├── PcService.rc2
│   │   ├── Toolbar.bmp
│   │   └── WAIT07.CUR
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── ZCONF.H
│   ├── ZLIB.H
│   └── zlib.lib
├── PcShare
│   ├── DirDialog.cpp
│   ├── DirDialog.h
│   ├── ListViewCtrlEx.cpp
│   ├── ListViewCtrlEx.h
│   ├── Lzw.cpp
│   ├── Lzw.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MyClientInfoView.cpp
│   ├── myclientinfoview.h
│   ├── MyClientMainView.cpp
│   ├── myclientmainview.h
│   ├── MyClientProxy.cpp
│   ├── MyClientProxy.h
│   ├── MyClientTitleDlg.cpp
│   ├── MyClientTitleDlg.h
│   ├── MyCreateClientDlg.cpp
│   ├── MyCreateClientDlg.h
│   ├── MyEventView.cpp
│   ├── MyEventView.h
│   ├── MyGlobalFuc.cpp
│   ├── MyHtmlView.cpp
│   ├── MyHtmlView.h
│   ├── MyLink.cpp
│   ├── MyLink.h
│   ├── MyMarco.h
│   ├── MySetupDlg.cpp
│   ├── MySetupDlg.h
│   ├── MyThreadFunc.cpp
│   ├── MyTrace.cpp
│   ├── MyTrace.h
│   ├── NewMenu.cpp
│   ├── NewMenu.h
│   ├── PcShare.cpp
│   ├── PcShare.dsp
│   ├── PcShare.dsw
│   ├── PcShare.h
│   ├── PcShare.plg
│   ├── PcShare.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── 5104.ICO
│   │   ├── banner.gif
│   │   ├── FileTrans.ico
│   │   ├── Frame.ico
│   │   ├── hand.cur
│   │   ├── hdrdown.bmp
│   │   ├── hdrup.bmp
│   │   ├── icon1.ico
│   │   ├── icon9.ico
│   │   ├── icon_com.ico
│   │   ├── ICO_org.ico
│   │   ├── idr_main.ico
│   │   ├── link_logo.gif
│   │   ├── man.idr
│   │   ├── NETHOOD.ICO
│   │   ├── PcShare.rc2
│   │   ├── sanparty.gif
│   │   ├── Screen.ico
│   │   ├── SysConTrol.ico
│   │   ├── toolbar1.bmp
│   │   ├── toolbar_.bmp
│   │   ├── Toolbar.bmp
│   │   ├── W95MBX01.ICO
│   │   ├── W95MBX04.ICO
│   │   ├── WAIT07.CUR
│   │   ├── 停止记录.bmp
│   │   ├── 全局设置.bmp
│   │   ├── 关于.bmp
│   │   ├── 关闭窗口.bmp
│   │   ├── 删除任务.bmp
│   │   ├── 删除客户.bmp
│   │   ├── 屏幕监控.bmp
│   │   ├── 帮助.bmp
│   │   ├── 服务管理.bmp
│   │   ├── 注册表管理.bmp
│   │   ├── 生成客户.bmp
│   │   ├── 管理客户.bmp
│   │   ├── 视音频监控.bmp
│   │   ├── 超级终端.bmp
│   │   ├── 进程管理.bmp
│   │   ├── 键盘监控.bmp
│   │   └── 鼠标控制.bmp
│   ├── resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── WjcDes.cpp
│   └── WjcDes.h
├── PcStat
│   ├── Lzw.cpp
│   ├── Lzw.h
│   ├── PcStat.cpp
│   ├── PcStat.dsp
│   ├── PcStat.dsw
│   ├── PcStat.h
│   ├── PcStat.plg
│   ├── PcStat.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── PcStat.ico
│   │   └── PcStat.rc2
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── WjcDes.cpp
│   └── WjcDes.h
└── PcTlnt
├── icon1.ico
├── MySocketDlg.cpp
├── MySocketDlg.h
├── PcTlnt.cpp
├── PcTlnt.dsp
├── PcTlnt.dsw
├── PcTlnt.h
├── PcTlnt.plg
├── PcTlnt.rc
├── ProtocolRx.cpp
├── ProtocolRx.h
├── ReadMe.txt
├── Resource.h
├── SocketDx.cpp
├── SocketDx.h
├── SocketRx.cpp
├── SocketRx.h
├── SocketTx.cpp
├── SocketTx.h
├── stdafx.cpp
└── stdafx.h

24 directories, 403 files

标签:

实例下载地址

PcShare源码 VC6.0 直接编译通过 经典远控

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警