Disabling Tooltips
Is there an easy way to disable tooltips in an application, perhaps with an API call?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
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 preferences file that I can store the info in, but don't know how to turn the tips off for a whole app.
Anyone got an idea?
Thanks.
Disabling Subform Without Disabling The Scrollers
Hi Eveyone,
I have a subform and i want to disable it so user can't change the values in it. However, I want the user to be able to scroll it since the subform is in Datasheet view and it has quite a lot of fields.
I tried locking it, but the user is still able to see the other options in the combo box and i don't want that to happen.
Is it possible to just disable the data entering or changing in a form directly (i want to be able to change the data through my main form)?
Disabling A TextBox Without Disabling Its Scrollbars.
Hello,
I have a very simple objective. Disallowing the user input into a TextBox. Its a multi-line one who's text I fill from code. If I set .Enabled to False, that also disables the scrollbars, which is something I don't want. What to do?
Thanks in advance for your help,
Nas.
Find out what you like doing best and get someone to pay you for doing it.
Tooltips...
I want to add Vbcrlf to tooltips, but they show up as boxes, the code is correct....
i just got
Code:
Sub tooltiphistory1()
Frmmenu.History1.ToolTipText = "11.1: Students analyze the significant events in the founding of the nation and its attempts to realize the philosophy of government described in the Declaration of Independence." & vbCrLf & vbCrLf _
& "1. Describe the Enlightenment and the rise of democratic ideas as the context in which the nation was founded." & vbCrLf _
& "2. Analyze the ideological origins of the American Revolution, the Founding Fathers' philosophy of divinely bestowed unalienable natural rights, the debates on the drafting and ratification of the Constitution, and the addition of the Bill of Rights." & vbCrLf & _
"3. Understand the history of the Constitution after 1787 with emphasis on federal versus state authority and growing democratization." & vbCrLf _
& "4. Examine the effects of the Civil War and Reconstruction and of the industrial revolution, including demographic shifts and the emergence in the late nineteenth century of the United States as a world power."
End Sub
i know its LONG but it should work no?
Tooltips
Is it possible to have a customized tool tip style like baloon shape tooltip ? And is it possible to simulate the tooltip ?
Pls give some inputs
Okay, Instead Of Tooltips...
Code:
Private Sub History1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
FrameHistory1.Top = 240
End Sub
how do i make it so when the mouse ISNT on the button, the frame will move to 24000
Tooltips
How can I code something to show a tooltip when I want? How can I format the tooltip to make somethings be bold or italic?
Thanx in advance!
IDE ToolTips
You know when you hover your mouse over a variable while debugging it shows the current value of that variable as a mouse ToolTip.
Is there any settings for this feature as I recently got a new PC but the ToolTips take a good 5 seconds to appear which is extremely frustrating
Thanks guys!
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). Only when I turn off the timer do they show up. Is there any way I can keep them on top of my floating form?
Thanks.
Tooltips
I've been making a little module that allows a developer to easily create an alternative to the standard windows tooltip. It is far from finished, but it is at the stage where comments and suggestions would be useful.
At the moment it only works with 1 form, but this will soon change.
It's main feature (what i created it for) is to fade in the tip, instead of just showing it, it works by looking at how often the user hovers over a control, and how often they just use what they need. This is used to workout how fast to fade in the tip.
I plan to have this kept in a file, so that the infomation is persistant, although this isn't implimented yet.
So what do you all think?
NOTE: This only works with NT, due to the alpha-blending API
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?
Tooltips
Is is possible to have a tooltip that appears on more than one line, for example I've got a list box with a list of names in. If I move the mouse over a user I want a tooltip to popup showing some information on the selected user, i.e.
User Name : Person selected in list box + vbNewLine
Age : Age of person + vbNewLine
Address : Address of person
I've tried using vbNewLine in the string but that just puts '|' this in the tooltip.
Any ideas ??
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
ToolTips
Hello,
I have to create an ActiveX control based on TreeView Control. One of requirements is that ToolTip have to appears when the text of Node is long and not fully visible. The standard ToolTip appears behind a form and not visible. I create a ToolTip but it appears to all Nodes ...
Can someone helpp me?
Thanks in advance.
Tooltips
I’m having some trouble and was wondering if someone out there could help
me.
I’m working on a project in VB 6.0 and I need to be able to use tooltips on
a MSChart.
The tooltip should show the true value of the specific column and/or row of
the chart,(without click event).
How do I go about it?
New Tooltips Without Parentcontrol?
hi,
i need to bring up tooltips for several (fix!) positions at my form but there are NO Forms or Controls within which i could bind to a tooltip.
I drawed the objects with line-function.
Best would be something like the tooltip function which can be placed on top at a fixed position. All ToolTip Classes i found need to be bound to a control.
Sure,i could write a special form (show, hide) for this but maybe there are better solutions with api (faster, and resizing by itself)?
Stefan
Tooltips With Labels
I can't seem to find this while searching this forum, probably not using the right search terms.
I have a small monitoring program running by the bottom of the screen, very narrow, and I want quick additional info to appear when hovering. I have the tooltiptext set, but the info I want to hover over is in Labels. I added tooltiptext to one textbox I had and that works, but the tooltip will refuse to display when associated with a label. I kinda like putting the numbers in labels, so they can't have focus and the cursor won't appear if clicked. Am I doing something wrong?
-Tal
Super Tooltips
I would like to know what customization is possible with tooltips. Let me explain... I have seen numerous applications (many of which appeared to be made with visual basic) contain tooltips that consist of a light grey box with (on one end) a yellow area containing an arrow that points toward the component to which the tooltip belongs, is there anything like this that is possible in visual basic?
if my explanation is unclear, you can download a demo copy of WebZip from:
http://www.spidersoft.com/webzip/downloads.asp
thanks
çentipede
çentipede
cent1pede@hotmail.com
Faster ToolTips ??
Is there any way to reduce the time before showing tooltips when mouse is moved over a control?
I need that because I calculated that everybody moves mouse out of controls in my app before tooltip is shown, and tooltip contains important information which should be read.
Ive seen some custom tooltip controls, but it's needed to specify tooltip text for each control in code, and that's too hard, since there's a large number of controls in my app.
Has anyone seen a control which, inserted on form, replaces all standard tooltips, without large amount of code needed ?
(Or does anyone have some other idea ?)
Thanks.
A Label And Tooltips.
I have a label that might get its caption set to a value that will go longer than the labels width. When this happens I want to put ... on the end, cut it down to fit with the ... and then on mousemove show a tooltip of the full caption. Anyone have any simple code for this?
Tooltips Control
What I want to do is add a tooltip to a line. Since the line control has no events, this is a bit difficult. So I made a user control, added a line to it, and added a bunch of code to allow the user to move, resize etc the line. However, the user control doesn't have a tooltip property either.
So is there a way to make the user control (or line control) pop up a tooltip? I suppose I could make my own, with a label etc but I'd rather use the built in windows tooltip control. My initial research indicates that a tooltip control exists for VC++ but I've no idea how I would call it from VB. It seems to be some kind of window class....
Any ideas? I'd prefer to have the tooltip on the usercontrol but alternative solutions are fine. The main criteria is that a tooltip pop up over a line that can be at any angle...
"I have a plan so cunning you could put a tail on it and call it a weasel!" - Edmund Blackadder
Funky Tooltips
I have posted a question similar to this before, but I have been seeing them more and more...
does anyone know how to customize the appearance of tooltips?
IE: Add neat-looking arrows in one side of the tooltip, make multi-line, change colors etc...
or should I try to construct my own tooltips using labels or other controls? If so, how would I code the mouseovers etc....
thanks!!
çentipede
çentipede
cent1pede@hotmail.com
Disable Tooltips
Is there a way to disable tooltips from appearing while editing in Visual Studio 2002? They appear ALL the time and they're getting rather annoying. Attached is an image of an example.
I'm using Visual Studio 2002 in Windows XP. I honestly don't know if it's just VS, or XP in general. I've searched all over VS's help and googled everywhere I could think of.
I hope this is the right forum to post this question. Any suggestions would be greatly appreciated!
ListView ToolTips?
Okay, I solved my earlier problem with the lvwList version of the ListView control, but now I've got a new one: The item ToolTips don't show up in lvwList mode. Any way to fix that?
Help With Changing Tooltips!
Hello! I'm not sure whether I should be posting in the API forum, but this is my problem:
I've written a net-traffic monitor which works much like the standard windows dial-up monitor, but also logs all incoming/outgoing traffic in an access database.
Now I've got the thing in the system tray and I just wanted to add the functionality of the tooltip to it, just like the standard windows dial-up systray icon. The only trouble is that the tooltip will not update while you have the mouse over it. It will display the current 'Bytes sent: xxxx Bytes received: xxxx', but I want to beable to see the bytes ticking over while the mouse cursor remains over the icon!
I have seen programs that have changing tooltips, but I don't have any success using the Shell_NotifyIcon API call;
I'm setting .szTip to "Bytes received: xxx ..." etc (Part of the NOTIFYICONDATA type required by Shell_NotifyIcon) which is getting called as part of the Timer() event, but it still doesn't update the tooltip on the fly.
Please help me someone!
Extra info:
OS: Win98SE
VB: 6.0
I'm setting the dwMessage parameter of Shell_NotifyIcon to &H0 to add the icon to the system tray, then subsequent calls made by the Timer() event set dwMessage to &H1 (Modify).
I've also just realised that the standard windows dial-up monitor doesn't update it's tooltip either!
Balloon Tooltips
How can I create balloon tooltip through vb?
How do you put icons on this balloon? The standard icons like information, exclamation, critical, etc?
Do anyone have a demo, suggestions?
I will really appreciate it.
Balloon Tooltips
Is there an API to use the balloon tooltips in XP? Or do you have to draw them yourself?
thanks.
Formatting Tooltips?
Is there any way to format a tooltip? I'm looking to make some of the text bold and other text not bold. Thanks.
Tooltips On FlexGrid
I have a MSFlexGrid with 7 columns and two hidden ones (width = 0) on the end.
When the user Mousesover Column 5 I want to display the hidden data in a little pop-up - tooltip ? near to the cell they are over.
I want the tooltip to disappear when they mouseout from the cells in Column 5.
And it needs to be multi-line because the data in will look like:
Serial Number:
1213456789987
Product Category:
7485
Can anyone point me in the right direction please. I have tried using MSFlexGrid1.ToolTipText but I can't get it to display more than one line and I can't get it go away when mouseout occurs.
Cheers
Vb6 Statusbar Tooltips
How does one find the window handle for the tooltips in a statusbar?
I am working with a multi-panel statusbar.
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.
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 that somehow being set to false. Besides if that were the case, they wouldn't show up within VB when I run it, but under VB, they show up just fine.
This is VB6, by the way.
Tooltips Behind The Form !
When using Toolbar and setting the form to "topmost" the tooltips for the buttons in the toolbar are shown behind the form.
Anyone know how to fix that ??
UserControls And Tooltips
I have created a user control which contains a textbox and a combobox. These controls are displayed alternately depending on whether the usercontrol is in an edit mode (cbo) or view mode (text).
When I move the mouse over the controls in the usercontrol the tooltip is not displayed. I see the cursur does not change to the I-Beam.
Any suggestions ...
Sliders And Tooltips
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.
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
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 Stuff
Hi, can anyone tell me how to set a tooltip to show up after sensing no activities from user (except mouse move) for a couple of seconds?
Thanks.
Tooltips For Menu
Hello,
Is it possible to define tooltips for menu items?
I created a simple menu with the menu editor and I would like to provide some additional info when a user moves the cursor over a menu item.
Anyone an idea how to do that?
Thanks!
Christophe
Combo Box And Tooltips
Hi All,
I have created a combo box and added a list of sotfware titles.
When I click on the drop down button the titles are populated in the combo boxes list view. Some of these titles are longer then the combo box.
What I was wondering is if there is a way to check the titles in the drop down list of the combo box (as the mouse moves over). and if the text is too long (in the drop down portion of the combo box) have it displayed in the tooltip?
Thanks.
Tooltips On Demand
How can I display and hide a tooltip with any caption at a certain position on the screen when I want it?
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:
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
|