473,320 Members | 1,853 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

how to throw Ballon Tip in C#

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
Jun 8 '06 #1
8 4124
Avi,

Have you tried the ToolTip class?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Avi G" <Av**@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
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

Jun 8 '06 #2
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]
- mv*@spam.guard.caspershouse.com

"Avi G" <Av**@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
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


Jun 8 '06 #3
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]
- mv*@spam.guard.caspershouse.com

"Avi G" <Av**@discussions.microsoft.com> wrote in message
news:E3**********************************@microsof t.com...
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]
- mv*@spam.guard.caspershouse.com

"Avi G" <Av**@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
> 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


Jun 8 '06 #4
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:uP*************@TK2MSFTNGP05.phx.gbl...
and viola!


Fantastic! Was that deliberate...?
Jun 8 '06 #5
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 [.NET/C# MVP]" wrote:
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]
- mv*@spam.guard.caspershouse.com

"Avi G" <Av**@discussions.microsoft.com> wrote in message
news:E3**********************************@microsof t.com...
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]
- mv*@spam.guard.caspershouse.com

"Avi G" <Av**@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
> 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


Jun 8 '06 #6
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.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:u%****************@TK2MSFTNGP04.phx.gbl...
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in message news:uP*************@TK2MSFTNGP05.phx.gbl...
and viola!


Fantastic! Was that deliberate...?

Jun 9 '06 #7
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:OS**************@TK2MSFTNGP05.phx.gbl...
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...
Jun 9 '06 #8
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.com> wrote in message
news:64**********************************@microsof t.com...
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.

:-)
Jun 9 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Christian Schuhegger | last post by:
hi, we are working on a c++ project which has a lot of thow list specifications which in the end causes a lot of problems. now i would like to remove them from the project. because the project...
3
by: Pierre Rouleau | last post by:
The std::exception class defined in the Standard C++ <exception> header specifies that the constructors could throw any exception becuase they do not have a throw() specification. Why is that? ...
1
by: Rennie deGraaf | last post by:
I want to use throw() specifiers on some of my methods while debugging, to help me keep track of what is going on, but remove them in release builds. My method of doing this is #ifdef DEBUG...
17
by: hplloyd | last post by:
Hi, I have a function that adds data to a database and I want to return true if the database was updated and false if there was a problem, so I am using a try... catch block... My problem is...
6
by: Arjen | last post by:
Hi, I'm reading the enterprise library documentation and there I see the throw statement. try { // run code } catch(Exception ex) {
2
by: Jason | last post by:
How do you create those informational popup ballon tips, using c# or is there better way, any examples? Thanks
28
by: Jess | last post by:
Hello, It is said that if I implement a "swap" member function, then it should never throw any exception. However, if I implement "swap" non- member function, then the restriction doesn't...
18
by: Ranganath | last post by:
Why is throw keyword considered as an operator?
6
by: jason.cipriani | last post by:
Consider this program, which defines a template class who's template parameter is the type of an exception that can be thrown by members of the class: === BEGIN EXAMPLE === #include...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.