Archive: pos window on dual monitor sys


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:
http://nsis.sourceforge.net/Moving_i..._of_the_screen
and
http://nsis.sourceforge.net/Get_User...een_resolution

those work fine - on one monitor only.

Thanks a lot!

regards,
any


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


Cool!
Thank you!

I'll try that :)

regards,
any