How to Make a advanced progressbar in visual basic 2008
Loading...
95,422
Loading...
Uploader Comments (iWISHinfected)
see all
All Comments (167)
-
how is this advanced ?
-
Very nice work man! Check out my channel for a login system, where the progress bar ends and you get into the next form... :)
-
why i cant do it and i why i dont get private sub thing...?
-
thank u sooooooooo much :D
-
lol,
button1: timer1.start
timer1:progressbar1.increment
if progressbar1.value=progressbar
.maximum then label1.text ="haha it wil work"
msgbox.text=("haha it wil work", msgboxstyle.critical,"youtube"
) end if
-
How do u make an indicator, like it shows the value of the progress bar and refreshes every second?
-
Thank you great help. but how do you make it so it doesnt screw up when you put in a decimal number or letters??
Loading...
How can you do that if the progressbar is fully loaded that an message pop up, i have tryed this: If ProgressBar1.Maximum Then MsgBox("Hello World", MsgBoxStyle.Critical, "ProgressBar")
But the message dont popup :s
ichstim 10 months ago
@ichstim
If ProgressBar1.Value = 100 Then
Timer1.Stop()
MsgBox("Hello World", MsgBoxStyle.Critical, "ProgressBar")
'Tested, working End If
iWISHinfected 10 months ago
You call this advanced? What about progress of loading the form or copying a file or even downloading a file?
PkKingX11 11 months ago
@PkKingX11 This is just a sample of what you can make with a progressbar. It's a tutorial showing how to use some functions on the progressbar, the rest you can do :P
iWISHinfected 11 months ago