Windows Forms - printing the textBox's content

Hi Guys.
I'm writting a simple Windows Forms aplication and I have a 'textBox1' with some simple text. The task is to create a menu button which, when clicked, saves all the 'textBox1' content to a new file USING A DIALOG. I suppose it should be done using 'PrintDialog', but how to do it ?
I'm a beginner to Windows Forms :), so thanks for your patience.
Last edited on
Registered users can post here. Sign in or register to post.