473,396 Members | 1,933 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,396 software developers and data experts.

Something like tooltip

Hello everyone,

I want to display a help text when in help mode in my application.
Something like a tooltip. Now my application is a taskbar deskband and so
not everything works what normally does.
Second the WinXP machine is a PC with touchscreen so a tooltip doesn't work
because it only appears on hover and not on click. And when pointing the
mouse by touching the screen it's a click.

The tooltip class is sealed so I can't even inherit from that.
what could I use?

Thanks in advance.

bye juergen
Jul 27 '06 #1
4 3762
cp
You can get a tooltip to appear any time you like, including after a
click.
Plus, you can always create your won tooltip control which encapsulates
the .NET tooltip control.
There are also lots of 3rd party tooltip-like controls available if you
need something fancy!

cp

juergen wrote:
Hello everyone,

I want to display a help text when in help mode in my application.
Something like a tooltip. Now my application is a taskbar deskband and so
not everything works what normally does.
Second the WinXP machine is a PC with touchscreen so a tooltip doesn't work
because it only appears on hover and not on click. And when pointing the
mouse by touching the screen it's a click.

The tooltip class is sealed so I can't even inherit from that.
what could I use?

Thanks in advance.

bye juergen
Jul 27 '06 #2
Thanks for the quick answer.

How can I get a tooltip to appear any time I like?
If I knew that my problems would be solved I guess.

bye juergen

"cp" <cp*****@yahoo.comschrieb im Newsbeitrag
news:11*********************@m79g2000cwm.googlegro ups.com...
You can get a tooltip to appear any time you like, including after a
click.
Plus, you can always create your won tooltip control which encapsulates
the .NET tooltip control.
There are also lots of 3rd party tooltip-like controls available if you
need something fancy!

cp

juergen wrote:
>Hello everyone,

I want to display a help text when in help mode in my application.
Something like a tooltip. Now my application is a taskbar deskband and so
not everything works what normally does.
Second the WinXP machine is a PC with touchscreen so a tooltip doesn't
work
because it only appears on hover and not on click. And when pointing the
mouse by touching the screen it's a click.

The tooltip class is sealed so I can't even inherit from that.
what could I use?

Thanks in advance.

bye juergen

Jul 27 '06 #3
juergen,

You can call the Show method on the Tooltip class to show it.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"juergen" <bb*******@lycos.dewrote in message
news:OM****************@TK2MSFTNGP03.phx.gbl...
Thanks for the quick answer.

How can I get a tooltip to appear any time I like?
If I knew that my problems would be solved I guess.

bye juergen

"cp" <cp*****@yahoo.comschrieb im Newsbeitrag
news:11*********************@m79g2000cwm.googlegro ups.com...
>You can get a tooltip to appear any time you like, including after a
click.
Plus, you can always create your won tooltip control which encapsulates
the .NET tooltip control.
There are also lots of 3rd party tooltip-like controls available if you
need something fancy!

cp

juergen wrote:
>>Hello everyone,

I want to display a help text when in help mode in my application.
Something like a tooltip. Now my application is a taskbar deskband and
so
not everything works what normally does.
Second the WinXP machine is a PC with touchscreen so a tooltip doesn't
work
because it only appears on hover and not on click. And when pointing the
mouse by touching the screen it's a click.

The tooltip class is sealed so I can't even inherit from that.
what could I use?

Thanks in advance.

bye juergen


Jul 27 '06 #4
Hello again,

now I see the problem. I didn't mention that I use Visual Studio 2003 and
..Net 1.1 not .Net 2.0.
There is no Show() method in .Net 1.1.

Bye juergen

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comschrieb
im Newsbeitrag news:eB**************@TK2MSFTNGP02.phx.gbl...
juergen,

You can call the Show method on the Tooltip class to show it.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"juergen" <bb*******@lycos.dewrote in message
news:OM****************@TK2MSFTNGP03.phx.gbl...
>Thanks for the quick answer.

How can I get a tooltip to appear any time I like?
If I knew that my problems would be solved I guess.

bye juergen

"cp" <cp*****@yahoo.comschrieb im Newsbeitrag
news:11*********************@m79g2000cwm.googlegr oups.com...
>>You can get a tooltip to appear any time you like, including after a
click.
Plus, you can always create your won tooltip control which encapsulates
the .NET tooltip control.
There are also lots of 3rd party tooltip-like controls available if you
need something fancy!

cp

juergen wrote:
Hello everyone,

I want to display a help text when in help mode in my application.
Something like a tooltip. Now my application is a taskbar deskband and
so
not everything works what normally does.
Second the WinXP machine is a PC with touchscreen so a tooltip doesn't
work
because it only appears on hover and not on click. And when pointing
the
mouse by touching the screen it's a click.

The tooltip class is sealed so I can't even inherit from that.
what could I use?

Thanks in advance.

bye juergen



Jul 28 '06 #5

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

Similar topics

0
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...
0
by: Yves Royer | last post by:
Hi, My first post didn't show up so here's a second try. 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...
6
by: ltt19 | last post by:
HI everyone, So, I have many buttons, and all of them must show a tooltip with the same string, except one word, that I must read this owrd from a variable. Although, the "ToolTip on x" property...
0
by: EricL | last post by:
Hello, I have written a Custom Control which inherits from ToolTip and it is an OwnerDraw tooltip. In the Popup event I calculate the size of the tooltip I need to display (rather large...
0
by: EricL | last post by:
Hello, I have written a Custom Control which inherits from ToolTip and it is an OwnerDraw tooltip. In the Popup event I calculate the size of the tooltip I need to display (rather large...
5
by: =?Utf-8?B?cGV0ZTE5Njk=?= | last post by:
I use Visual Studio 2005 and created a very simple Form with one button. I added a Tooltip for that button. It shows fine the first time I hover over that button. But if I let it disappear by the...
6
by: john | last post by:
I have the following textbox setup with Text & ToolTip Bindings as follows; I'm using Visual Studio 2008 VB: <asp:TextBox ID="txtDay1" runat="server" Text='<%# Eval("Day1") %>'...
3
omerbutt
by: omerbutt | last post by:
hi there i have downloaded a prototype tooltip from http://www.nickstakenburg.com/projects/prototip/ the logic it uses is to call the script after creating the <div> for example i am using the...
16
by: Charles Law | last post by:
I have to take this personally now. Tooltips have been flakey since the dawn of .NET, but to still have to put up with a disappearing tooltip in VS 2008 is getting beyond a joke. Tooltips have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...

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.