I\'m trying to get a notifyIcon to show a BalloonTip, but it won\'t show up when I press the button
private void button1_Click(object sender, EventArgs e)
This was the fix in Windows 10:
Open regedit.exe
Navigate to HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Set (or add) EnableBalloonTips (as REG_DWORD) and set value to 1
Reboot.
Perhaps, code it to check the registry and/or notify user..