2
Reply

label animation

force11s

force11s

Jun 17 2004 2:09 AM
7.6k
label1.text.text = Mid(label1.text,2) + Mid (label1.text,1,2) the code above is used to animate a label text in vb.net, but how do i implement this code in c#. Whenever i compile the program i have compile error showing that Mid is not declared how do i tackle this problem. (Student)

Answers (2)