Page 1 of 1

"Print..." custom icon

Posted: Thu Feb 05, 2004 4:50 pm
by CodeBase
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.

Posted: Thu Feb 05, 2004 7:50 pm
by CyberSlug
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

Posted: Fri Feb 06, 2004 2:51 am
by gracefool
Still, it would be a handy little feature to add.