I am working on windows forms. .Net 4 framework and QTP 10, I have installed the frameowrk before QTP10.
QTP is identifying the toolbar as a generic object (SwfObject:Toolbar) and not really a toolbar (SwfToolbar)
Object spy did not get the properties I was looking for, so I used ".Net Windows forms spy". I was able to see the properties of toolbar.
set val1 = SwfWindow("EES").SwfObject("SwfObject").Object.ImageButtons
msgbox val1 .count
able to get count
Can anyone please let me know how to get to click items(16).