纳金网

标题: 打开外部文件 exe的代码 [打印本页]

作者: 狂风大尉    时间: 2014-7-31 20:24
标题: 打开外部文件 exe的代码
  1. using UnityEngine;
  2. using System.Collections;
  3. using System.Diagnostics;//用于 允许使用(Process) //

  4. public class example : MonoBehaviour {

  5.         public Rect windowRect = new Rect(20, 20, 120, 50);
  6.         void OnGUI() {

  7.                 if (GUI.Button(new Rect(10, 20, 100, 20), "QQ"))
  8.                         <font color="#f00000">// 直接打开外部文件QQ等 exe</font>
  9.                         Process.Start("C:\\Program Files (x86)\\Tencent\\QQ\\Bin\\QQ.exe");

  10.         }

  11. }
复制代码

作者: hyui    时间: 2014-7-31 21:11
Thanks for sharing this one script !
作者: HIDEOKOJIMA    时间: 2014-7-31 22:05

Thanks for sharing this one!




欢迎光临 纳金网 (http://old.narkii.com/club/) Powered by Discuz! X2.5