资源简介
代码片段和文件信息
using IM.ImageExtender;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
using System.Windows.Documents;
namespace IM
{
public class ChatProcess
{
///
/// 此方法用于分析用户聊天内容
///
///
public static string Construe(System.Windows.Controls.RichTextBox rtb_TalkMessage ref List str)
{
String xml_Content = ““;
//得到流文档
FlowDocument document = rtb_TalkMessage.Document;
//遍历文档顶级节点
foreach (Block blk in document.Blocks)
{
//当前对象是元素
if (blk is Paragraph)
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 59392 2016-04-29 10:44 WinMsgUITest\.vs\WinMsgUITest\v14\.suo
文件 30208 2016-04-28 14:36 WinMsgUITest\GalaSoft.MvvmLight.dll
文件 6144 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\Controls.dll
文件 15872 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\Controls.pdb
文件 1045504 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\FileIcons.dll
文件 15872 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\FileIcons.pdb
文件 30208 2016-04-28 14:36 WinMsgUITest\IM\bin\Debug\GalaSoft.MvvmLight.dll
文件 1797632 2016-04-29 11:28 WinMsgUITest\IM\bin\Debug\IM.dll
文件 118272 2016-04-29 11:28 WinMsgUITest\IM\bin\Debug\IM.pdb
文件 485888 2016-04-28 14:37 WinMsgUITest\IM\bin\Debug\Newtonsoft.Json.dll
文件 516075 2016-04-28 14:37 WinMsgUITest\IM\bin\Debug\Newtonsoft.Json.xm
文件 18432 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\Resources.dll
文件 13824 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\Resources.pdb
文件 16056 2009-01-11 03:48 WinMsgUITest\IM\bin\Debug\sysface\face.xm
文件 4096 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\Token.dll
文件 11776 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\Token.pdb
文件 20480 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\XYD.Common.dll
文件 62976 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\XYD.Common.pdb
文件 1791488 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\XYD.IM.dll
文件 93696 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\XYD.IM.pdb
文件 56320 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\XYD.Model.dll
文件 230912 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\XYD.Model.pdb
文件 5120 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\XYDba
文件 11776 2016-04-29 09:35 WinMsgUITest\IM\bin\Debug\XYDba
文件 6144 2016-04-29 09:31 WinMsgUITest\IM\bin\Release\Controls.dll
文件 15872 2016-04-29 09:31 WinMsgUITest\IM\bin\Release\Controls.pdb
文件 1045504 2016-04-29 09:31 WinMsgUITest\IM\bin\Release\FileIcons.dll
文件 15872 2016-04-29 09:31 WinMsgUITest\IM\bin\Release\FileIcons.pdb
文件 30208 2016-04-28 14:36 WinMsgUITest\IM\bin\Release\GalaSoft.MvvmLight.dll
文件 89600 2016-04-28 14:36 WinMsgUITest\IM\bin\Release\GalaSoft.MvvmLight.pdb
............此处省略588个文件信息
- 上一篇:类似xp风格的面板控件
- 下一篇:TabControl模板
相关资源
- 第二代Kinect WPF开发从入门到精通资料
- WPF21个优秀项目及源码
- SciChart控件破解方法见包内
- WPF开发框架
- C#Socket网络通信实现多人聊天
- wpf特效轮播图
- WPF做的监控程序
- wpf 图片滑动效果
- Telerik_UI_for_WPF破解版
- Telerik_UI_for_WPF_2019_1_116_Dev.msi
- WPF编程宝典2012源码和书(全)
- 深入浅出WPF刘铁猛 重新整理书签 带源
- c#socket 聊天室 五子棋 局域网PVP对战
- WPF程序设计指南完整PDF高清版
- Telerik UI for WPF 2018_1_116
- 深入浅出WPF 重新整理目录,带源码
- Pro WPF 4.5 in C# Pro WPF系列第四版 英文书
- WPF学习书籍pdf《葵花宝典_WPF自学手册
- Telerik_UI_for_WPF_Documentation
- WPF编程宝典C#2012 第4版(包含源码)
- WPF编程宝典 第四版
- c# WPF 动态曲线显示
- WPF高级编程PDF
- WPF崩溃重启
- asp.net 2.0 聊天室 长轮询 异步实现
- C#/WPF下的通用自动更新模块修正
- 基于WPF的USB设备浏览器
- WPF实现类似安卓,ISO的日期选择器
- WPF MVVM模式下 TreeView 右键菜单
- wpf入门第五篇 WPF with ECharts 项目源码
评论
共有 条评论