Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27193

VS 2010 How to add a label into a listbox??? HELP

$
0
0
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

Viewing all articles
Browse latest Browse all 27193

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>