Forum Discussion

atul_deotale's avatar
atul_deotale
New Contributor
10 years ago

Checkbox present under AfxrFrameOrView90 tree view

I am using a desktop application developed with MFC 9.0.30729.1 in VC++.
I tried to automate some steps, however we are facing below problem in identifying the controls.

 

1. Below statement identifies the default Treeview object:

Aliases.rhapsody.wndAfx2.Features.Features.wndAfxFrameOrView905.AfxFrameOrView90.page32770.page32770.page32770.Generic1.ClickItem("|Default|HelloClass");

2. Below Default there is checkbox as child object which we want to select. Please refer screenshot attached.

 Even object spy can not detect this checkbox in NameMapping.

Please suggest how we can achieve that.

1 Reply

  • It could be custom drawn.

     

    Have you checked with the development team? They will know exactly how it is generated ....