Possible Duplicate:
Screenshot utilities for Windows
I have made a program and to make its report I need some snapshots.I found out that the printscreen button does not work in this case.What to do?
I have made a program and to make its report I need some snapshots.I found out that the printscreen button does not work in this case.What to do?
| |||||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
What do you expect the print-screen button to do? It copies the screen as an image to the clipboard so you can paste it directly into a document. If you use Alt+PrintScreen, it copies just the selected window, rather than the whole screen. If your tutor required this, he should have at least told you how to do it! Further for console mode applications, you can capture window content as plain text by right-clicking the window title bar, then select Edit->Mark, then select the text with the mouse, then press Enter. The selected text will be placed in teh clipboard as plain text. | |||||||||||
feedback
|