Jump to content

Recommended Posts

  • Moderators
Posted

mohammadezazi,

 

  Quote

I need a AutoIt command

Really? And you expect us to drop everything and rush around producing one? :huh:

What have you tried yourself that has not worked? Show some effort first - then you might get a bit of help. :)

A few hints: get the size of the DeskTop and decide the size you need for each DOSbox. Then collect the handles of these (if you have not already done so as they were created). Run a loop resizing each box and placing it in the correct place using WinMove - a simple algorithm will allow you to adjust the x and y values as the loop progresses. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted (edited)

You can get the coordinates of the four corners of the desktop (screen area excluding the taskbar) and thus consequently height and width of the desktop with _WinAPI_SystemParametersInfo($SPI_GETWORKAREA). See here for working example:

Then you can use WinMove.

Edited by robertcollier4

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...