ContributionsMost RecentMost LikesSolutionsRe: TC10 fails to Identify Afx Custom Controlshi gena, thank you for the reply. We have tried to object-map this custom control's "WndClass" & "ClassName " to Win32 Tree control. - When mapped using "WndClass", respective properties (wItems, wSelectedItem) & methods like ClickItem() of object class are added. But of no use. Properties are null/empty. Record/Playback yields only screen indexes of mouse clicks. - When mapped using "ClassName", No properties / methods of object class are added. and yes, with WndClass possible regular exp are been tried. But still the same. Any help is appreciated. Thank u. TC10 fails to Identify Afx Custom ControlsHi *, one of our tested application control is changed form systreeeview32 to Afx custom control. (custom control information is attached). Any object mapping that can help us to work with this custom control in the same way we worked with systreeview32. Re: Tab navigation in VC++ ApplicationIn that specified link "working with tab controls" it is only showing the help regarding the standard windows applications. it does n't contain any thing regarding the VC++ applications. "CUVTabbedPane" is the item i need to know which tab is currently highlighted and and i want to navigate to the required tab in that window. can any one please specify an example rearding this.Tab navigation in VC++ Application Hi, currently we are testing a VC++ Application in vc++ application how can we select a tab from a "CUVTabbedPane" Class. also how can we know which tab is currently showing. is there any possibility to get the currently showing tab text. Problem regarding Flat hierarchyHi, we are testing a java application using the "flat hierarchy" in the testcomplete. so most of the items are placed with the same names in the parent window like window("list","",1),window("list","",2),window("list","",3).... But the number is not unique all the time. it is generated based on the window we opened first. how can we overcome this issue. is there any work around for this.Re: Regular Expression problemHi, can anybody post an example on how to use the wild card characters for ignoring the dynamic part for the swing frames. a small example is enough with syntax is necessary for me as iam a Novice user of Testcomplete.Regular Expression problemHi, I want to get a frame by title:-(swing object) iam using JScript. the title name will be either "Edit - smart bear" or "Edit Title - smart bear" like pattern. i want to select the frame of any title like those pattern is there any possibility to get that frame other than regular expression. if no possibility how can i use the regular expression to get that title. Please provide me example also for that for frames. Regards Srikanth.Re: Regarding wait process error.Hi we are invoking the process through testedapps.run and then waiting for that process. after the testedapps statement, we are delaying the testcomplete for 2000 ms to get the process populated, and after that step we are waiting for the process and it is giving the error as above. help me out regarding this.Re: How to Uninstall application fro add remove programs.In the Object Browser, Programs are not populating in Windows XP . could any body please help me how to make the programs populated in that ADD/Remove programs in the object browser. Also i want to do the same in windows 7 also Thanks in Advance SrikanthRegarding wait process error.Hi, this is srikanth. p=sys.waitprocess("javaw",2000); here it is sometimes showing the error like -- you are waiting for the process which is not existing" before 2000 . in what situations we got this kind of error.