Skip to content
⌘ NSIS Forum Archive

pos window on dual monitor sys

3 posts

any#

pos window on dual monitor sys

Hi!

I'm using NSIS to develop a small tool and wanted to place it in the lower right corner of my SECOND monitor.

Is there a way to detect how many monitors are there? or what the "true" resolution is?

I tried:

and


those work fine - on one monitor only.

Thanks a lot!

regards,
any
CancerFace#
This page has some VB code that does exactly what you are after, it shouldn't be hard to convert the API calls to System calls in NSIS.
CF