搜索资源列表
Ghost_drag_image
- Have you noticed the cool ghost image that Windows Explorer produces when you start dragging files/folders from it? Well, I wanted to implement this in a C# project when dragging files between it and Windows Explorer. After a lot of Googling, I found
vcode
- 很好的验证码生成程序。使用方法: picid = Request.QueryString[\"time\"].ToString().Trim() picid =Math.Round((Convert.ToDouble(picid)*10000),0).ToString() Tools.image.VerifyImage pic = new Tools.image.VerifyImage(picid, 90, 50) System.IO.memorystream ms
ManOriKnowledge
- 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF
ByteArray
- Run an Executable from a memorystream
hkmemtab
- THKMemTab是一个内存表数据控件,用在开发时存放临时数据,它使用memorystream存放数据,不需要BDE引擎,支持关键数据库和字段的方法,但是不支持索引,过滤和排序,支持的字段类型有ftString, ftBoolean, ftFloat, ftSmallInt, ftInteger, ftDate, ftTime.-THKMemTab is a memory-based Dataset with Data-Aware components support developed for
Abbrevia-5.0
- -个delphi写的 zip 文件和内存流操作控件 使用很方便-a delphi vcl for zip file and memorystream, easy,usefull
Using-memorystream
- 使用 memorystream ,並將檔案讀出暫存在 memorystream中。-Using memorystream, and the file is read out temporarily in a memorystream.
CPPMemStrm
- C++ 实现的内存流源码。用C语言实现的。方便实用。-C++ memorystream
mgen-blockingReadmemorystream
- 大数据缓存,内存块读写核心代码,包括read,write的块操作。应用于大文件、大数据集的缓存或快速读取操作。(Large data cache, memory block read and write the core code, including read, write block operation. Cache or quick read operations for large files, large data sets.)