C++ CLI(Windows Form Application) Printing!

Hello everybody... im new user here in forum... so i want to ask about printing to the printer using c++ Windows Form Application ..... so for example i want to print a string to the printer :
String ^print="This is printing test";
or i want to print what the user type on the text box : this->textBox1->Text;
before printing start i want to show printing dialog to allow the user to select printer and settings.....

how can i do that?
with PrintDocument? or something else??? please this is very important to me.. please help me... thank you.. and sorry for my low english...
Topic archived. No new replies allowed.