vb.net-school
Programming codes and tips
Pages
Home
Thursday, September 12, 2013
Progress Bar using text box
'ProgressBar1 CODE
Private Sub Timer1_Timer()
If Not Text2.Width > Text1.Width Then
Text2.Width = Text2.Width + 10
Else
Exit Sub
End If
End Sub
'End of ProgressBar1 CODE
1 comment:
Unknown
September 12, 2013 at 9:08 AM
This comment has been removed by the author.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Home
Subscribe to:
Post Comments (Atom)
This comment has been removed by the author.
ReplyDelete