Dude with ScrollBar
问题 i've a problem with de ScrollBar in VB6 . Watch de next gif : How can I solve that? Here's my all code: Option Explicit Private old Post As Integer Dim index As Integer Dim indicee As Integer Public Disclaimer Private Sub btnAdd_Click () index = index + 1 'we increase the index indicee = indicee + 0 'we start it at 0 pic1 (indicee) .Visible = True 'Label and TextBox type lblType (indicee) .Visible = True cmbAddType (indicee) .Visible = True 'Label and TextBox prefix lblAddPrefix (indicee)