Advertisement
2002ASP Miscellaneous #1007

A easy Scroll with 1 line of code

Scroll a label with just one line of code...great for showing credits!!!!

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
Private Sub Timer1_Timer()
  Label1.Move Label1.Left, Label1.Top - 10
End Sub
Původní komentáře (3)
Obnoveno z Wayback Machine