Forum: Pascal and Delphi Oct 11th, 2005 |
| Replies: 1 Views: 4,887 dude... look up the function InitGraph in your pascal help file (type initgraph and put the cursor under it and press ctrl+F1).
the turbo help has lots of examples for graphics to get you... |
Forum: Pascal and Delphi Oct 11th, 2005 |
| Replies: 1 Views: 5,240 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... |
Forum: Pascal and Delphi Oct 11th, 2005 |
| Replies: 2 Views: 7,949 you could try this.. i dont particularly like using read and eoln, and truthfully i havent tested it (dont have delphi on this machine), but this may just work.
hope it works out :)
... |