Did you Reboot afterwards? or logoff-login
"Windy" wrote:
> In VB 2008 under Vista Home premium, I use the following code which intends
> to show a balloon tip in the taskbar:
>
> Me.NotifyIconInfo.ShowBalloonTip(1000, "Killing Process...", "'" &
> ProcessName & "' is being killed.", ToolTipIcon.Warning)
>
> It doesn't work! No balloon tip popup and the program hasn't returned to any
> error. What's matter please????
> I've tried to modify the registry as somebody said when I search in Google
> (HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer\Advanced),
> but with on luck.
>
> What's more, even though I turn off my anti-virus software, the Security
> Center icon show in taskbar, but with no balloon tip. (I've chosen the
> recommended option "Notify me and show icon".)
>
> Could any body help??? Tks!!!
>
|