C PWL
C PWL

Reputation: 519

How to change a program Icon in taskbar (VB.NET)

Would like to ask how can i set my own icon instead of default icon displayed by vb.net? Thanks in advance. It seems hard to find a solution in Google as i don't know what keyword should i search because all the result show me changing the .exe icon.

enter image description here

enter image description here

Had tried to change the icon in project properties but it's not working..

Upvotes: 8

Views: 36398

Answers (3)

Avishek
Avishek

Reputation: 1896

Form Icon Change

Change your Form's icon prom the property tab of the form of your application. If there is a single form, you only need to change it, but if there's multiple, you need to change all of them individually.

Hope it helps! :)

Upvotes: 4

Krishanu Dey
Krishanu Dey

Reputation: 6406

The Icon you set on the above window is the default program icon. to change the taskbar icon you need to set the currently showing form's icon.

Upvotes: 4

Fauzi88
Fauzi88

Reputation: 713

You can change icon form from properties form like this picture.

chang icon form taskbar

Upvotes: 14

Related Questions