Jennifer84 0 Posting Pro

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:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.