Results 1 to 22 of 22

Thread: [VB6] - Multi-line standard tooltip.

Threaded View

  1. #22
    Hyperactive Member
    Join Date
    Jul 2021
    Posts
    267

    Re: [VB6] - Multi-line standard tooltip.

    An upgrade to the project!

    New features:
    * Works well in IDE - no crash!
    * No need to hook/unhook - it is all done automatically

    Old features - support Unicode, multi-line, no length limit


    It is now moved to a class module
    No need to make an instance of the class.

    Usage:
    cUniToolTips(ctl) = mytttStr

    'Clear memory for current form:
    Private Sub Form_Unload(Cancel As Integer)
    cUniToolTips.UniToolTipUnloadForm Me
    End Sub
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width