How can I get the display of a project in full screen mode in default.
Hi akchaitanya, If it's processbook here is an example of some VBA I have used in the past: ThisDisplay.Maximize ThisDisplay.Zoom = "FitAll"
Regards,
Burnikell1
Hi akchaitanya, I'm guessing this is PI-ProcessBook? Please confirm. If you want a display to be shown full screen then I can post a simple ProcessBook VBA example. Let us know what you're after and I'll try and help out.
Hi akchaitanya, If it's
Fri, 03/13/2009 - 18:29 — burnikell1Hi akchaitanya,
If it's processbook here is an example of some VBA I have used in the past:
ThisDisplay.Maximize
ThisDisplay.Zoom = "FitAll"
Regards,
Burnikell1
Request for More Information
Thu, 10/09/2008 - 20:57 — PIAdminHi akchaitanya, I'm guessing this is PI-ProcessBook? Please confirm. If you want a display to be shown full screen then I can post a simple ProcessBook VBA example.
Let us know what you're after and I'll try and help out.