Windows Forms, richTextBox1 and a print button
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
:laugh:For some reason, I am not able to find any code (c++) on how to print from a Windows Form that has a richTextBox and a print button. Does any one point me in the right direction for some constructor code to input in the following: private: System::Void button4_Click(System::Object * sender, System::EventArgs * e) { } private: System::Void printDocument1_PrintPage(System::Object * sender, System::Drawing::Printing::PrintPageEventArgs * e) { } RRL