AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Print in Gui

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
lingoist



Joined: 05 Oct 2004
Posts: 124
Location: Brasília, Brazil

PostPosted: Thu Mar 17, 2005 3:48 am    Post subject: Print in Gui Reply with quote

It would be very nice if we could print directly from Gui!

Thanks,
Alfredo Very Happy
Back to top
View user's profile Send private message
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Thu Mar 17, 2005 4:37 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group