Re: how to throw Ballon Tip in C#

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Avi,

You are right, you don't want the tooltip class. My mistake.

However, have you seen the BalloonTipIcon, BalloonTipText and
BalloonTipTitle properties on the NotifyIcon class? Set those, and then
call the ShowBalloonTip method and viola!


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx

"Avi G" <AviG@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E34C4A5B-1919-462B-AD42-7454C2F95C05@xxxxxxxxxxxxxxxx
the tool tip class is not do what i'm looking for,i want when i minimize
the
form1 to the Sys Tray a ballon will popup from the Sys Tray and say
something, how i do it the easy way,because i'm a beginner

"Nicholas Paldino [.NET/C# MVP]" wrote:

Avi,

Have you tried the ToolTip class?


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx

"Avi G" <AviG@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D453AC31-C6DC-41D7-9ECC-808ED664D61C@xxxxxxxxxxxxxxxx
Hi,

i use VS 2005 and i've Form that have a NotifyIcon on it, when i
minimized
the Form it minimized to the Sys Tray ok, i need that when i minimized
the
Form it will throw a Ballon popup from the Sys Tray that will say "i'm
here"
: - } how i do it?

Thanks





.



Relevant Pages

  • Re: how to throw Ballon Tip in C#
    ... you don't want the tooltip class. ... However, have you seen the BalloonTipIcon, BalloonTipText and ... form1 to the Sys Tray a ballon will popup from the Sys Tray and say ... Form it will throw a Ballon popup from the Sys Tray that will say "i'm ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: how to throw Ballon Tip in C#
    ... Have you tried the ToolTip class? ... i use VS 2005 and i've Form that have a NotifyIcon on it, ... Form it will throw a Ballon popup from the Sys Tray that will say "i'm ...
    (microsoft.public.dotnet.languages.csharp)