http://gyazo.com/3e14f2c47889952d4a980eb79d4fe737
as u see in the picture thats just a label.
if i put another label it will go over the listbox..
i want that label to be inside the listbox
alright so what im trying to do is get a label inside a listbox to scroll up when i click my button on my form. The problem is that the label is ontop of the listbox and when i click the button the label keeps going up higher up into the form, it does not hide after the listbox ends.
this is my label code(timer1):
If Label1.Top = -Label1.Height Then
Label1.Top = Label1.Height
Else
Label1.Top -= 1
End If
i just want a words to go up inside my listbox when i click button1 =/.
help please!!
i neeed this asap!!
Thanks <3
as u see in the picture thats just a label.
if i put another label it will go over the listbox..
i want that label to be inside the listbox
alright so what im trying to do is get a label inside a listbox to scroll up when i click my button on my form. The problem is that the label is ontop of the listbox and when i click the button the label keeps going up higher up into the form, it does not hide after the listbox ends.
this is my label code(timer1):
If Label1.Top = -Label1.Height Then
Label1.Top = Label1.Height
Else
Label1.Top -= 1
End If
i just want a words to go up inside my listbox when i click button1 =/.
help please!!
i neeed this asap!!
Thanks <3