Printing in QB4.5 
Author Message
 Printing in QB4.5

I want to print the actual screen ( mode SCREEN 10) which have some text and
some lines (like a diagram). I'm able to print only the text.
Could anybody help me?
Thanks for any help




Sat, 16 Jan 1999 03:00:00 GMT  
 Printing in QB4.5

Quote:

> I want to print the actual screen ( mode SCREEN 10) which have some text and
> some lines (like a diagram). I'm able to print only the text.
> Could anybody help me?
> Thanks for any help



Switch to C:\DOS and type GRAPHICS.  This will set up your printer to
print graphics in DOS.  NOTE: You may have to specify your type of
printer to get it working properly.  Before loading GRAPHICS, type HELP
GRAPHICS for a list of printers and how to implement them with GRAPHICS.

Now, run your diagram program.  Sometime during the program's execution,
when you have the graphics and text on your screen that you want to be
printed, stop execution (use the SLEEP or INKEY$ statements), and press
SHIFT+Print Screen.  This should print the graphics to your printer,
albeit at an incredibly low resolution.

Hope this hard-to-understand garble helps you in some way. :-)

-Jesse
--
====================================
Very funny Scotty!
Now beam down my clothes!
====================================



Sat, 16 Jan 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Quick Print in QB4.5

2. QB4.0 -> QB4.5

3. Difference between QB4.5 & QB4.0

4. QB4.5 Printing???Any Examples?

5. QB4.5/DOS graphic screen print to HP Deskjet 635C

6. Printing graphics in QB4.5

7. Printing Mode 13 graphics in QB4.x

8. Help - Print - Help -Print - Help - Print - Help - Print - Help

9. email from QB4.5?

10. QB4.5 CPU utilization in WINNT, WIN2000 etc

11. Comparing QB4.5 and FirstBasic

12. QB4.5 IDE eating processor time under WIN 2000

 

 
Powered by phpBB® Forum Software