Can we get the three things programatically using ranorex
1. Active window
2. Focused Control in a form
3. Focused Element in a Control or in a form
If you have any direct command to do so plzz let me know.
arishahsan wrote:1. Active window
arishahsan wrote:2. Focused Control in a form
arishahsan wrote:3. Focused Element in a Control or in a form
method while coding in C# using Ranorex.I am using Ranorex evaluation version 2.0.Form.Active
if(repo.FormEnquiry.Active)'ACBS2201.GlobalRepositoryFolders.FormEnquiryAppFolder' does not contain a definition for 'Active' and no extension method 'Active' accepting a first argument of type 'ACBS2201.GlobalRepositoryFolders.FormEnquiryAppFolder' could be found (are you missing a using directive or an assembly reference?) (CS1061) - D:\Projects\ACS\Ranorex Projects\ACBS2201\ACBS2201\Program.cs:361,24
anujakulkarni wrote:Am I missing something?
if (repo.FormEnquiry.Self.Active)Users browsing this forum: No registered users and 0 guests