|
-
Nov 10th, 2009, 03:55 PM
#1
Thread Starter
Addicted Member
Re: Screenshot, without screen?
There are also other programs running, possibly messages to take care of, Windows Update bothering me, etcetera. A screenshot certainly is a lot better than creating a database of all those things.
-
Nov 10th, 2009, 04:21 PM
#2
Re: Screenshot, without screen?
Sorry this is not much help to resolve your question but perhaps might assist in why various code is failing.
I am wondering if your wrote the results of the following to a file and then see what the reported width and height is? Since there is no monitor I would guess a) an exception is thrown or b) width and height are 0.
Code:
System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width
System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|