I am showing a printDialog like this:
if (printDialog1->ShowDialog() == System::Windows::Forms::DialogResult::OK)
{
PrintDialog();
}
Now when this dialog comes up I want to print all textContents that is in richTextBox1 and I am not sure how to define that. I have begun some code like this but are not sure what to specify more than this: