|
-
Sep 1st, 2024, 05:17 PM
#22
Hyperactive Member
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
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|