LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

exe size location

Hello all,
I try to make an exe application to a GUI that has a defined size and location on the screen. To this GUI i dont want toolbars and menu bar.
my problem is that the application delete the place which was belong to those menues. Is there any way to fit the application GUI only to the hight of the screen and not to the width?. i want to determine the exact location and size of gthe exe file opens. 
0 Kudos
Message 1 of 2
(2,353 Views)
You can use the application property Disp.Wkspace or Disp.AllMonitors to get the size of the screen in pixels. You can then use the VI property FP.WinBounds to set the height and width of your VI.
0 Kudos
Message 2 of 2
(2,337 Views)