anixon Posted June 13, 2008 Posted June 13, 2008 A print widow flashes on and off when using this code: CODE If FileExists($LogFileDir & "sSAppNo.txt") Then _FilePrint($LogFileDir & "sSAppNo.txt") sleep(4000) MessageAndLog("Printing Application Number",250) Else MessageAndLog("Application File does NOT EXIST",300) EndIf According to Help by default @SW_HIDE is applied. Even if you include @SW_HIDE in the _FilePrint statement there is no change. A print screen is flashed on and off irrespective #include <File.au3> is present. The operating system is Vista SP1 with all updates published as at now. Ant..
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