Jump to content

_FilePrint @SW_HIDE


Recommended Posts

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..

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...