Jump to content

Print in GUI version


Recommended Posts

Do you just want text in your GUI box? If so, try a label.

Example:

GUICreate("Example GUI", 200, 50)
  GuiSetControl("label", "Here is a label", 0, 0, 100, 20)
GuiShow()
GUIWaitClose()

[font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.

Link to comment
Share on other sites

Talking to a printer and a GUI are two compleatly different things.

First of all, there is no "GUI mode." You can create a GUI to display controls, and ask for user input. You can use things such as buttons, labels, checkboxes, menus, etc.

I don't believe AutoIt can directally talk to a printer. However, you could automate the printing from within an application. Most apps use the Control-p key to print, so try using Send or ControlSend to send the Control-p key, and any other required keys to hit OK to any print confirmation boxes.

[font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.

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