LOULOU Posted February 1, 2005 Posted February 1, 2005 Is anyone know the calldll function to print a txt file with a view before printing ? Thanks in advance
CyberSlug Posted February 1, 2005 Posted February 1, 2005 (edited) No, but here is a possible workaround using WordPad: $file = "C:\Some File.txt" RunWait("write.exe" & " " & """" & $file & """", "", @SW_HIDE) Opt("WinTitleMatchMode", 2);substring WinWait("WordPad") WinMenuSelectItem("WordPad","","&File", "Print Pre&view") WinSetState("WordPad", "", @SW_SHOW) Edit: Enhanced the example with @SW_HIDE Edited February 1, 2005 by CyberSlug Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Helge Posted February 2, 2005 Posted February 2, 2005 (edited) Actually he could use the dos-command print instead.. Edit : Duuh, that`s not even what you wanted... Edited February 2, 2005 by Helge
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now