Startup monitor reconfiguration

Discuss and share scripts and script files...
Post Reply
Stretto
Posts: 108
Joined: 30 Jan 2012 06:43

Startup monitor reconfiguration

Post by Stretto »

Does XYplorer have a startup script?

if so, can this script be used to reposition the window on a new monitor when the monitor configuration changes?

Essentially it just needs to detect, at least in my main case, the main/primary monitor and position itself on that window if it is not already there.

This might require accessing Win32 API or vbs stuff. Not sure how capable the scripting is but it would definitely need to occur on startup...

In fact, that is not enough, it has to occur when a monitor configuration changes so a hook or polling would need to be used.

Post Reply