资源简介
通过TCP/IP协议,截屏的方式,广播发送桌面图片
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Threading;
namespace hkDebugForm
{
public partial class Form1 : Form
{
public Form1()
{
Image img_Screen = GetJpgFromBmp(GetScreenShot());
img_Screen.Save(Application.StartupPath + “/1.jpg“ System.Drawing.Imaging.ImageFormat.Jpeg);
Thread.Sleep(3000);
MemoryStream mStream = new MemoryStream();
BinaryFormatter bf = new BinaryFormatter();
bf.Serialize(mStream (object)img_Screen);
byte[] buffer =
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2099 2011-03-10 16:46 hkDebugForm\Form1.cs
文件 1403 2011-03-10 16:42 hkDebugForm\Form1.Designer.cs
文件 5814 2011-03-10 16:42 hkDebugForm\Form1.resx
文件 3768 2011-03-10 16:37 hkDebugForm\hkDebugForm.csproj
文件 492 2011-03-10 16:29 hkDebugForm\Program.cs
文件 1378 2011-03-10 16:29 hkDebugForm\Properties\AssemblyInfo.cs
文件 2872 2011-03-10 16:29 hkDebugForm\Properties\Resources.Designer.cs
文件 5612 2011-03-10 16:29 hkDebugForm\Properties\Resources.resx
文件 1096 2011-03-10 16:29 hkDebugForm\Properties\Settings.Designer.cs
文件 249 2011-03-10 16:29 hkDebugForm\Properties\Settings.settings
文件 10752 2011-03-11 09:37 hkDesktopShare.Client\bin\Debug\hkDesktopShare.Client.exe
文件 22016 2011-03-11 09:37 hkDesktopShare.Client\bin\Debug\hkDesktopShare.Client.pdb
文件 14328 2011-03-10 17:52 hkDesktopShare.Client\bin\Debug\hkDesktopShare.Client.vshost.exe
文件 2936 2011-03-11 09:37 hkDesktopShare.Client\Client.cs
文件 3856 2011-03-10 17:18 hkDesktopShare.Client\Client.Designer.cs
文件 5814 2011-03-10 17:18 hkDesktopShare.Client\Client.resx
文件 3833 2011-03-11 09:36 hkDesktopShare.Client\hkDesktopShare.Client.csproj
文件 483 2011-03-11 09:37 hkDesktopShare.Client\Program.cs
文件 1398 2011-03-10 10:57 hkDesktopShare.Client\Properties\AssemblyInfo.cs
文件 2892 2011-03-10 10:57 hkDesktopShare.Client\Properties\Resources.Designer.cs
文件 5612 2011-03-10 10:57 hkDesktopShare.Client\Properties\Resources.resx
文件 1106 2011-03-10 10:57 hkDesktopShare.Client\Properties\Settings.Designer.cs
文件 249 2011-03-10 10:57 hkDesktopShare.Client\Properties\Settings.settings
文件 12288 2011-03-11 09:37 hkDesktopShare.Server\bin\Debug\hkDesktopShare.Server.exe
文件 14328 2011-03-11 09:36 hkDesktopShare.Server\bin\Debug\hkDesktopShare.Server.vshost.exe
文件 490 2007-07-21 01:33 hkDesktopShare.Server\bin\Debug\hkDesktopShare.Server.vshost.exe.manifest
文件 3674 2011-03-11 09:36 hkDesktopShare.Server\hkDesktopShare.Server.csproj
文件 483 2011-03-11 09:36 hkDesktopShare.Server\Program.cs
文件 1398 2011-03-10 10:57 hkDesktopShare.Server\Properties\AssemblyInfo.cs
文件 2892 2011-03-10 10:57 hkDesktopShare.Server\Properties\Resources.Designer.cs
............此处省略21个文件信息
相关资源
- 共享单车骑行数据分析
- C#局域网桌面监控
- P2P远程控制C#.net二次开发源码
- C#桌面右下角弹出提示窗
- 使用C#开发的基于WCF和PNRP的P2P文件共
- c#通过纯代码创建桌面快捷方式、创建
- 一键隐藏显示桌面图标小工具
- 远程桌面(简单鼠标按键控制)
- C#滚动字幕 如酷狗桌面透明屏幕字幕
- WPF异形悬浮窗体源码
-
C# Updatela
yeredWindow()编写桌面透明 - c# 远程控制 屏幕控制 文件操作
- 桌面飘雪C#
- C# 实现RDP远程桌面连接配套项目源码
- C#桌面倒计时软件源码
- C#远程桌面实时监控源码
- C#与CoDeSys共享内存例程
- C#版远程桌面控制源码
- 使用鼠标钩子实现透明窗体桌面画图
- C#访问共享文件夹
- c#编写的桌面管理系统源代码
- DGIS.DesktopShare
- C#实现远程桌面(源码)
- c# 远程桌面分享 调用RDP
- C#调用RDP实现远程桌面共享控制
- C#控制台德州扑克V1.01.rar
- MstscTool远程桌面管理工具 最新版.NE
- C#实现远程屏幕控制的程序可远程监控
- 内网及外网远程桌面C#源代码.zip
- C# 类似treamviewer的远程桌面源码,使用
评论
共有 条评论