General discussion
September 6, 2007 at 07:02 AM
anthony_hernandez

Updating custom toolbar button text in WP X3.

by anthony_hernandez . Updated 18 years, 11 months ago

I’m currently using perfect script in X3 to help users maneuver through directories easier. What I would like to do is display the sub directory on the toolbar by changing the text on a specific button.

I was able to do this in MS Word using the following:

CommandBars(“DirToolbar”).Control.Items(1).Caption = CurDir

where “CurDir” is a text variable that defines the current directory.

Thanks,

Tony

This discussion is locked

All Comments