"Print..." custom icon
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
"Print..." custom icon
In the dialog you get when you right-click the tool bar, select Customize, and select the Commands tab, add a "Print..." (note the elipsis) to the available tool bar buttons. I like to be able to click the "Print..." button on the tool bar and have the Print dialog appear instead of printing immediately.
This can be accomplished with third-party software.
For example, create a user-defined tool to this executable, and then put it on your toolbar; see the TextPad help file if you need to.
If you'd rather not use an untrusted executbale, then you can create it yourself using the AutoIt v3 scripting language. Create a script containing the single line WinMenuSelectItem("TextPad","", "&File", "&Print...") and compile into the executable.
Hope that helps
For example, create a user-defined tool to this executable, and then put it on your toolbar; see the TextPad help file if you need to.
If you'd rather not use an untrusted executbale, then you can create it yourself using the AutoIt v3 scripting language. Create a script containing the single line WinMenuSelectItem("TextPad","", "&File", "&Print...") and compile into the executable.
Hope that helps