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.com>
wrote in message news:uwNsCZ%(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> 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# (E-Mail Removed)
>
>