473,545 Members | 1,310 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating a rich tooltip

Hello,

I was wondering if there's a way to create a tooltip but add graphics to it.
Currently I have a picturebox that I dynamically add graphics/labels/etc to,
but when this "tooltip" is on the edge of the form, it gets cut off because
of the form.

So is there anyway to make a richer tooltip??
Or is there a way for my picturebox to float above (outside) of the form??

--
Regards,
Webster
Nov 20 '05 #1
11 3516
You can create tooltips relatively easily. I use a native window and an
extender-provider component. Handle all the drawing yourself and you can add
images and so-on.

If you want a full example, I published a tooltip component in Well Formed
last month http://www.bobpowell.net/currentissue.htm

If you want a complete commercial solution I sell a tooltip that has
irregular outlines, icons and everything.
http://www.bobpowell.net/bubbletooltip.htm

--
Bob Powell [MVP]
C#, System.Drawing

The November edition of Well Formed is now available.
Learn how to create Shell Extensions in managed code.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com

"Webster" <no***@nowhere. com> wrote in message
news:Od******** ******@TK2MSFTN GP11.phx.gbl...
Hello,

I was wondering if there's a way to create a tooltip but add graphics to it. Currently I have a picturebox that I dynamically add graphics/labels/etc to, but when this "tooltip" is on the edge of the form, it gets cut off because of the form.

So is there anyway to make a richer tooltip??
Or is there a way for my picturebox to float above (outside) of the form??

--
Regards,
Webster

Nov 20 '05 #2
Bob,
With the greatest respect.

I dont think it is right that you are using this newsgroup to advertise.
Expertise if given freely here and this is not the place to sell your goods
and services however good they or you might be.
Regards - OHM#
Bob Powell [MVP] wrote:
You can create tooltips relatively easily. I use a native window and
an extender-provider component. Handle all the drawing yourself and
you can add images and so-on.

If you want a full example, I published a tooltip component in Well
Formed last month http://www.bobpowell.net/currentissue.htm

If you want a complete commercial solution I sell a tooltip that has
irregular outlines, icons and everything.
http://www.bobpowell.net/bubbletooltip.htm
"Webster" <no***@nowhere. com> wrote in message
news:Od******** ******@TK2MSFTN GP11.phx.gbl...
Hello,

I was wondering if there's a way to create a tooltip but add
graphics to it. Currently I have a picturebox that I dynamically add
graphics/labels/etc to, but when this "tooltip" is on the edge of
the form, it gets cut off because of the form.

So is there anyway to make a richer tooltip??
Or is there a way for my picturebox to float above (outside) of the
form??

--
Regards,
Webster


Regards - OHM# On**********@BT Internet.com
Nov 20 '05 #3
Hi,

I always make a point of providing extensive code examples wherever I can,
you'll find lots of complete application posts from me especially on the C#
forums and I provide large amounts of carefully written articles and
examples on my site. When a request comes along like; "Can you spend an hour
or two writing me some free code" and I don't have anything I can cut and
paste then I make the descision to offer commercial options as an
alternative to the RTM style of assistance. I do try to maintain a low-key
and balanced presence.

I offer a subscription service at a very low cost and I hope that my readers
will attest to the quality and quantity of the material in there.

I do not spam the newsgroups and if I announce I always do so politely with
an ANN: tag before the subject line and I reserve the right to have my site
and services in my signature because I make my living doing this.

The code to create a tooltip is several hundred lines long and my hints at
the techniques to read up on were, in my opinion sufficient.

All that being said I would like to offer anyone on this VB group one free
issue of the VB edition of Well-Formed so that if neccesary the person can
have the source code along with a couple of other great examples and judge
it for themselves. If you'd like a copy, including the one with the tooltip
control in it, check out http://www.bobpowell.net/vb_offer.htm Fill in your
name and email address, choose the edition you'd like to sample and leave
the rest to me.
--
Bob Powell [MVP]
C#, System.Drawing

The November edition of Well Formed is now available.
Learn how to create Shell Extensions in managed code.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com

"One Handed Man [ OHM# ]" <OneHandedMan@& REMOVE&TO%MAIL% MEBTInternet.co m>
wrote in message news:uw******** ********@TK2MSF TNGP09.phx.gbl. ..
Bob,
With the greatest respect.

I dont think it is right that you are using this newsgroup to advertise.
Expertise if given freely here and this is not the place to sell your goods and services however good they or you might be.
Regards - OHM#
Bob Powell [MVP] wrote:
You can create tooltips relatively easily. I use a native window and
an extender-provider component. Handle all the drawing yourself and
you can add images and so-on.

If you want a full example, I published a tooltip component in Well
Formed last month http://www.bobpowell.net/currentissue.htm

If you want a complete commercial solution I sell a tooltip that has
irregular outlines, icons and everything.
http://www.bobpowell.net/bubbletooltip.htm
"Webster" <no***@nowhere. com> wrote in message
news:Od******** ******@TK2MSFTN GP11.phx.gbl...
Hello,

I was wondering if there's a way to create a tooltip but add
graphics to it. Currently I have a picturebox that I dynamically add
graphics/labels/etc to, but when this "tooltip" is on the edge of
the form, it gets cut off because of the form.

So is there anyway to make a richer tooltip??
Or is there a way for my picturebox to float above (outside) of the
form??

--
Regards,
Webster


Regards - OHM# On**********@BT Internet.com

Nov 20 '05 #4
Cor
Hi OHM,

Although I fully agree with you is it not our duty to tell Bob what is wrong
and right in a Microsoft public newsgroup.

He is an MVP so he has to know what can and can not.

A lot of succes tomorrow.

Cor
Nov 20 '05 #5

"Bob Powell [MVP]" <bob@_spamkille r_bobpowell.net > wrote in message
news:OR******** ******@TK2MSFTN GP10.phx.gbl...
Hi,

I always make a point of providing extensive code examples wherever I can,
you'll find lots of complete application posts from me especially on the C#
forums and I provide large amounts of carefully written articles and
examples on my site. When a request comes along like; "Can you spend an hour
or two writing me some free code" and I don't have anything I can cut and
paste then I make the descision to offer commercial options as an
alternative to the RTM style of assistance. I do try to maintain a low-key
and balanced presence.

I offer a subscription service at a very low cost and I hope that my readers
will attest to the quality and quantity of the material in there.
I certainly will! If you spend any time im the drawing group as well you will notice that Bob is
very active there, and can answer nearly anything that comes up. Many of them he has put on his
site (for free i might add) into a FAQ of sorts, so that anyone may benefit.

If someone were to say "Hey, i need to make a grid, can anyone give me the code" do you think that
anyone who has taken the time to write all the code to make a grid control will just give it away.

You can either point them at your own products or those of others, or you can tell them to read a
book and figure it out.

I do not spam the newsgroups and if I announce I always do so politely with
an ANN: tag before the subject line and I reserve the right to have my site
and services in my signature because I make my living doing this.

The code to create a tooltip is several hundred lines long and my hints at
the techniques to read up on were, in my opinion sufficient.

All that being said I would like to offer anyone on this VB group one free
issue of the VB edition of Well-Formed so that if neccesary the person can
have the source code along with a couple of other great examples and judge
it for themselves. If you'd like a copy, including the one with the tooltip
control in it, check out http://www.bobpowell.net/vb_offer.htm Fill in your
name and email address, choose the edition you'd like to sample and leave
the rest to me.
--
Bob Powell [MVP]
C#, System.Drawing

The November edition of Well Formed is now available.
Learn how to create Shell Extensions in managed code.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com

"One Handed Man [ OHM# ]" <OneHandedMan@& REMOVE&TO%MAIL% MEBTInternet.co m>
wrote in message news:uw******** ********@TK2MSF TNGP09.phx.gbl. ..
Bob,
With the greatest respect.

I dont think it is right that you are using this newsgroup to advertise.
Expertise if given freely here and this is not the place to sell your

goods
and services however good they or you might be.
Regards - OHM#
Bob Powell [MVP] wrote:
You can create tooltips relatively easily. I use a native window and
an extender-provider component. Handle all the drawing yourself and
you can add images and so-on.

If you want a full example, I published a tooltip component in Well
Formed last month http://www.bobpowell.net/currentissue.htm

If you want a complete commercial solution I sell a tooltip that has
irregular outlines, icons and everything.
http://www.bobpowell.net/bubbletooltip.htm
"Webster" <no***@nowhere. com> wrote in message
news:Od******** ******@TK2MSFTN GP11.phx.gbl...
> Hello,
>
> I was wondering if there's a way to create a tooltip but add
> graphics to it. Currently I have a picturebox that I dynamically add
> graphics/labels/etc to, but when this "tooltip" is on the edge of
> the form, it gets cut off because of the form.
>
> So is there anyway to make a richer tooltip??
> Or is there a way for my picturebox to float above (outside) of the
> form??
>
> --
> Regards,
> Webster


Regards - OHM# On**********@BT Internet.com


Nov 20 '05 #6
Cor,

Then using your logic Cor, It is then as valid for Bob to do and say what he
wants as it is for me to have an opinion on what it is Bob does and says
without anybody telling me I'm wrong for it. Dont you think this is rather
limiting ?

I still cant help thinking it is no less spam than and other advert we see
on here.

But hey, who the hell am I to have an opinion right !

Regards - OHM
Cor wrote:
Hi OHM,

Although I fully agree with you is it not our duty to tell Bob what
is wrong and right in a Microsoft public newsgroup.

He is an MVP so he has to know what can and can not.

A lot of succes tomorrow.

Cor


Regards - OHM# On**********@BT Internet.com
Nov 20 '05 #7
Cor
Stupid me, I mean of course the day after tomorrow.
Nov 20 '05 #8
Well remembered. Better than me, I have a chest infection at the moment and
my concentration is very poor.

Regards - OHM#
Cor wrote:
Stupid me, I mean of course the day after tomorrow.


Regards - OHM# On**********@BT Internet.com
Nov 20 '05 #9
Cor
Hi OHM,

You are not wrong doing this in my opinion.

You have the full right to it and I agree with you I said.

:-)

Cor

Then using your logic Cor, It is then as valid for Bob to do and say what he wants as it is for me to have an opinion on what it is Bob does and says
without anybody telling me I'm wrong for it. Dont you think this is rather
limiting ? I still cant help thinking it is no less spam than and other advert we see
on here.


Nov 20 '05 #10

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

Similar topics

2
1848
by: skarr | last post by:
Heya, I have a text file which is basically an array declaration and I would like to assign this to a array variable. It reads like this (extract) myProfile = { = { = {
6
6101
by: owen | last post by:
Generally speaking, what does it mean when I see a "button" with red text showing this message instead of the control I've dragged onto the web form in Design View.? (But the page works fine at runtime). Does it indicate a problem with References for example? Thanks Owen PS. replies cc'd by email appreciated....
0
1530
by: Yves Royer | last post by:
Hi, I'm currently writing an application (in VS 2005 bèta 2) and made some own user controls. In each user control I added a ToolTip object so i can set some tooltips on checkboxes etc. What I wanted to do is to add a ToolTip object on the starting form, and pass this ToolTip object to the user controls. In each user control I created a...
0
2122
by: Ravi Ambros Wallau | last post by:
Hi: I've created a custom control - a grid that uses Infragistics to display some filters, the grid itself, and some buttons. Well, when using this control directly on WebForm, everything works really fine. No problems at all. But, when this control is placed inside a template of an Infragistics UltraWebTab control, somethings stranges...
0
936
by: Boni | last post by:
Dear all, is it possible to have rich text formating on tooltip? Thanks, Boni
1
2200
by: =?Utf-8?B?Q3JlYXRpbmcgZGVsYXkgZm9yIHRvb2x0aXA=?= | last post by:
I am using 'title' attribute of Anchor tag (<A>) for creating a tooltip.I need to show the tooltip for 25 seconds.Can anybody help please me out in creating a delay? Thanks
1
3783
by: Trexim | last post by:
Hi, I am wondering if there is a (custom) RichText tooltip Control for C#. There is one for the old MFC: http://www.codeproject.com/miscctrl/RichToolTipCtrl.asp But I couldn't find anything for .Net (or C#). Thank you
8
4311
mikek12004
by: mikek12004 | last post by:
1) Script Title: Rich HTML Balloon Tooltip 2) Script URL :http://www.dynamicdrive.com/dynamicindex5/balloontooltip.htm 3) Problem Description: See this page General Music for links you can see without scrolling down the div the tooltip is shown at the desired place but when you scroll donw the div the tooltip's position gets all messed...
1
2917
mikek12004
by: mikek12004 | last post by:
1) Script Title:Rich HTML Balloon Tooltip 2) Script URL http://www.dynamicdrive.com/dynamicindex5/balloontooltip.htm 3) Describe problem: When I try to fetch the balloontips (the divs) and links through AJAX (I have a <span> and when I press a link its content gets replaced through AJAX) the scripts do nothing any help?
0
7391
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7802
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7410
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7746
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5962
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
4941
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3443
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1869
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
693
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.