I have a tool to work in the VS Shell ( View > Other Windows > MyTool ). This tool includes a TextBox and I want to be able to print the contents via the Print command. How do I enable the menu item ( File > Print... ) when my tool is active and print the text within the TextBox?
Any docs/tutorial will help. Thx.