-
Use CSocket remote desktop functionality. Process a bit complicated, mainly the...
利用CSocket实现远程桌面功能。程序有点复杂,主要是CSocket的运用。 实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-Use CSocket remote desktop functionality. Process a bit complicated, mainly the use of CSocket. To achieve the main idea is: first issued back to the local Remote Desktop Capture, and then in the dialog box shows that the local mouse and keyboard moves into a command input, and then sent to the remote host implementation (actually, this step is to simulate the mouse and keyboard operation), and finally re-captured the remote desktop back to the local, in the dialog box is displayed. This also enables the system comes with remote desktop functionality.
- 2022-08-13 07:08:03下载
- 积分:1
-
主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以...
主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以帮你开拓编程思路及研究一些类的使用方法-Winlnet class is mainly a simple exercise to use, the use of C++ implementation, there is the design documentation and user manual. This is just the basic realization of a simple FTP upload functionality, you can not uses the staff and now the popular FTP software to more than. Can help you develop ideas and research program to use a number of classes
- 2022-07-18 17:49:54下载
- 积分:1
-
非常不错的,功能庞大,详细内容自己看吧。
非常不错的,功能庞大,详细内容自己看吧。-very good, the function of large, the details of which own Look here.
- 2022-01-25 19:11:44下载
- 积分:1
-
基 于 MFC 的 WinSock 客 户 端 程 序 设计
基 于 MFC 的 WinSock 客 户 端 程 序 设计-MFC-based client for WinSock Programming
- 2022-03-18 22:54:01下载
- 积分:1
-
asp源码,实现了一个典型的留言板系统功能
asp源码,实现了一个典型的留言板系统功能-asp source code to achieve a typical message board system
- 2022-02-04 10:33:47下载
- 积分:1
-
windows 下的网络数据解析工具,vc++环境,支持tcp,upd,port选择
windows 下的网络数据解析工具,vc++环境,支持tcp,upd,port选择-windows of network data analysis tool vc environment to support tcp, upd. port options
- 2022-03-12 07:19:33下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1
-
pb 做的一个小程序,可以用于对人员的内部管理用。
pb 做的一个小程序,可以用于对人员的内部管理用。-pb do a small program that can be used to the internal management use.
- 2022-02-28 12:07:49下载
- 积分:1
-
控制台下制作的聊天软件,c++语言开发。给c++初学者展示了如何在控制台下制作软件。...
控制台下制作的聊天软件,c++语言开发。给c++初学者展示了如何在控制台下制作软件。-Console chat software produced, c++ language development. To c++ beginners showing how to produce software under Control Panel.
- 2022-08-05 19:23:20下载
- 积分:1
-
一个用VC编写的Ping 多线程程序。
一个用VC编写的Ping 多线程程序。-a VC prepared by the Ping multithreaded programming.
- 2022-07-25 15:08:16下载
- 积分:1