J'ai ce bout de code :
Private Declare Function ShowScrollBar Lib "user32" (ByVal hwnd As Long, ByVal wBar As Long, ByVal bShow As Long) As Long
Private Const ctHorizontal = 0
Private Const ctVertical = 1
Private Const ctLesDeux = 3
Private Sub Form_Load()
ShowScrollBar text1.hwnd, ctLesDeux, True
End Sub
Problème : comment fait-on pour rendre les scrollbar actifs ?
Avec un FlatScrollBar ja'ai le même problème.
Merci à tous.