摘要:
参考: C# Pdf转图片通过(PdfiumViewer或O2S.Components.PDFRender4NET)实现 C# PDF转图片(JPG,Png) 实现: using PdfiumViewer; using System.Collections.Generic; using System 阅读全文
摘要:
功能A:开启一个定时器,定时间隔到达后,执行一次后停用这个定时器。 功能A能够重复使用。 using System; namespace DelayActionDemo { public class TimeInvokeMethod : IDisposable { private int _time 阅读全文
摘要:
在做窗口的hook功能时,收到消息后却不知道msg的值对应的是什么类型的消息,十分尴尬,上网速查后发现两个网址有详细介绍; public class WindowsMessage { public const int WM_NULL = 0x0000; // public const int WM_ 阅读全文
摘要:
针对handycontrol进行改造: using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using HandyControl.Data; using Hand 阅读全文
摘要:
循环删除集合中的元素,代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Foreach 阅读全文