PC Review


Reply
Thread Tools Rate Thread

How to do a bubble window?

 
 
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?=
Guest
Posts: n/a
 
      29th Dec 2006
Hi;

Is there a url somewhere that shows how to popup one of those little bubble
windows with a pointer to one of my controls?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm


 
Reply With Quote
 
 
 
 
Linda Liu [MSFT]
Guest
Posts: n/a
 
      29th Dec 2006
Hi Dave,

Based on my understanding, you'd like to popup a little bubble window with
a pointer to a control on a form, when you rest your pointer on the
control. If I'm off base, please feel free to let me know.

.NET 2.0 has provided ToolTip component, which can be configured to have
such an appearance. We need to set the IsBalloon property to true and then
set the tool tip text for the control.

Hope this helps.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?=
Guest
Posts: n/a
 
      31st Dec 2006
Hi;

I wasn't clear enough. What I want is like the bubble that pops up when you
need to authenticate your copy of windows after installing it. The mouse is
not over it and it pops up a rounded rectangle with an edge that is a
triangle pointing to the control. In the upper right it has an X box to close
it.

It is poped up to remind the user about it even if they have never moved the
mouse near it.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




"Linda Liu [MSFT]" wrote:

> Hi Dave,
>
> Based on my understanding, you'd like to popup a little bubble window with
> a pointer to a control on a form, when you rest your pointer on the
> control. If I'm off base, please feel free to let me know.
>
> .NET 2.0 has provided ToolTip component, which can be configured to have
> such an appearance. We need to set the IsBalloon property to true and then
> set the tool tip text for the control.
>
> Hope this helps.
>
>
> Sincerely,
> Linda Liu
> Microsoft Online Community Support
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscripti...ult.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscripti...t/default.aspx.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>

 
Reply With Quote
 
Rad [Visual C# MVP]
Guest
Posts: n/a
 
      31st Dec 2006
On Sun, 31 Dec 2006 00:11:01 -0800, David Thielen wrote:

> Hi;
>
> I wasn't clear enough. What I want is like the bubble that pops up when you
> need to authenticate your copy of windows after installing it. The mouse is
> not over it and it pops up a rounded rectangle with an edge that is a
> triangle pointing to the control. In the upper right it has an X box to close
> it.
>
> It is poped up to remind the user about it even if they have never moved the
> mouse near it.


The NotifyIcon is what you're looking for ...
--
Bits.Bytes
http://bytes.thinkersroom.com
 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgUml0Y2hpZSBbQyMgTVZQXQ==?=
Guest
Posts: n/a
 
      31st Dec 2006
Once you add a NotifyIcon to your application you can use the
NotifyIcon.ShowBalloonTip method to show the balloon tool tip.

--
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#


"Rad [Visual C# MVP]" wrote:

> On Sun, 31 Dec 2006 00:11:01 -0800, David Thielen wrote:
>
> > Hi;
> >
> > I wasn't clear enough. What I want is like the bubble that pops up when you
> > need to authenticate your copy of windows after installing it. The mouse is
> > not over it and it pops up a rounded rectangle with an edge that is a
> > triangle pointing to the control. In the upper right it has an X box to close
> > it.
> >
> > It is poped up to remind the user about it even if they have never moved the
> > mouse near it.

>
> The NotifyIcon is what you're looking for ...
> --
> Bits.Bytes
> http://bytes.thinkersroom.com
>

 
Reply With Quote
 
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?=
Guest
Posts: n/a
 
      31st Dec 2006
thank you.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




"Peter Ritchie [C# MVP]" wrote:

> Once you add a NotifyIcon to your application you can use the
> NotifyIcon.ShowBalloonTip method to show the balloon tool tip.
>
> --
> Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
> http://www.peterRitchie.com/blog/
> Microsoft MVP, Visual Developer - Visual C#
>
>
> "Rad [Visual C# MVP]" wrote:
>
> > On Sun, 31 Dec 2006 00:11:01 -0800, David Thielen wrote:
> >
> > > Hi;
> > >
> > > I wasn't clear enough. What I want is like the bubble that pops up when you
> > > need to authenticate your copy of windows after installing it. The mouse is
> > > not over it and it pops up a rounded rectangle with an edge that is a
> > > triangle pointing to the control. In the upper right it has an X box to close
> > > it.
> > >
> > > It is poped up to remind the user about it even if they have never moved the
> > > mouse near it.

> >
> > The NotifyIcon is what you're looking for ...
> > --
> > Bits.Bytes
> > http://bytes.thinkersroom.com
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How can I change the color of negative bubble in bubble chart Jon Peltier Microsoft Excel Charting 0 4th Jul 2007 03:29 PM
How can I change the color of negative bubble in bubble chart =?Utf-8?B?RGFuaWVs?= Microsoft Excel Charting 1 4th Jul 2007 03:25 PM
Change shape of Bubble in Bubble Chart? And make them Transparent =?Utf-8?B?UGFvY28=?= Microsoft Powerpoint 1 9th Sep 2006 12:38 AM
How do I move a hidden bubble to the front in a bubble chart in E. =?Utf-8?B?U2NvdHQ=?= Microsoft Excel Misc 0 20th Feb 2005 07:55 PM
bubble trubble - problems creating/maintaining/labelling bubble ch =?Utf-8?B?R3JpZmY=?= Microsoft Excel Charting 2 19th Jul 2004 10:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:12 AM.