Visual Basic.NET

Ub3|2 5oIDaT

New Member
Messages
4
Reaction score
0
Points
0
I am trying to change the y-axis location of various labels in a loop on my form. Basically think of Star Wars how they scroll a list of narrated text at the beginning of the movie, this is what I would like to achieve on my form and I have no idea how to do it.

The closest I have gotten, which does not work at all is setting
label1.top = +1
then I put it in a loop and it did not work, next I put it in a timer and it did not work.

I could use some help because all I can find on the net and in this one book I have can do the job for Visual Basic 6.0, I need it to work in Visual Basic.NET because that is what I am working with.
 
Top