Hi guys.
I've been looking for a solution on the web and I have nothing. I have a simple C++ Windows Forms application (using VS 2010). One part on it is a multiline textBox - "textBox1". My last task to do in this app is to create a button, which, when clicked, opens a PrintDialog and allows user to print the content of "textBox1". And that's what I need.
I've found a solution for C# (ex. -> [Polish] http://patryknet.blogspot.com/2009/11/drukowanie.html), but not for C++.
I'd be very grateful for your help.