Jump to content

Can this do in AUTOIT


 Share

Recommended Posts

Dear all,

Can autoit create a gui which only shows the title?

see attach

Code i tried in autoit for test, see attach 2

#include <GUIConstantsEx.au3>

#include <WindowsConstants.au3>

GUICreate("Webasdasd viewer", 200, 0, -1, -1, $WS_OVERLAPPEDWINDOW,BitOR($WS_EX_TOPMOST,$WS_EX_TOOLWINDOW))

GUISetState(@SW_SHOW)

Sleep(5000)

The first example (yellow) is much smaller , than the autoit gui (blue one), if you drag and drop the blue one

it expand the gui a little.

Anyway how can i also change the ugly blue color of the gui.?

Thanks a Lot!!!!

post-2234-12504012419967_thumb.jpg

post-2234-1250401246761_thumb.jpg

Edited by Justmobile
Link to comment
Share on other sites

I'm not sure whether you can change the color with autoit, but you could just change your windows theme.

The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.

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