资源简介
VNC远程控制,用过都知道。。
没用过的,简单介绍一下:
1、远程登录
2、远程操作,观看
此工具乃代码review及监视极品工具。
代码片段和文件信息
// Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
//
// This file is part of the VNC system.
//
// The VNC system is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not write to the Free Software
// Foundation Inc. 59 Temple Place - Suite 330 Boston MA 02111-1307
// USA.
//
// If the source code for the VNC system is not available from the place
// whence you received this file check http://www.uk.research.att.com/vnc or contact
// the authors on vnc@uk.research.att.com for information on obtaining it.
#include “stdhdrs.h“
#include “vncviewer.h“
// Process the About dialog.
static LRESULT CALLBACK AboutDlgProc(HWND hwnd UINT iMsg
WPARAM wParam LPARAM lParam) {
switch (iMsg) {
case WM_INITDIALOG:
{
CentreWindow(hwnd);
return TRUE;
}
case WM_CLOSE:
EndDialog(hwnd TRUE);
return TRUE;
case WM_COMMAND:
if (LOWORD(wParam) == IDOK) {
EndDialog(hwnd TRUE);
}
}
return FALSE;
}
void ShowAboutBox()
{
int res = DialogBox(pApp->m_instance
DIALOG_MAKEINTRESOURCE(IDD_APP_ABOUT)
NULL (DLGPROC) AboutDlgProc);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-12-17 22:19 code\
目录 0 2012-12-17 22:20 code\WinVNC\
目录 0 2003-06-11 15:37 code\WinVNC\vncviewer\
文件 1710 2001-03-19 15:58 code\WinVNC\vncviewer\AboutBox.cpp
文件 1167 2001-03-19 15:58 code\WinVNC\vncviewer\AboutBox.h
文件 2672 2001-03-19 15:58 code\WinVNC\vncviewer\AuthDialog.cpp
文件 1347 2001-03-19 15:58 code\WinVNC\vncviewer\AuthDialog.h
文件 61791 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnection.cpp
文件 11245 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnection.h
文件 4741 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnectionClipboard.cpp
文件 1862 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnection
文件 3480 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnectionCoRRE.cpp
文件 4087 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnectionFile.cpp
文件 4430 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnectionFullScreen.cpp
文件 8010 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnectionHextile.cpp
文件 2343 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnectionRaw.cpp
文件 3427 2001-03-19 15:58 code\WinVNC\vncviewer\ClientConnectionRRE.cpp
文件 1119 2001-03-19 15:58 code\WinVNC\vncviewer\COPYING.txt
文件 18874 2001-03-19 15:58 code\WinVNC\vncviewer\d3des.c
文件 1755 2001-03-19 15:58 code\WinVNC\vncviewer\d3des.h
文件 7590 2001-03-19 15:58 code\WinVNC\vncviewer\Daemon.cpp
文件 1542 2001-03-19 15:58 code\WinVNC\vncviewer\Daemon.h
文件 2392 2001-03-19 15:58 code\WinVNC\vncviewer\Exception.cpp
文件 2353 2001-03-19 15:58 code\WinVNC\vncviewer\Exception.h
文件 8890 2001-03-19 15:58 code\WinVNC\vncviewer\Flasher.cpp
文件 1764 2001-03-19 15:58 code\WinVNC\vncviewer\Flasher.h
文件 4427 1999-04-12 19:24 code\WinVNC\vncviewer\fred
文件 4784 2001-03-19 15:58 code\WinVNC\vncviewer\History.txt
文件 8261 2001-03-19 15:58 code\WinVNC\vncviewer\KeyMap.cpp
文件 2126 2001-03-19 15:58 code\WinVNC\vncviewer\KeyMap.h
文件 3973 2001-03-19 15:58 code\WinVNC\vncviewer\keysymdef.h
............此处省略169个文件信息
相关资源
- 模拟ATM机存取款管理系统设计C++
- C++解数独的算法内含三种
- 实验二、GIS图形数据对象的组织一
- AdaBoost算法C++源代码
- c++使用webbrowser
- 基于Qt的C++架构模型MVC在C++后端管理系
- C++超市物流管理系统
- C++模拟文件系统
- c和c++库函数快速查询资料
- C++加解密算法源代码大全
- C++封装mp3文件转wav文件的DLL
- 删除文件恢复C++实现
- 矩阵运算C++实现.doc
- 运动目标检测 c++ 图像编程
- C++ 坐标点数据转shp矢量数据
- C++钩子模仿按键精灵屏幕录制
- C++读取和保存 txt 格式数据文件的方法
- c++ 使用while读取不定量的输入数据方
- SLICSuperpixels 超像素分割图 C++代码
- NMEA0183解析 c++
- WindowsVC++获取CPU整体使用率
- viterbi译码算法c++实现以及程序所对应
- Visual C++ 开发OPC 客户端
- 贪吃蛇 小游戏 代码C++编写,面向对象
- c++分数评价
- vc++ 运用MFC实现基于AfxMessageBox的 自定
- VC++中文繁体、简体BIG-GBK编码转换程序
- 学生考勤管理系统源代码
- C++实现Apriori算法
- c++实现的读写csv文件
评论
共有 条评论