Jump to content

Detect window position of other window?


Recommended Posts

Hi, i have an AutoIt app that i want to launch from a HTA app.

The autoit app is a simple file drop area, and i'd like to position it ontop of the HTA.

Is there a way i can trigger positioning in my AutoIT app from the HTA.

Or a way that let the AutoITApp read the position of the HTA app?

Thanks

Edited by squadjot
Link to comment
Share on other sites

The autoit app is a simple file drop area, and i'd like to position it ontop of the HTA.

Use $WS_EX_TOPMOST exStyle in your AutoIt GUI...

Is there a way i can trigger positioning in my AutoIT app from the HTA.

Or a way that let the AutoITApp read the position of the HTA app?

Use WinGetPos() to retrieves the position and size of HTA window.

Regards,

João Carlos.

http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!)

Somewhere Out ThereJames Ingram

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

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

×
×
  • Create New...