01-13-2009 10:34 AM
I am programming my UI in VisualStudio 2005 (VB) using the TestStand API. I am launching the full featured UI as a secondary windows to my UI for use as a diagnostic tool. The full featured UI is working as I expect however I would like to be able to programatically select the execution view in the listbar for the user, instead of the user manually selecting it. I have found a lot of information about capturing events based on the users manipulation of the listbar but very little about controlling the listbar via the API.
Any thoughts?
Thanks
01-14-2009 01:50 PM
MAC,
I think you want the ListBar.CurrentPage property. This will let you set the active page.