03-04-2010, 03:43 AM
Hi,
I tried to get name button of tool bar by using GetItem . I got error
" Invalid procedure call or argument"
Would you help please? Thank you
I tried to get name button of tool bar by using GetItem . I got error
" Invalid procedure call or argument"
Code:
For index = 1 To cbuttontoolbar
sName = SwfWindow("Application:").SwfWindow("Maintenance").SwfToolbar("_ctlUltraWinGrid_Toolbars_Dock").GetItem(index)
Next
Would you help please? Thank you