文件名称:VIPSHELL2007
- 所属分类:
- Shell编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 592kb
- 下载次数:
- 0次
- 提 供 者:
- 精*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
[VC] VIPSHELL2007代码
VipShellServer 是服务端程序。
VipShellServer.cpp 连接的地址在
void CVipShellServer::Test()
{
//..
WORD wVersionRequested = MAKEWORD(1, 1)
WSADATA wsaData
WSAStartup(wVersionRequested, &wsaData)
// CreateThread(0,0,Thread,0,0,0)
Start("127.0.0.1", 99)
}
修改
同时对应的
VipShellClient
m_spVipShellHandleServer->Listen(99, this)
也要修改-[VC] VIPSHELL2007 code VipShellServer client service procedures. Address VipShellServer.cpp connected in void CVipShellServer:: Test () (//.. WORD wVersionRequested = MAKEWORD (1, 1) WSADATA wsaData WSAStartup (wVersionRequested,
VipShellServer 是服务端程序。
VipShellServer.cpp 连接的地址在
void CVipShellServer::Test()
{
//..
WORD wVersionRequested = MAKEWORD(1, 1)
WSADATA wsaData
WSAStartup(wVersionRequested, &wsaData)
// CreateThread(0,0,Thread,0,0,0)
Start("127.0.0.1", 99)
}
修改
同时对应的
VipShellClient
m_spVipShellHandleServer->Listen(99, this)
也要修改-[VC] VIPSHELL2007 code VipShellServer client service procedures. Address VipShellServer.cpp connected in void CVipShellServer:: Test () (//.. WORD wVersionRequested = MAKEWORD (1, 1) WSADATA wsaData WSAStartup (wVersionRequested,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VIPSHELL2007客户端代码
......................\bin
......................\...\VipShellClient.exe
......................\...\VipShellClientHandle.Dll
......................\...\VipShellHandleBase.Dll
......................\...\VipShellServer.Dll
......................\...\VipShellServerHandle.Dll
......................\...\VipShellServerTest.exe
......................\...\VipShellTransfers.Dll
......................\help
......................\....\Locker.h
......................\....\PinboardInterfaceManage.h
......................\....\Template.h
......................\....\tools
......................\....\.....\tools.cpp
......................\....\.....\tools.h
......................\protocol
......................\........\tyep_base.h
......................\VipShellClient
......................\..............\CopyFileDlg.cpp
......................\..............\CopyFileDlg.h
......................\..............\DownFileDlg.cpp
......................\..............\DownFileDlg.h
......................\..............\FileManageDlg.cpp
......................\..............\FileManageDlg.h
......................\..............\PictureWnd.cpp
......................\..............\PictureWnd.h
......................\..............\PlugDef.h
......................\..............\ProcessManageDlg.cpp
......................\..............\ProcessManageDlg.h
......................\..............\ReadMe.txt
......................\..............\res
......................\..............\...\COPY.avi
......................\..............\...\FileManage
......................\..............\...\..........\cd.ico
......................\..............\...\..........\disk.ico
......................\..............\...\..........\exe.ico
......................\..............\...\..........\floppy.ico
......................\..............\...\..........\nothing.ico
......................\..............\...\..........\Server.ico
......................\..............\...\VipShellClient.rc2
......................\..............\resource.h
......................\..............\ScreenInfoDlg.cpp
......................\..............\ScreenInfoDlg.h
......................\..............\ShellDlg.cpp
......................\..............\ShellDlg.h
......................\..............\StdAfx.cpp
......................\..............\StdAfx.h
......................\..............\VipShellClient.aps
......................\..............\VipShellClient.clw
......................\..............\VipShellClient.cpp
......................\..............\VipShellClient.dsp
......................\..............\VipShellClient.dsw
......................\..............\VipShellClient.h
......................\..............\VipShellClient.ncb
......................\..............\VipShellClient.opt
......................\..............\VipShellClient.plg
......................\..............\VipShellClient.rc
......................\..............\VipShellClient.vsmdi
......................\..............\VipShellClientDlg.cpp
......................\..............\VipShellClientDlg.h
......................\..............\~VC782.tmp
......................\..............\~VC783.tmp
......................\VipShellClientHandle
......................\....................\I_VipShellClientHandle.h
......................\VipShellServer
......................\..............\I_VipShellServer.h
......................\..............\PlugDef.h
......................\..............\Test
......................\..............\....\PlugDef.h
......................\..............\....\Test.cpp
......................\..............\....\Test.dsp
......................\..............\....\Test.plg
......................\..............\VipShellServer.cpp
......................\..............\VipShellServer.dsp
......................\..............\VipShellServer.dsw
......................\..............\VipShellServer.h
......................\..............\VipShellServer.ncb
......................\..............\VipShellServer.opt
......................\..............\
......................\bin
......................\...\VipShellClient.exe
......................\...\VipShellClientHandle.Dll
......................\...\VipShellHandleBase.Dll
......................\...\VipShellServer.Dll
......................\...\VipShellServerHandle.Dll
......................\...\VipShellServerTest.exe
......................\...\VipShellTransfers.Dll
......................\help
......................\....\Locker.h
......................\....\PinboardInterfaceManage.h
......................\....\Template.h
......................\....\tools
......................\....\.....\tools.cpp
......................\....\.....\tools.h
......................\protocol
......................\........\tyep_base.h
......................\VipShellClient
......................\..............\CopyFileDlg.cpp
......................\..............\CopyFileDlg.h
......................\..............\DownFileDlg.cpp
......................\..............\DownFileDlg.h
......................\..............\FileManageDlg.cpp
......................\..............\FileManageDlg.h
......................\..............\PictureWnd.cpp
......................\..............\PictureWnd.h
......................\..............\PlugDef.h
......................\..............\ProcessManageDlg.cpp
......................\..............\ProcessManageDlg.h
......................\..............\ReadMe.txt
......................\..............\res
......................\..............\...\COPY.avi
......................\..............\...\FileManage
......................\..............\...\..........\cd.ico
......................\..............\...\..........\disk.ico
......................\..............\...\..........\exe.ico
......................\..............\...\..........\floppy.ico
......................\..............\...\..........\nothing.ico
......................\..............\...\..........\Server.ico
......................\..............\...\VipShellClient.rc2
......................\..............\resource.h
......................\..............\ScreenInfoDlg.cpp
......................\..............\ScreenInfoDlg.h
......................\..............\ShellDlg.cpp
......................\..............\ShellDlg.h
......................\..............\StdAfx.cpp
......................\..............\StdAfx.h
......................\..............\VipShellClient.aps
......................\..............\VipShellClient.clw
......................\..............\VipShellClient.cpp
......................\..............\VipShellClient.dsp
......................\..............\VipShellClient.dsw
......................\..............\VipShellClient.h
......................\..............\VipShellClient.ncb
......................\..............\VipShellClient.opt
......................\..............\VipShellClient.plg
......................\..............\VipShellClient.rc
......................\..............\VipShellClient.vsmdi
......................\..............\VipShellClientDlg.cpp
......................\..............\VipShellClientDlg.h
......................\..............\~VC782.tmp
......................\..............\~VC783.tmp
......................\VipShellClientHandle
......................\....................\I_VipShellClientHandle.h
......................\VipShellServer
......................\..............\I_VipShellServer.h
......................\..............\PlugDef.h
......................\..............\Test
......................\..............\....\PlugDef.h
......................\..............\....\Test.cpp
......................\..............\....\Test.dsp
......................\..............\....\Test.plg
......................\..............\VipShellServer.cpp
......................\..............\VipShellServer.dsp
......................\..............\VipShellServer.dsw
......................\..............\VipShellServer.h
......................\..............\VipShellServer.ncb
......................\..............\VipShellServer.opt
......................\..............\