| View previous topic :: View next topic |
| Author |
Message |
lingoist
Joined: 05 Oct 2004 Posts: 124 Location: Brasília, Brazil
|
Posted: Thu Mar 17, 2005 3:48 am Post subject: Print in Gui |
|
|
It would be very nice if we could print directly from Gui!
Thanks,
Alfredo  |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Thu Mar 17, 2005 4:37 am Post subject: |
|
|
You can. Simply write text to a file and print that file. AutoHotkey uses this syntax to print a file (it simply calls the api to run the default program for printing):
| Code: | | run,print C:\myfile.txt |
I could also make a more detailed example that prints the contents of an edit, if you have trouble implementing it. |
|
| Back to top |
|
 |
|