> I would like to change the size of my menubar in a VI.
> I found that the system font in Labview is assuming that but as soon as I
> created the exe file, the font came back to it's original size.
> Then I tried with the Windows 98 menu font parameters. All menus in others
> software changed but not the one in my EXE file from Labview!!!
>
> Do you have any idea ?
>
The font is currently determined by the .ini file. When developing, you
are using a file called labview.ini probably. When running your EXE,
you do not have the font specified in your EXE.ini file, so LV uses a
default font. The easiest way is to copy your labview.ini file and
rename it to "myEXEname".ini where myEXEname is the name of your EXE.
Greg McKaskle