Moses
New member
- Joined
- Aug 22, 2009
- Messages
- 2
- Programming Experience
- Beginner
Hi all,
I'm working on a UNO (Msn-based) online gaming tool - you know the card game.
It's the second version with more features for UNO fans.
I would like to get the screenshot function to work.
It's just as simple as this:
The UNO main window
The screenshot viewer shows the screenshot of the active window (which appears by clicking on "Screenshot"):
(This form is named as "Screenshot", the Picture Box "myPictureBox")
My question is, which code do i need to bind these functions. I think the pictures are describing this good enough, if you have questions please ask!
(The "save screenshot"-button is ToolStripButton1, the button for making screenshot is ToolStripButton10).
Thanks in advance.
I'm working on a UNO (Msn-based) online gaming tool - you know the card game.

It's the second version with more features for UNO fans.
I would like to get the screenshot function to work.
It's just as simple as this:
The UNO main window

The screenshot viewer shows the screenshot of the active window (which appears by clicking on "Screenshot"):
(This form is named as "Screenshot", the Picture Box "myPictureBox")

My question is, which code do i need to bind these functions. I think the pictures are describing this good enough, if you have questions please ask!
(The "save screenshot"-button is ToolStripButton1, the button for making screenshot is ToolStripButton10).
Thanks in advance.
Last edited: