本文介绍了如何使用VB.NET制作碎片整理工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



我真的想在不调用defrag.exe的情况下使用VB.NET制作碎片整理工具。我想基本上通过Piriform()制作Defraggler的自定义副本,因为我不是很无聊并且喜欢制作我自己的程序,而不是使用其他人。



程序将需要显示进度,当前文件被碎片整理等。所以我可能需要查看碎片整理库?



-Rixterz

解决方案

Hi there,

I really want to make a defragmentation tool with VB.NET without calling defrag.exe. I want to basically make a custom copy of Defraggler by Piriform (which is here), because I'm not boring and like to make my own programs rather than using other peoples'.

The program will need to display progress, current file being defragmented etc. So might I need to look into a defrag library?

-Rixterz

解决方案


这篇关于如何使用VB.NET制作碎片整理工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 21:01