摘要:
public static void 打开格式化对话框() { Process.Start("rundll32.exe"," shell32.dll,SHFormatDrive"); } public static void 打开控制面板游戏控制器一般() { Process.Start("rundll32.exe"," shell32.dll,Control_RunDLL joy.cpl,,0"... 阅读全文
摘要:
首先:编写一个调用系统资源的大类,代码如下using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Diagnostics;using System.IO;namespace DOS工具箱{ public class 调用系统资源... 阅读全文
摘要:
public static void 打开控制面板多媒体属性音频() { Process.Start("rundll32.exe", " shell32.dll,Control_RunDLL mmsys.cpl,,0"); } public static void 打开控制面板多媒体属性视频() { Process.Start("rundll32.exe", " shell32.dll,Contr... 阅读全文