Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C# - Attachmate Toolbar Name

Status
Not open for further replies.

sirpat1366

Programmer
Oct 3, 2007
1
US
Hello. My team and I are in the process of porting all of our Attachmate macros over into C#. We are experiencing difficulting in accessing the Session Toolbar names. We've been able to do this in VB.Net, but can not get the code to convert over properly. Below is the VB code that works:

If LPSSession.Toolbars.Item(x).visible = True Then
strToolbarName = UCase(LPSSession.Toolbars.Item(x).FullName)
End if

In C#, however, it appears that the Item property is not available to us. Any help or assistance would be greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top