Change color and shape of Control Tip

L

LCalaway

And yet another Control Tip question -

Is is possible to change the shape of a Control Tip box...like make a
bubble? Does the box/bubble have to be yellow or can the color be changed?

Thanks
L Calaway
 
S

Stephen Lebans

See:
http://www.lebans.com/tooltip.htm
A97ToolTip.zip is a database containing a custom ToolTip class for use
in A97 or higher.

A2KToolTip.zip is a database containing both an API and Form based
ToolTip solutions. The Form based solution can be used for forms in
DataSheet view.

Enhanced features include:

Selectable delay times for Toolltip to first appear
Selectable delay times for Tooltip to dissappear
Selectable Text Color
Selectable Background Color
Selectable Margins
Specify Tooltip size
Add a title to the Tooltip in Bold
Selectable Icon for the Tooltip
ToolTips for Lines, Boxes, any rectangular area on your Form

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
L

LCalaway

Thank you, Stephen, for the help. I see how the color works and fixed my
database for that quickly. The shape problem does present a bit of a
challenge to understand how it works.
LCalaway
 
L

LCalaway

I used the ToolTip solution on my Desktop computer which runs Windows XP2002
SP1 and MS Access 2003 SP1. I created the database in Access 2003 and saved
it back to 2000. It works just fine, over and over.

I transferred the database to my laptop which is running Windows XP2002 SP1
and MSAccess 2000 SP3.
On my laptop I get a Run-time error 13 - Type Mismatch. The Debug button
takes me to a Call within the VB - Call .Create(Me).

What have I done wrong? Or, do I need something more?
Thanks.
L Calaway
 
S

Stephen Lebans

The Tooltips class has been tested against all current WIndows/Access
versions. You probably have an implemenation issue that may not even
have anything to do with the Tooltips class. Check your References on
your Laptop and then try to compile the project.

Copy the sample Tooltips database over to your Laptop. Ensure it runs
properly. Now check the setup code behind the sample Form and see what
you are missing from your implementation.


--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
L

LCalaway

I will test. Thank you.
L Calaway
Stephen Lebans said:
The Tooltips class has been tested against all current WIndows/Access
versions. You probably have an implemenation issue that may not even
have anything to do with the Tooltips class. Check your References on
your Laptop and then try to compile the project.

Copy the sample Tooltips database over to your Laptop. Ensure it runs
properly. Now check the setup code behind the sample Form and see what
you are missing from your implementation.


--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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

Top