Launching Application

Class library usage, coding and language questions.
hkathuria
Posts: 9
Joined: Thu Dec 04, 2008 12:57 am

Launching Application

Post by hkathuria » Fri Dec 12, 2008 10:56 pm

How to Launch new applicaiton in ranorex 2.0 Programmatically?

~Hitesh
Hitesh

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

Post by Support Team » Mon Dec 15, 2008 8:49 am

In Ranorex 1.5 we had a method (Application.StartWindowsApplication) that launched an application and returned its main form. The current Ranorex 2.0 Preview does not support such a method, but the final 2.0 release will.

Currently, you should launch applications using the .Net build in method System.Diagnostics.Process.Start(...) and search for the main window using an RxPath.

Regards,
Alex
Ranorex Support Team

hkathuria
Posts: 9
Joined: Thu Dec 04, 2008 12:57 am

Post by hkathuria » Mon Dec 15, 2008 6:52 pm

Could you please give me an approximate idea about the expected release date for Ranorex Final 2.0 Preview.


Hitesh
Hitesh

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

Post by Support Team » Tue Dec 16, 2008 3:44 pm

Hi,

We plan to release Ranorex V2.0 in January 2009.

best regards,

Christoph,
Ranorex Support Team