Jump to content

Recommended Posts

Posted

well i plan to create a GUI window without the title bar, make it on the top of the windows, and then, make it automaticlly move by following the movement of the mouse cursor, at the same time, the mouse can click in this window..

WinSetOnTop("title", "", 1) is to set on top -- done

but how about to create a window without title bar?

GUICreate ( "title" [, width [, height [, left [, top [, style [, exStyle [, parent]]]]]]] ) how to change...

how to let the window follow the mouse..

pls pls give me a hand...

  • Moderators
Posted

$WS_POPUP.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

actually i faced a problem is that i m playing a game, the cursor doesn't work(doesn't move, doesn't click) on the game window, i dun't know why but i m looking for a solution to make the cursor works well on the game window layer...

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
×
×
  • Create New...