In my visual studio c++ application (Windows form application) there is one tab control with 3 tab pages.

I want to press a button and to print the first tab page if i am in the 1st tab page, the second if i am in the 2nd tab page and the third tab page if i am in the 3rd page.

How can i print the entire application screen?

Thank you, for your help!