Jump to content

Full screen-no window?


Guest kixx
 Share

Recommended Posts

You know how some games or window media player can have a 'full screen mode' where there is no visible window borders.... is it possible to create an output window like that with autoit?

I want to create a display program that puts up text on the screen based on keyboard f-key shortcuts, but don't want the window to show up, it is possible?

Also, another quick question, is there a function that would accept user input without actually having an echo on the screen or any kind of screen action?

Link to comment
Share on other sites

Welcome to the forums!

You can create a full-sized window using the @DesktopWidth and @DesktopHeight macros to specify the size. You can set your window not to have borders and a title bar by investigating the styles that you can use with GUICreate().

You can display text on the screen without displaying a window using the ToolTip() and TrayTip() functions (one or both of those functions may only be available in the beta release).

You can process input from any window using the HotkeySet() function.

Good luck!

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