The code bellow shows you how to implement progressbar without getting error:
Dim i As Integer
For i = 0 To 100
Do While (ProgressBar1.Value < 100)
ProgressBar1.Value = ProgressBar1.Value + 1
Application.DoEvents()
Loop
Next
I'd personally want to say that the web site looks ok but I still do not find many codes. Please if you could work little bit more about it. I am a c# programmer, wanting to migrate to vb.net, as I currently work on a project that has been programmed in vb.net
ReplyDeleteNICE CODE THANX DUDE
ReplyDelete