Correct Resolution for Icons

Highlighted icon in below image is not visible correctly.
I have 2 queries here.

  1. What will be the icon resolution we need to use to show the Company logo correctly

  2. Can we replace the "i" coming with Ballon tip notification?

Moved to "General Discussion" for more eyeballs

@mjr4077au Do you have any idea about this?

"PSADT App Icon. Used to display the application icon, or your organizations logo. Should be a 256x256 PNG file."

https://psappdeploytoolkit.com/docs/4.1.x/deployment-concepts/deployment-structure

I'd prefer not to be pinged on issues except from forum staff, please.

Regarding the questions:

  1. What will be the icon resolution we need to use to show the Company logo correctly

The minimum icon size I'd recommend is 48x48, however any square icon will work. Regarding your particular issue, I've never seen that but some of the icon resizing code has been rewritten for 4.2.0 as part of continual refactoring and improvement. I'd be interested if the a 4.2.0 development build works better here for you.

  1. Can we replace the "i" coming with Ballon tip notification?

You can only use one of these permitted values: ToolTipIcon Enum (System.Windows.Forms) | Microsoft Learn. The entire balloon tip code is considered part of our older UI language and as such, it has certain API limits from Microsoft's underlying implementation.

@mjr4077au Sorry to bother you. Will make sure not to pinged you directly.
Also thanks for your response.