473,396 Members | 2,037 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Open Other software

Hello All,

I want to open MAYA 3d Software from my GUI.
Will u please help ?....
I am not able to get the command...
Feb 13 '10 #1

✓ answered by tlhintoq

Question like this and "How do I fix an 'object not set to the instance of an object' error?" etc. really need to go into a proper F.A.Q. section on here.

4 1272
sashi
1,754 Expert 1GB
Hi Mujeesh,

I think you should run a simple search on the Bytes before even asking a question. Some of these has already been answered may times as well many years years ago.

Running an EXE from c#

Expand|Select|Wrap|Line Numbers
  1. using System;
  2. using System.Diagnostics;
  3.  
  4. namespace csharp_station.howto
  5. {
  6.     /// <summary>
  7.     /// Demonstrates how to start another program from C#
  8.     /// </summary>
  9.     class ProcessStart
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             Process myApp = new Process();
  14.  
  15.             myApp.StartInfo.FileName   = "your_app_name_goes_here.exe";
  16.             myApp.Start();
  17.         }
  18.     }
  19. }
  20.  
Happy coding
Feb 13 '10 #2
tlhintoq
3,525 Expert 2GB
Question like this and "How do I fix an 'object not set to the instance of an object' error?" etc. really need to go into a proper F.A.Q. section on here.
Feb 13 '10 #3
Thanks sashi...i was in little hurry at that time...
thats why i posted this.
Feb 15 '10 #4
sashi
1,754 Expert 1GB
Mujeesh,

Each and everyone of us are always in a rush. Do allocate some time for yourself :)
Feb 15 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: democratix | last post by:
1 - Open Source Software Development (OSSD) is inherently a meritocracy. Bigger, better contributions earn you more power and status. 2 - OSSD accepts the individuality of individual...
10
by: Frank Millman | last post by:
Hi all I would like some advice, and I hope that the good people on c.l.p will give me the benefit of their experience. I am busy developing an accounting package, using Python and wxPython,...
19
by: malcolm | last post by:
Why you can't get something for nothing Jack Schofield Jan 22 2004 "There are also undoubted benefits from running open source software, though the financial ones can be small or even...
188
by: Ilias Lazaridis | last post by:
I'm a newcomer to python: - E01: The Java Failure - May Python Helps? http://groups-beta.google.com/group/comp.lang.python/msg/75f0c5c35374f553 - I've download (as suggested) the python...
0
by: Unigroup of New York | last post by:
Content-Type: multipart/mixed; boundary="------------C465DF38DCB38DD2AF7117E0" Lines: 327 Date: Tue, 15 Feb 2005 23:36:38 -0500 NNTP-Posting-Host: 24.46.113.251 X-Complaints-To: abuse@cv.net...
115
by: TheAd | last post by:
At this moment I use MsAccess and i can build about every databound application i want. Who knows about a serious open source alternative? Because Windows will be a client platform for some time, i...
14
by: Hugh Cowan | last post by:
Hello, I am looking at getting a simple compiler for Windows that I can use to play around with different Open Source software. I am not a full-time programmer (anymore), nor do I plan to...
8
by: Asma | last post by:
Dear Sir, I am trying to find a way to open a Word document using C language and read the text of word doc into a variable. (Turbo C on Dos 6.0). Can anyone please tell me which libraries in...
0
by: Richard Jones | last post by:
Call for Papers --------------- Open Source Developers' Conference 2007 - Brisbane, Australia "Success in Development & Business" OSDC is a grass-roots conference providing Open Source...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.