Adding long tooltips to controls

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Mark Curtiss, CSTE (mark_curtiss_at_veritest.com)
Date: 03/17/04


Date: Wed, 17 Mar 2004 12:36:19 -0800

I have created an Access form. I'm trying to attach a long tooltip to a Label, but it extends off the page. How can I add a cartridge return or word wrap my tooltip?



Relevant Pages

  • Re: Need help programatically creating a tool tip
    ... I adeded a label to Form1 and named it accordingly. ... You have your tooltip showing when you click the control normally a tooltip shows on hover as my code demonstartes. ... Private Sub Form1_LoadHandles MyBase.Load ... Dim ToolTip2 As New ToolTip ...
    (microsoft.public.dotnet.languages.vb.controls)
  • Re: DataList Row ToolTip
    ... tooltip text not the one you would hover over.. ... I replaced the Literal controls with Label ... of where the mouse hovers over a particular. ... If you add a control you can ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Tooltip
    ... the only way I can think is to use your own label to show a tooltip. ... Dim WithEvents oActiveLabel As Label ... Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, ...
    (comp.lang.basic.visual.misc)
  • Re: Tooltip Frage
    ... Dim Lbl As New Label ... Der vorstehende Code erzeugt für jedes der Labels ein Tooltipobjekt. ... Static TT As New ToolTip ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: How do I create a tooltip programatically for a programatically generated label
    ... when you click on the label. ... That would mean it didn't have a tooltip at first; ... It works so the problem lies in the wiring between the ... control on a tab. ...
    (microsoft.public.dotnet.languages.vb)