Purely from a vanity GUI, I would like my taskbar hint less ... well, less "I wear a suit and work for Microsoft" -y. It seems I canβt find the settings for this, but I know that this particular function is relatively new, so if someone knows a way to change the look of the balloon, I would really appreciate a link or suggestion! Below is my code:
public static void shutdownWarning()
{
ToolTipIcon tipIcon = new ToolTipIcon();
tipIcon = ToolTipIcon.None;
TaskBarIcon.getInstance().mNotifyIcon.ShowBalloonTip(100, "", "Sending. Please do not shut down.", tipIcon);
}
Hooray!!
badPanda
source
share