C#WPF Windows OS的访问 [英] C# WPF the acess of the windows os

查看:60
本文介绍了C#WPF Windows OS的访问的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望能够使用一种程序打开开始菜单来更改XP Windows 7的外观,可以给我发送一些信息吗?

I want to be able to open the start menu change the looks of the XP windows 7 using a program can some one please send me some info please?

推荐答案

START "title" [/Dpath] [options] "command" [parameters]



上面的命令语法用于在Windows环境中启动指定的程序或命令.
这是一个使用记事本应用程序在特定文件夹中打开文档的示例



The above command syntax is used to start a specified program or command in Windows environment.
Herez an example to open a document at specific folder, using notepad application

START /Dc:\Documents\ /MAX "Maximised Notes" notepad.exe



可以使用C#以编程方式编写与
相同的命令



Same command can be programmatically writtent in C# as

System.Diagnostics.Process.Start("startcommand.exe",CmdLineArgs);


这篇关于C#WPF Windows OS的访问的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆