Hi Guys,
I am new to VB .Net so please need your help. I want to read text in
db and then this text is scrolling(Marquee Text) in bottom of window
using windows application. i'm using below code but not work. plz help
me...
If lblScrollText.Left <= 0 Then
lblScrollText.Left = Me.Width
End If
lblScrollText.Left = ScrollText.Left - 5
this code move to label control but i want text only move. label
control width,height,left,top values retrieved in table so help
me.....
(example news scrolling text)
Thanks for all your help.