LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to replace the LabView logo at the top left corner of running VI windows

Hi All

I need to replace the Labview logo (at the top left corner of the windows) when my VI is running. Same thing applies for any of the pop up windows I have in my program. 

 

I have a .jpg file of the logo I would like to replace the Labview logo with. I would appreciate any help on the best way to go about this.

 

 

Thanks in Advance

0 Kudos
Message 1 of 11
(4,308 Views)

Hi Aro,

 

are you using an evaluation or a student version of LabVIEW?

 

There's a reason for the LabVIEW watermark on your front panel…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 11
(4,298 Views)

I think he is talking about the icon.

It is possible to replace the icon for applications; so if you build an EXE using the application builder, you can configure your own ICON file for it (*.ico).

 

There is no way to replace the LV icon when executing stuff in the LV development environment....at least i am not aware of one.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 11
(4,293 Views)

> There is no way to replace the LV icon when executing stuff in the LV development environment....at least i am not aware of one.

 

 

Yes, you can.  At least on Windows.

All windows on Windows OS are follow the same rulls.

That includs LabVIEW front panels.

 

With Windows message, you can change the icon, the title, the system menu, create your own Windows menu, etc....

 

 

George Zou
Message 4 of 11
(4,279 Views)

Yeah, sure, using the Windows SDK, it should be possible..true. Forgot about that, sorry.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 5 of 11
(4,272 Views)

It's also worth bearing in mind that since you have a .jpg there are free online converters that will generate the .ico file from your .jpg if you don't have access to a graphics package that allows you to make .ico files.

 

I've used them in the past and they've generally worked well.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 6 of 11
(4,269 Views)

GerdW,

I am using LV2013 SP1 Developer Suite, not an evaluation version.

 

Nobert_B,

Yes, i was referring to replacing the labview icon. As for replacing the LV icon when executing stuff in the LV development environment, that is fine. I only want to icon replaced when the program is running, so your proposed solution should suit my application. I tried that but I could not select my current logo, which is in a .jpg format.

 

Is there a way to convert the current logo I have .ico??

0 Kudos
Message 7 of 11
(4,266 Views)
> It's also worth bearing in mind that since you have a .jpg there are free online converters that will generate the .ico file from your .jpg if you don't have access to a graphics package that allows you to make .ico files.

> Is there a way to convert the current logo I have .ico??

Seems like I am now able to read into the future. Better play the lottery at the weekend! 😄


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 8 of 11
(4,257 Views)

In the application builder, you have the tab "icon". You can configure your icon there, including an embedded icon editor.

Open your jpg (hope it is 16x16 or 32x32) and copy it. Insert it in the icon editor for the appropriate size.

 

Note that the 16x16 is the icon size for the top left corner. 32x32 is standard size for desktop links.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 9 of 11
(4,251 Views)

hahahah. good one Sam_Sharp!

 

please can you recommend any good free JPG to ICO converter?

0 Kudos
Message 10 of 11
(4,250 Views)