stupid qbasic question 
Author Message
 stupid qbasic question

how do I get graphics to print on my printer, ie: after
a SCREEN 12 for instance?


Wed, 23 Jun 2004 13:31:26 GMT  
 stupid qbasic question


Quote:
> how do I get graphics to print on my printer, ie: after
> a SCREEN 12 for instance?

Check out my comprehensive article at

http://dreael.catty.ch/Deutsch/BASIC-Knowhow-Ecke/BildschirmHardcopy....

Note: Use http://babelfish.altavista.com/ to translate the German text.

Short summary: There was a DOS command called GRAPHICS early which enables
the <PrtScreen> key to print graphics correctly. Main problem is that the
list of supported printer ist very obsolete (state of more than 10 year
ago!). What kind of printer are you using? A classic old dot printer on the
parallel port, ESC/P2 compatible, or one of these todays cheap USB connected
Windows GDI printers? In the latter case, a solution like
http://www.dosprint.com/ might be helpful.

       Andreas



Wed, 23 Jun 2004 17:26:04 GMT  
 stupid qbasic question
AFAIK, you'll need the DOS GRAPHICS command.  It's a TSR that needs to be
loaded before you run the program that you'll be printing from.  I don't
think it ships with Windud, but the older versions should work with it.
Let me know if you cannot find a copy and I'll email it and the
GRAPHICS.PRO (required) files to you.

Mike-



Quote:
>how do I get graphics to print on my printer, ie: after
>a SCREEN 12 for instance?

-------------------------------------------------------------------
              My web page is at http://www.*-*-*.com/

          Because network administration is like herding cats.
-------------------------------------------------------------------
It is currently impossible to email me from any address in the domains:
     mailcity.com, hotmail.com, e{*filter*}.com, yahoo.com, hotbot.com

              Mail sent from Microsoft Outlook will also be filtered.

Spam and viruses are surplus to my needs.  Sorry for the inconvenience.
-------------------------------------------------------------------

-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.*-*-*.com/ - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----



Wed, 23 Jun 2004 23:57:50 GMT  
 stupid qbasic question
The version of Graphics that shipped with dos 6 (I think) uses a
graphics.pro file, so you could define new printers.  It's a royal pain,
but I've done it.  The aspect ratio for the deskjet series that shipped
wasn't 'square', so I had to jigger it for our engineering dept.

Mike-



Quote:


>> how do I get graphics to print on my printer, ie: after
>> a SCREEN 12 for instance?
>Check out my comprehensive article at
> http://www.*-*-*.com/
>Note: Use http://www.*-*-*.com/
>Short summary: There was a DOS command called GRAPHICS early which
>enables the <PrtScreen> key to print graphics correctly. Main problem is
>that the list of supported printer ist very obsolete (state of more than
>10 year ago!). What kind of printer are you using? A classic old dot
>printer on the parallel port, ESC/P2 compatible, or one of these todays
>cheap USB connected Windows GDI printers? In the latter case, a solution
>like
> http://www.*-*-*.com/
>       Andreas

-------------------------------------------------------------------
              My web page is at http://www.*-*-*.com/

          Because network administration is like herding cats.
-------------------------------------------------------------------
It is currently impossible to email me from any address in the domains:
     mailcity.com, hotmail.com, e{*filter*}.com, yahoo.com, hotbot.com

              Mail sent from Microsoft Outlook will also be filtered.

Spam and viruses are surplus to my needs.  Sorry for the inconvenience.
-------------------------------------------------------------------

-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.*-*-*.com/ - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----



Thu, 24 Jun 2004 00:00:17 GMT  
 stupid qbasic question

Quote:



> > how do I get graphics to print on my printer, ie: after
> > a SCREEN 12 for instance?

> Check out my comprehensive article at

> http://dreael.catty.ch/Deutsch/BASIC-Knowhow-Ecke/BildschirmHardcopy....

> Note: Use http://babelfish.altavista.com/ to translate the German text.

> Short summary: There was a DOS command called GRAPHICS early which enables
> the <PrtScreen> key to print graphics correctly. Main problem is that the
> list of supported printer ist very obsolete (state of more than 10 year
> ago!). What kind of printer are you using?

I'm running Windows ME and my printer is an Epson 780 connected
to my laptop's parallel port.... =)

- Show quoted text -

Quote:
> A classic old dot printer on the
> parallel port, ESC/P2 compatible, or one of these todays cheap USB connected
> Windows GDI printers? In the latter case, a solution like
> http://www.dosprint.com/ might be helpful.

>        Andreas



Thu, 24 Jun 2004 00:48:13 GMT  
 stupid qbasic question

Quote:




> > > how do I get graphics to print on my printer, ie: after
> > > a SCREEN 12 for instance?

> > Check out my comprehensive article at

> > http://dreael.catty.ch/Deutsch/BASIC-Knowhow-Ecke/BildschirmHardcopy....

> > Note: Use http://babelfish.altavista.com/ to translate the German text.

> > Short summary: There was a DOS command called GRAPHICS early which enables
> > the <PrtScreen> key to print graphics correctly. Main problem is that the
> > list of supported printer ist very obsolete (state of more than 10 year
> > ago!). What kind of printer are you using?

> I'm running Windows ME and my printer is an Epson 780 connected
> to my laptop's parallel port.... =)

I also have an old Epson LX printer at the office ( dating back to the
late 80s ) and I'm sure it still works. If I plug this printer to my parallel
port and work from a dos environment, can I get it to work then?

thx. again
Danny

- Show quoted text -

Quote:

> > A classic old dot printer on the
> > parallel port, ESC/P2 compatible, or one of these todays cheap USB connected
> > Windows GDI printers? In the latter case, a solution like
> > http://www.dosprint.com/ might be helpful.

> >        Andreas



Thu, 24 Jun 2004 01:12:15 GMT  
 stupid qbasic question


[...]

Quote:
> I also have an old Epson LX printer at the office ( dating back to the
> late 80s ) and I'm sure it still works. If I plug this printer to my
parallel
> port and work from a dos environment, can I get it to work then?

That's such an old model, but well supported by GRAPHICS. So you should
GRAPHICS get working with that printer... :-)

I early used an Epson LX 800 printer, too, and it worked like a charm with
all DOS applications... :-))

           Andreas



Thu, 24 Jun 2004 01:33:12 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Stupid question from a perhaps stupid beginner.

2. QBASIC Challenge, QBASIC Webpage, Questions, Etc.

3. STupid guy and Stupid problem

4. Stupid guy and stupid problem

5. Stupid guy and stupid problem

6. Stupid guy and Stupid problem

7. STupid guy and stupid problem

8. Stupid question for you guys: Check box

9. Stupid Question

10. Stupid question?

11. Stupid question?

12. Stupid Access Question

 

 
Powered by phpBB® Forum Software