o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

How to format TOOLTIPS -

Hi,

I want to make a linefeed for a tooltip and to use bold text for parts of the tooltip. Is there a way to do this without creating a selfmade tooltip?

Franky

 

Tooltips -
Hi, Does anyone know how it disable tooltips with API? I would like users to have the option to turn on/off tooltips and I don't want to have to worry about turning each one on and off. DKCK


[2005] Dynamic Tooltips -
Hi, I'm using a Sequal Server table with a list of tooltips. I wish to display these tooltips selectively on form objects. Could anyone please help me and let me know how this can be done/what procedure to follow?


Where did my listview tooltips go -
I can only seem to get tooltips to appear on items in list views if the view style is set to lvwReport. Any icon view and the tooltips no longer appear. any ideas please ?? Thanks. Follow Ups:


Enabling/Disabling Tooltips -
I've looked around but haven't found an answer yet for this... I've got a VB6 app that I would like to add ToolTips to - no problem there. However, I would like to give the user the ability to disable the ToolTips if they don't want them poping-up all the time. I have a user prefere


How to disable all tooltips of reportsource when viewed -
Yellow Did anybody know how to disable tooltips of crystal not by formatting the tooltip each and every field of reportdocument. I mean a particular something that disables tooltips. Cause I hate it when it displays the database field name, it's kinda annoying to look at....


Can tooltips be added to menu items -
I would like to add tooltips to menu items in order to show the full path for the most recently used files list. I have found some good posts on tooltips but nothing that works with menu items. Thanks in advance.


HELP: ToolTips for Listview subitem/item -
Hello to all expert I've have a problem regarding listview subitem on how to use/add tooltips on it... i have read/test the project uploaded by Wokawidget but it seems the only tooltips display are the first column.... please advise..... tnx n advnc


Losing tootips on Statubar and Toolbar. -
I have an app the has a Toolbar and Statusbar on the main form. Additionally the main form has a child form that has a Statusbar on it. After an indeterminate amount of time (several hours), when hovering over the Statusbar or Toolbar the tooltips no longer appear. Other controls


Tooltips on MDI Child Forms -
DO these work. I can add tooltips to forms that are not MDI Child and they work fine using the ToolTip Control. However As soon as I make them an MDI Child - No tooltips - is this a bug or am I overlooking someting. Any Ideas ?? Thanks Brian


ToolTips [resolved] -
Hi, I would like to display tooltips, but I am not sure if I am doing something wrong, or they don't display in debug mode? Me.ToolTip1.SetToolTip(Me.txtA01Count, "A tool tip") Some Properties are: Active True AutomaticDelay 10 AutoPopDelay 1000 InitialDelay 100


Tooltips on top -
Hi I have a form that is constantly (every 5 seconds) being set to float above all windows with the SetWindowPos API. On this form is a toolbar with Tooltips. My problem is that if the timer is turned on, the tooltips don't show up. (I'm guessing they are falling behind the form)


ToolTips in VB -
I am using tooltips to display extra data for a grid. Does anyone know how I can force a CR in ToolTipText?


Disabling tooltips -
Is there an easy way to disable tooltips in an application, perhaps with an API call?


Missing tooltips -
I've got an application where I have tooltips on most all items, even labels. Within the VB environment, they show up, but the compiled version has 3 labels whose tooltips wont show up. Not sure why. Any suggestions? I checked and these labels are enabled, so it's not a case of tha


Well - Multiline Tooltips for a Flexgrid... -
I have found numerous tutorials on multi-line tooltips, but cannot get any of thm to work properly with a MSFlexgrid. Has anyone ever accomplished this?


Splitting tooltips -
Is there any way to get a tooltip to split on to separate lines ? I don't want to have to mess about with pretend tooltips (it's only for a demo). I've tried the vbCrLf option. ta Andy


Legal:Will Microsoft sue me -
Hi ! I am developing a web page editor application and it will have autocomplete and tooltips for JScript. The tooltips will be a brief of what the JScript property or function does and a list of its arguments.I have copied this text from Microsoft JScript online MSDN Reference.


Status Bar ToolTip Help -
I need Help! My project uses an MDI form and many Child forms. The MDI form has a toolbar and a status bar. When the program starts, all the tooltips display for the toolbar buttons and for the status bar panels. After opening some of the child forms, all of a sudden the status bar


Forms in Word VB environment -
Hi guys! I am glad to join you and this is my first question in this forum. I want ToolTips feature for the ActiveX objects, such as lables, on the MS Word document, but MS take them off from the properties. So I have to build my own Tooltips using a UserForm. But MS also take the hWnd


Mouseover buttons and tooltips -
Hello, my first post here. I have a problem with tooltips. I have mouse over function in my application buttons (picture boxes) and because of that the tooltips don't work. This is the code that I am using and which seems to block the tooltips: Private Sub Picture2_MouseMove(Button


A Crystal Report Question -
Hello all. When we create and run a report using Crystal Reports, at runtime, it is showing the table names and field names as tool tips. How can we remove these tooltips? I tried deselecting "Show Tooltips at design time" and "Tooltips at Preview" menu options. Bu


Tooltips in a VB Toolbar Not Working -
Hello everybody, Here is the problem. I have a vb toolbar (mscomctl.ocx) on a form. The tooltips work perfectly. However if I make the form "Always On Top", the tooltips don't show up (as they are hidden behind the form that is always on top). Anybody have a solution fo


Please Help Tooltips on Toolbar -
hi Been using the Microsoft Toolbar control and My tooltips have been working fine but for some odd reason each time I Hover over the buttons nothing happens. Does anyone know why this may be happening Thanks.


Making ToolTips display optional -
In the VB6 IDE there is a checkbox that disables the display of tooltips, how do they do it? Do I have to make a tooltip control? Thanks, Jon


Table Descriptions As Tooltips -
Recently someone told me there was a way to display Access Field descriptions as tooltips. Is this true? How would you do that?


combobox with tooltips for each item -
how can i display tooltips for each of the item in the list of the combobox when i hover my mouse to each of the items? example like in the link below but its in visual c++ http://www.codeguru.com/cpp/controls...cle.php/c4949/ please kindly point me a direction if any of you know


length of tooltips -
Can u have a tooltip over 2 lines. I have tied to add vbcrlf and vblf and they do nothing. We have some very long tooltips that are toolong for a small screen and it is better to view them over at least two lines. Thanks


ToolTips on a Columnheader in a Datagrid -
I want to have tooltips when my user passes over a Header of a Column in a Datagrid, but I can't find out if it is possible and of course how to do it. Can anybody help me ?


Multiline Balloon ToolTips to ListView Items -
can anyone give me an example of adding a Multiline Balloon ToolTips to ListView Items,so that the tooltips display's the current listview items selected. thks


Forcing Tooltips to be shown -
Hello, this might be simple, i don't know.. IS there a way of making all the tooltips on component display at once, and have them remained displayed... maybe so i can toggle them on and off easily?! I can't find anyhting onthe SUN java website, just wondered if anyone had done a sim


MouseMove Tooltip conflict -
Hey all, I'm having an issue with Mouse Move and Tooltips. The way my app is setup is there is a panel which houses a large image, with another image directly on top of that (same size). What happens is that there is an even that happens on mouse move where it grabs the color of t


Tooltips in win98 (Vb.net) -
Tooltips for buttons in win98 systems appear only once and then do not reappear at all even after setting the showalways property of the tooltip control to true. Is this a compatability prob ? Is there a workaround? Thanks in advance


How can I disable all Windows Tooltips -
If my program is running ,I want my Windows not show any Tooltips. How can I do that?


UserControl tooltips - how to enable them -
Hi! I have made a usercontrol (ActiveX). It has a rather complex painting procedure which uses WinAPI drawing functions on a temporary device context handle (memory dc), and at the end of the painting cycle bitblt's the contents of the DC to the control DC. When placed on the form,


TreeView - ToolTips -
How can I totally get rid of those stupid ToolTips in a treeview control.


How to make my own tooltips(again) -
In my meaning is how can I show the message in tooltips style that easy like I do with MsgBox command. If we use... MsgBox "message" ... It will be show dialog message. Can I create or use some command that will show the message in tooltips style. ( that will be auto destro


ToolTips Using Frame & Label -
The history of the web pages visited by a user is listed in a TreeView. When the mouse is moved over each node in the TreeView, a tooltip appears with the title & the URL of the web page on which the mouse currently rests. Since the TreeView doesn't inherently support tooltips, I a


vb6 statusbar tooltips -
How does one find the window handle for the tooltips in a statusbar? I am working with a multi-panel statusbar.


Sliders and tooltips {RESOLVED} -
Do slider controls always display the tooltips or is there a way to avoid it? I have tried sertting the tooltiptext to "" but the slider.value is still shown when I click/drag on it.


My VB program stops tooltips -
I've got a ticker program that uses the Sleep API to smoothly scroll text. I've discovered that when it is running, it prevents other programs from displaying their tooltips. For example if you hover the mouse over a smilie in these forums a tooltip box normally appears. Any ideas