VBA functions to read the workspace properties

2 Posts
2 Users
0 Likes
19 Views
n.jayagobal
(@n-jayagobalarcinfo-com)
Posts: 45
Estimable Member
Topic starter
 

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?

 
Posted : 18/09/2013 11:13 am
(@admin_doc72)
Posts: 493
Member Admin
 

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

 
Posted : 18/09/2013 1:18 pm