D
Dean Slindee
I would like to capture a picture of the active window on the screen to use
in an error routine.
Like the following, which captures the entire desktop:
Dim objRectangle As Rectangle = Screen.PrimaryScreen.Bounds
Dim objBitmap As New Bitmap(objRectangle.Right, objRectangle.Bottom)
How can I isolate down to just the active window?
Thanks,
Dean Slindee
in an error routine.
Like the following, which captures the entire desktop:
Dim objRectangle As Rectangle = Screen.PrimaryScreen.Bounds
Dim objBitmap As New Bitmap(objRectangle.Right, objRectangle.Bottom)
How can I isolate down to just the active window?
Thanks,
Dean Slindee