Forum Discussion

ringraham's avatar
ringraham
Contributor
11 years ago
Solved

Handle to main window different between TestComplete and TextExecute

When building our scripts, I use the following to get to the main window of our app in TestComplete:   TestedApps.OurApp.Run(); ourApp = Aliases.OurApp; hwndSource = ourApp.HwndSource_MainWindow2...