Re:system.diagnostics.process.start in Ranorex

Ask general questions here.
Harshal Joshi
Posts: 22
Joined: Tue Oct 18, 2011 10:03 am

Re:system.diagnostics.process.start in Ranorex

Post by Harshal Joshi » Wed Nov 02, 2011 10:48 am

Hi,
I have designed two web application form in Ranorex. In one of the form I have taken one button & on it's click event I wish that it should go to the other form. Here I am not getting how to use system.diagnostics.process.start to do so. Please help me.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Re:system.diagnostics.process.start in Ranorex

Post by Support Team » Wed Nov 02, 2011 1:01 pm

Hi,

If you don't have experience with Windows Forms GUI, please take a look to following link.
http://www.java2s.com/Tutorial/CSharp/0 ... -Forms.htm

I would also suggest you to read the Ranorex User Guide.

Regards,
Peter
Ranorex Team

Harshal Joshi
Posts: 22
Joined: Tue Oct 18, 2011 10:03 am

Re: Re:system.diagnostics.process.start in Ranorex

Post by Harshal Joshi » Thu Nov 03, 2011 5:11 am

Thank you so much. I found the link very useful

Harshal Joshi
Posts: 22
Joined: Tue Oct 18, 2011 10:03 am

Re: Re:system.diagnostics.process.start in Ranorex

Post by Harshal Joshi » Thu Nov 17, 2011 8:21 am

Hi All,
In Ranorex project, I found one line "System.Diagnostics.Process.Start("iexplore.exe", URL);" .
I am not getting what is the purpose of this line ?
I am knowing very little about System.Diagnostics.Process.Start.
Please explain me.

Thanks in advance.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Re:system.diagnostics.process.start in Ranorex

Post by Support Team » Thu Nov 17, 2011 9:13 am

Hi,

to learn more about the Process.Start method, have a look at following link:
http://msdn.microsoft.com/en-us/library/92699yzt.aspx

Regards,
Tobias
Ranorex Team