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.
Printable View
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.
From here :
VB Code:
Private Const WM_USER = &H400 Private Const TBM_SETTOOLTIPS = (WM_USER + 29) Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (ByVal hWnd As Long, _ ByVal wMsg As Long, _ ByVal wParam As Long, _ lParam As Any) As Long Private Sub Form_Load() Call SendMessage(Slider1.hWnd, TBM_SETTOOLTIPS, 0&, ByVal 0&) End Sub
Efharisto manavo11 !
Parakalo! ;)
Quote:
Originally posted by manavo11
Parakalo! ;)
parakalo = ask, beg, implore, petition, pray, request, solicit :eek: , urge, woo
Well, it also means "you're welcome"... That was the meaning I intended :)