зеркало из https://github.com/mono/mail-archives.git
90 строки
3.1 KiB
HTML
90 строки
3.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-osx] Is there a way to launch an appp bundle from c# (ubder mono)
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20Is%20there%20a%20way%20to%20launch%20an%20appp%20bundle%20from%20c%23%20%28ubder%0A%09mono%29&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="003168.html">
|
|
<LINK REL="Next" HREF="003170.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-osx] Is there a way to launch an appp bundle from c# (ubder mono)</H1>
|
|
<B>Mephisto</B>
|
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20Is%20there%20a%20way%20to%20launch%20an%20appp%20bundle%20from%20c%23%20%28ubder%0A%09mono%29&In-Reply-To="
|
|
TITLE="[Mono-osx] Is there a way to launch an appp bundle from c# (ubder mono)">shmayev at gmail.com
|
|
</A><BR>
|
|
<I>Wed Sep 29 17:58:47 EDT 2010</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="003168.html">[Mono-osx] mkbunde produces broken binary
|
|
</A></li>
|
|
<LI>Next message: <A HREF="003170.html">[Mono-osx] Is there a way to launch an appp bundle from c# (ubder mono)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#3169">[ date ]</a>
|
|
<a href="thread.html#3169">[ thread ]</a>
|
|
<a href="subject.html#3169">[ subject ]</a>
|
|
<a href="author.html#3169">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>
|
|
I have an app bundle that works perfectly.
|
|
|
|
I got stuck trying to launch it from the c# code.
|
|
|
|
Is it possible? (Simply to launch)
|
|
|
|
For instance:
|
|
|
|
Let it be a notepad for windows.
|
|
|
|
In C# we have for .exe we have:
|
|
|
|
Process notePad = new Process();
|
|
|
|
notePad.StartInfo.FileName = "notepad.exe";
|
|
notePad.StartInfo.Arguments = "ProcessStart.cs";
|
|
|
|
notePad.Start();
|
|
|
|
Niw I need the same thinks only for notepad app....
|
|
|
|
Thanks.
|
|
--
|
|
View this message in context: <A HREF="http://mono.1490590.n4.nabble.com/Is-there-a-way-to-launch-an-appp-bundle-from-c-ubder-mono-tp2719873p2719873.html">http://mono.1490590.n4.nabble.com/Is-there-a-way-to-launch-an-appp-bundle-from-c-ubder-mono-tp2719873p2719873.html</A>
|
|
Sent from the Mono - OSX mailing list archive at Nabble.com.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="003168.html">[Mono-osx] mkbunde produces broken binary
|
|
</A></li>
|
|
<LI>Next message: <A HREF="003170.html">[Mono-osx] Is there a way to launch an appp bundle from c# (ubder mono)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#3169">[ date ]</a>
|
|
<a href="thread.html#3169">[ thread ]</a>
|
|
<a href="subject.html#3169">[ subject ]</a>
|
|
<a href="author.html#3169">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-osx">More information about the Mono-osx
|
|
mailing list</a><br>
|
|
</body></html>
|