We have a project that spans multiple monitors. Using the VBA Frontvue.System.HorizontalScreenResolution and Frontvue.System.VerticalScreenResolution only return back the primary monitor values, not the entire configuration.
Is there any way, using VBA functions, to read the workspace properties?
Hi Nagen.
You will probably have to call Windows API functions to get the full resolution.
Have you checked this article?
http://stackoverflow.com/a/7241038


