LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV Icons

Hi,

 

I'm using LV8.6. And I'd like to use the icon from extenal file (ico) for my VIs. Can I do this in 8.6?

 

K.

 

 

0 Kudos
Message 1 of 3
(2,377 Views)

Are you referring to the application icon, or the VI icon? For the application you can simply configure the build spec to use that icon file. For the VI icon you can't use .ico files directly. You can copy the icon image and paste it when you're in the VI Icon Editor. Did you try that?

0 Kudos
Message 2 of 3
(2,374 Views)

For completeness, I will mention you can also do this programatically using the VI method VI Icon.Set From File.  This is usually only useful for development automation or scripting.  For manual development, the simple copy/paste smercurio_fc mentioned is much easier.

0 Kudos
Message 3 of 3
(2,365 Views)