mic_k86 Posted January 16, 2009 Author Report Share Posted January 16, 2009 hi all, my labview project just contain few button and text box in control panel. after i making it in exe file, and running the exe file, i found that if i maximize the exe windows, there will be many empty place at the side. so i plan to fixed the size of exe form. how to do that? Quote Link to comment
mic_k86 Posted January 16, 2009 Report Share Posted January 16, 2009 hi all, my labview project just contain few button and text box in control panel. after i making it in exe file, and running the exe file, i found that if i maximize the exe windows, there will be many empty place at the side. so i plan to fixed the size of exe form. how to do that? Quote Link to comment
Antoine Chalons Posted January 16, 2009 Report Share Posted January 16, 2009 QUOTE (mic_k86 @ Jan 15 2009, 08:54 AM) hi all,my labview project just contain few button and text box in control panel. after i making it in exe file, and running the exe file, i found that if i maximize the exe windows, there will be many empty place at the side. so i plan to fixed the size of exe form. how to do that? Hello, You can edit the properties of you main VI (ctrl + i) in the category "Window Appearance", then "Customize" and you have many different options among which : "Allow user to resize window", this has to be done for each VI that will be visible to the user. You can also set these options programmatically using property nodes : http://lavag.org/old_files/monthly_01_2009/post-7452-1232007949.png' target="_blank"> Hope this helps Quote Link to comment
Antoine Chalons Posted January 16, 2009 Report Share Posted January 16, 2009 QUOTE (mic_k86 @ Jan 15 2009, 08:54 AM) hi all,my labview project just contain few button and text box in control panel. after i making it in exe file, and running the exe file, i found that if i maximize the exe windows, there will be many empty place at the side. so i plan to fixed the size of exe form. how to do that? Hello, You can edit the properties of you main VI (ctrl + i) in the category "Window Appearance", then "Customize" and you have many different options among which : "Allow user to resize window", this has to be done for each VI that will be visible to the user. You can also set these options programmatically using property nodes : http://lavag.org/old_files/monthly_01_2009/post-7452-1232007949.png' target="_blank"> Hope this helps Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.