Page 1 of 1

Re:system.diagnostics.process.start in Ranorex

Posted: Wed Nov 02, 2011 10:48 am
by Harshal Joshi
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.

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

Posted: Wed Nov 02, 2011 1:01 pm
by Support Team
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

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

Posted: Thu Nov 03, 2011 5:11 am
by Harshal Joshi
Thank you so much. I found the link very useful

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

Posted: Thu Nov 17, 2011 8:21 am
by Harshal Joshi
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.

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

Posted: Thu Nov 17, 2011 9:13 am
by Support Team
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