screen dumps or print screens in pascal?

Reply

Join Date: Apr 2005
Posts: 9
Reputation: mpx10 is an unknown quantity at this point 
Solved Threads: 0
mpx10 mpx10 is offline Offline
Newbie Poster

screen dumps or print screens in pascal?

 
0
  #1
Apr 20th, 2005
hi
i need some help with doing screen dumps or print screens in turbo pascal. when i press the print screen button whilst my program is running and then go and paste it in word, powerpoint or paint, all that pastes is the text and boxes i have created but on a white background.also when it is pasted, all the text and boxes are distorted and are in no way a resemblance of what i see when i run my program. i would like to know how to get a print screen with a black background and have everything pasted exactly how it is in my program. any help appriciated.
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 3
Reputation: abdullah is an unknown quantity at this point 
Solved Threads: 0
abdullah's Avatar
abdullah abdullah is offline Offline
Newbie Poster

Re: screen dumps or print screens in pascal?

 
0
  #2
Oct 11th, 2005
Try using the <alt>+<Enter> keystroke to get the dos-shell windowed (instead of full-screen), and then use the <alt>+<print_screen> keystroke to grab the pascal window only. From there, you can paste it into you word processor.

If you like, you can also press <alt>+<space> to get the system menu, choose 'properties' and select a screen font that is best suited for the documentation work.

what we've found is that the black screens waste ink, esp where there are a lot of screen shots, so you may want to paste the image into a graphic editor (something simple like microsoft photo editor), and invert the black screens to white screens.

alternatively, you can just change the black screens in your application using:

Pascal and Delphi Syntax (Toggle Plain Text)
  1. uses crt;
  2. begin
  3. ...
  4. textattr:=$70; clrscr;
  5.  
  6.  
  7. end.



hope that helps.. Abdullah



Originally Posted by mpx10
hi
i need some help with doing screen dumps or print screens in turbo pascal. when i press the print screen button whilst my program is running and then go and paste it in word, powerpoint or paint, all that pastes is the text and boxes i have created but on a white background.also when it is pasted, all the text and boxes are distorted and are in no way a resemblance of what i see when i run my program. i would like to know how to get a print screen with a black background and have everything pasted exactly how it is in my program. any help appriciated.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Pascal and Delphi Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC