 Stefano1989
		
			Stefano1989
		
		
		
		
		
		
		
		
	
			07-20-2020 09:19 AM
Good morning to everyone,
i try to explain my problem.
Is possible to change the executable (.exe) icon in Windows taskbar using LabVIEW code?
Is there any methods or trick to change the taskbar icon, using a different icon from the icon used in 
the application builder?
Thank you.
 Hooovahh
		
			Hooovahh
		
		
		 
		
		
		
		
		
	
			07-20-2020 09:36 AM
There is a call to a system function that can change the applications icon.
https://lavag.org/topic/21339-changing-the-application-icon-at-run-time/
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
 cesarrico85
		
			cesarrico85
		
		
		
		
		
		
		
		
	
			05-25-2022 06:34 PM
Hi, any chance anyone have the VI in that link? looks like it's not there anymore.
 rolfk
		
			rolfk
		
		
		 
		
		
		
		
		
	
			05-25-2022 07:58 PM
https://forums.ni.com/t5/LabVIEW/Changing-Icon-in-LabVIEW-Title-bar-of-a-vi/m-p/1480986#M560223
This seems to be the essential code. Needs some editing if you want to use this in 64-bit LabVIEW.
 Hooovahh
		
			Hooovahh
		
		
		 
		
		
		
		
		
	
			05-26-2022 08:23 AM
@cesarrico85 wrote:
Hi, any chance anyone have the VI in that link? looks like it's not there anymore.
It's still there. Are you logged into your LAVA account? The post Rolfk provided is essentially the same thing as what is posted on LAVA.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
 cesarrico85
		
			cesarrico85
		
		
		
		
		
		
		
		
	
			05-26-2022 11:03 AM
Thanks for the help, I was not logged into LAVA. I used Rolfk link and that also worked for my application, thanks again!