lbyrne
10 years agoContributor
button bars
The following code was recorded using Test Complete.
Set toolkitButtonBar = splitContainer.WinFormsObject("SplitterPanel", "", 1).bbarBroker
Call toolkitButtonBar.Click(36, 50)
A button called Financials is clicked on the toolkitButtonBar.
Instead of giving the (x,y), I would like to reference the button either by name or index and do the click operation in vbscript.
Thanks for your help