how to throw Ballon Tip in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 said:
Avi,

Have you tried the ToolTip class?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Avi G said:
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
 
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]
- (e-mail address removed)

Avi G said:
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 said:
Avi,

Have you tried the ToolTip class?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Avi G said:
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
 
Hehe!
That's Voilà with an accent grave over the "a", Nick! French, it means
"There you are!".

I too suspect it was deliberate, right, Mark?
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




Nicholas Paldino said:
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]
- (e-mail address removed)

Avi G said:
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 said:
Avi,

Have you tried the ToolTip class?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

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
 
You mean the use of the word viola? Yes. Not using the accent mark?
Not completely. Just I never really knew how to use it, and Outlook Express
won't correct it for me.
 
You mean the use of the word viola? Yes. Not using the accent mark? Not
completely. Just I never really knew how to use it, and Outlook Express
won't correct it for me.

Er...OK - never mind...
 
Hehe!
That's Voilà with an accent grave over the "a", Nick! French, it means
"There you are!".

I too suspect it was deliberate, right, Mark?

Not according to Nick's subsequent reply...

You know the old violinist's joke...

Q - What's the similarity between a murder investigation and a viola?
A - They both sound much better when the case is closed.

:-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top