ContributionsMost RecentMost LikesSolutionsRe: .Net application launching issueThis was working fine with older Test Complete version..later when I upgraded to Test Cpomplete 9, this behaviour..Net application launching issueWhen I used below it launch the application as an non open application causing difficult to refer objects. testedapps.TestedApp1.Run But After manually refresh I get the application as open application. I tried refreshing through code but that does not change it. Attached are the screen shots of object browser before and after manual refreshFlex Grid Data access IssueWhile trying below set grid1= Sys.Process("iexplore")....FooterAdvancedDataGrid(0) grid1= .Process("iexplore")....FooterAdvancedDataGrid(0) log.message grid1.wvalue(16,1) I get error. Screenshots are attached for object mapping, error scrreenshot, Flex Grid Searching for a property in depthHow to search for a property across all objetc's property at one go in object browser.Visual C++ List Viewhow to select all items highlighted in Green(555). Attached are the screenshotsAutomating Visual Studio Application I am trying a POC for an application to be automated. The application is build with below software MFC application built in VS 2008 and written in C++. It uses the following 3rd party control libraries: Stingray Studio 10.4 Objective Toolkit Stingray Studio 10.4 Objective Grid In test complete it does not showing as an open application. I asked the developers to compile it according to the link http://support.smartbear.com/viewarticle/28202/ I got the newly compiled application, but still I cannot see this as open application. I find it difficult to automate this application. How can I check if this application can be automated? Attached are screenshot of one tree control and its object browsersnapshot. Re: problem with AFX applicationPlease fins the attached screenshot for the tree control in the application and the object browser screenshot for that. Also find the code below when I tried expanding and selecting a particular item from it. Sub Test3 Dim page32770 Dim afxWnd90 Set page32770 = Aliases.Observer.wndAfx.page32770 Set afxWnd90 = page32770.AfxWnd90 Call afxWnd90.Click(11, 31) Call afxWnd90.Click(109, 26) Set afxWnd90 = page32770.AfxWnd901 Call afxWnd90.Click(11, 48) Call afxWnd90.Click(107, 135) page32770.btnClose.ClickButton End Subproblem with AFX applicationThis application I am trying to automate is not an open application as seen from attached screenshot. Please check how to access various objects in it? When I try to record script for a control bar item, it records something like below Call Aliases.Observer.wndObserver.AfxControlBar90.Afx.Click(71, 17) I am expecting clickitem here to select a item on the bar. Two Screenshots is attached.Multiselect using Ctrl and ClickHow to click on an object with ctrl key pressed. This to multiselect from a grid using Ctrl key and click option.Sort VB6 array in Test CompleteHow to sort VB6 array in Test Complete? Array.sort() does not work.