07-24-2009 09:16 AM
I want to build an executable for distribution. I wanted to check to see if I can change the design of the executable so you don't have the Labview Front Panel look when you lauch the exe.
Thanks
guilio
07-24-2009 09:32 AM
Yes.
Start by creating a back-up of all of your code.
Right-click on the VI icon in the top right corner of the FP and select VI properties. Go to Wndows appearence and experiment with the options to show hide scroll bars menu bar etc.
Most of those properties can be manipulated programaitaclly via property nodes so you COULD check the VI type to see if it an exe and if soo set the properties the way you want.
Have fun!
Ben
07-24-2009 09:57 AM
Is there any way to change the backgroud cloar as well?
07-24-2009 10:03 AM
VI ref >>> Front Panel >>> Pane >>> Color
Ben