Re: how to throw Ballon Tip in C#
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Jun 2006 13:14:54 -0400
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
.
- Follow-Ups:
- Re: how to throw Ballon Tip in C#
- From: Peter Bromberg [C# MVP]
- Re: how to throw Ballon Tip in C#
- From: Mark Rae
- Re: how to throw Ballon Tip in C#
- References:
- Re: how to throw Ballon Tip in C#
- From: Nicholas Paldino [.NET/C# MVP]
- Re: how to throw Ballon Tip in C#
- Prev by Date: Re: Using an array as a Class member
- Next by Date: Re: Design question
- Previous by thread: Re: how to throw Ballon Tip in C#
- Next by thread: Re: how to throw Ballon Tip in C#
- Index(es):
Relevant Pages
|