Nice vid but i'm having trouble making this work the way i want to. I have 2 forms, form1 has a button to load form2 which has the progressbar on it. I want the timer to start when i press the button on form1, but when i use this code you do here, it says "timer1 is not declared". Help a noob out please.
The way you code is also very bad form, i would recommend renaming your controls to something that describes their functionality. Especially if you want to be a professional coder. People will hate you if you have a ton of buttons on your form named Button1 - Button500 It makes it quite annoying to read.
For those who want a message afterwards ProgressBar1.Increment(2) If ProgressBar1.Value = ProgressBar1.Maximum Then Timer1.Stop() MsgBox ("whatever you want")
@xJamesFX see the timer code, then there should be a number between two brackets, it should be at 1 by default, change that, the high the number, he faster it loads
@progameing Jag har gjort en MP3 spelare, faktiskt väldigt bra och jag är ganska nöjd med den för att det ända som fattas är en progressbar där man kan se och styra hur långt songen har spelat uppskattar snabbt svar :D
Yo every time I make a program wih visual c++ 2008 or visual basic 2008 it says Im missing the .exe file for the debug. Can someone help me reply tnx.
Wow you really should make more tutorials. I didn't know that the visuals were based on the attribute "value"! Well i am only like 10 years old so yeah.
@bboyse you cant, but you need another dll file and that dll file have many stuff, like other progressbar and button in that progressbar u can have following colors"
Green
Yellow/orange
Red
you can maybe download other dll files, but if you found one ;) please link me!
Quick tutorial If you want the progressbar to open a messagbox after the progress is at its maximum and if you also want it to when you exit out of the messagebox the progress bar resets. Add this code under your timer1.
If ProgressBar1.Value = ProgressBar1.Maximum Then Timer1.Stop()
If ProgressBar1.Value = ProgressBar1.Maximum Then MessageBox.Show("Message" ,"Title.")
If ProgressBar1.Value = ProgressBar1.Maximum Then ProgressBar1.Value = 0
Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Start() End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(10) If ProgressBar1.Value = ProgressBar1.Maximum Then Form2.Show() Me.Hide() End If End Sub
wie danach edwas passiert wei is ja habe ein anderes großes problem !!! unzwa ich mache gerade ein gameund timer und progressbar und co und so auf jeden fall kommt nach demm progressbar fertig ist immer fehler kommt weil timer1 nicht aus gestellt wird okeys
1 wie behebe ich das probelem wenn ich will da das miene progressbar immer wieder neu startet und immer wieder erneut voll leuft wie mache ich das ohne irgend eine fehler meldung zu bekommen?
in the If statement you should insert timer1.stop otherwise the timer don't stop and the if you wrote is useless... Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(1) If ProgressBar1.Value = ProgressBar1.Maximum Then Timer1.Stop() End If End Sub
@VincentVBoold sorry to say m8 but to do a reset button all you need to do is make a button called reset dubble click it in the code just type progressbar1.value= 0
you dont need the timer1.stop cuz that makes it say that there are build errors!! :P
@maxoomen that's what I thought, but I was just checking to make sure that there wasn't a progress bar built into windows that you could point to and run from a .vbs file. I have not found anything anywhere else though, so it appears that you are right.
Do you know how to make a thing like u press a button and another window pops up and show a picture and says wait or shows a progress bar than closes??
Does anyone know how to make a window appear after the progressbar is complete for example when it finishes have a window come up saying Success! (okay)
ใจ ครับบบบบบบบบบบบบบบบบบบบบบ
baschob123 1 day ago
Im 13 this year :))
TheKidPhantomz 2 days ago
ProgressBar1.Increment(5) If ProgressBar1.Value = ProgressBar1.Maximum Then End 'If'.
dallin7788s 1 week ago
Why do you have poweroff.exe in the background
Extendedfilms 2 weeks ago
You can do the same thing in SharpDeveloper v4.1.x also!
li20034 1 month ago
nice tutorial but there are so much kiddos making progressbars just to waste your time like in keygens
l33tharg 1 month ago
How easy!
sky880319 2 months ago
retards you dont have to add the timer in the timer it will always redirct it to the bottem section
xTMHxPRODUCTIONSx 2 months ago
Nice vid but i'm having trouble making this work the way i want to. I have 2 forms, form1 has a button to load form2 which has the progressbar on it. I want the timer to start when i press the button on form1, but when i use this code you do here, it says "timer1 is not declared". Help a noob out please.
HoNaHoLiC 2 months ago
goood movie
aqwcleytonhj 2 months ago
good video nice!
868cosecha868 3 months ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
TIMER:
ProgressBar1.Increment(1) If ProgressBar1.Value = ProgressBar1.Maximum Then End If
DoNotBeHacker9888585 3 months ago
thanks dude
MrTutoriols 3 months ago
This shit is so easy!!!!!
PlayStationZokker 3 months ago
how do u make the progress bar go faster?
also, when i added under the "if" statement to open a new window when the progress bar was done, it opened 300 of that window, and my pc froze.
HELP!!!!!!!!!!
HypnoHypnotic 4 months ago
CooL BoY!:))))))
MixforXD 5 months ago
Hey, in that if statement add
Timer1.Stop()
Progressbar.Value = 0
The way you code is also very bad form, i would recommend renaming your controls to something that describes their functionality. Especially if you want to be a professional coder. People will hate you if you have a ton of buttons on your form named Button1 - Button500 It makes it quite annoying to read.
cfsharp23 7 months ago
why have you been making a keygen!!!!!!!!!!
Mentmanjr 7 months ago
thnx v much!!!!!!!!!!!!!!!!!!
superhalasa 7 months ago
Dear lord, your voice is fucked up.
GameFont 7 months ago
i keep forget the code and keeping come here xD
DoNotBeHacker9888585 7 months ago 27
@DoNotBeHacker9888585
Progressbar1.Increment(1)
If Progressbar1.Value = Progressbar1.Maximum Then
Timer1.Stop
Progressbar1.Value = 0
NorthWolfs 7 months ago
@DoNotBeHacker9888585 Write it down in notepad. is that so hard???
f1ctgt2 7 months ago
Great Job, Helped me alot.
SovietDealer 8 months ago
This has been flagged as spam show
how do you get in the place at 1:31 I have VIsual Studio 2010
MacintoshTechnology 8 months ago
how do you get in the place at 1:31 I hiave visual basic 2010
MacintoshTechnology 8 months ago
@MacintoshTechnology double click the timer :)
metalcore098 7 months ago
no.. wait.. nvm.. Dx
AoifeStair 8 months ago
is this how they did nyan cat..?
AoifeStair 8 months ago
Iknow that you were 13 when you've made that video! your voice sounds so goddamn funny XD!!
haloniels1997 8 months ago
how do i upload my programs for download? they do not work if someone downloads it!
footballfan1231 9 months ago
34 peoples progress bar started to lag
red2fire2 9 months ago
@red2fire2 lmaaaaaaaaaaaaaaaaaaaaaaaaao!hahahahahaha
ZeroCool2211 9 months ago in playlist Visual basic 6.0
YOU DA BEST! <3
xMaffchewx 9 months ago
For those who want a message afterwards ProgressBar1.Increment(2) If ProgressBar1.Value = ProgressBar1.Maximum Then Timer1.Stop() MsgBox ("whatever you want")
Fabricati0diem 9 months ago
i = integer.?
nOiCre 9 months ago
thank you =)
GoldenMovie01 10 months ago
What increment?
ichstim 10 months ago
Thank you now I have the startup screen of my vb os done. Now for me to make my login screen!
carstorm85 10 months ago
Ah IKEA
FamousTools 11 months ago
now how do i say... make it a usable file that i only click once and it will run like debug
ajf100 11 months ago
THANK YOU.
xDjAsOnF 11 months ago
Funkar superbra =)
Gamemakerpro000 11 months ago
BRB
iCannabiss6 1 year ago
thanks guy
luuckyman 1 year ago
like it
TheGabrielbec 1 year ago
You use Camstudio, right?
JsKingBoo 1 year ago
just try progressbar1.value = 100
JDOG5624 1 year ago
it doesnt work,on vb 2010
BEASTXxWOLF 1 year ago
@BEASTXxWOLF
The reason is that vb 2010 uses .net v4
progameing used vb 2008 which uses .net v3.5
If U have v studio 2010 ultimate you can change the project to use .net v3.5
Then it will work
Mrpcwizzkid 1 year ago
Thank u mate.
keep up the good work.
whitemotherfucker 1 year ago
Yay Sverige :D
fillecool2 1 year ago 2
hey, how do you make a msg box that pops up after progress bar has finished, thanks
GlitchesRule741 1 year ago
@GlitchesRule741
By the timer code do this:
If Progressbar1.value = "99" Then
MsgBox "Complete"
do 99 because if u do 100 there will be 100 msgboxes.
wwmitchelww1 1 year ago
love your voice lol
bassyboy189 1 year ago
This has been flagged as spam show
wtf!! Paranormal activity sounds at around 00:27
00:23 sorry
avatarunlock 1 year ago
wtf!! Paranormal activity sounds at around 00:27
avatarunlock 1 year ago
@avatarunlock 00:23 ish tbh
avatarunlock 1 year ago
Awesome tutorial! Thank you for posting this. :)
1madscientist4u 1 year ago
Swedish people... Jag tyckar om Svenska, vaikka Finland är paras. TAJUUKS SÄ?
Vaanosa 1 year ago
Hey, Great tutorial!
How do I change how long it takes for the timer to complete?
xJamesFX 1 year ago
@xJamesFX see the timer code, then there should be a number between two brackets, it should be at 1 by default, change that, the high the number, he faster it loads
krazyhornet 1 year ago
@xJamesFX Change the Interval of timer ..
DSLReachable 1 year ago
How do I make it so once the progress bar finished a message pops up ?
SentryGuns 1 year ago
@SentryGuns something like:
if progressbar1.value = progressbar1.maximum then
message codes
me.close()
endif
and the timer keeps ticking if it is not a maximum.
Best of Luck!
Hacksu00 1 year ago
are you from Sweden???
elili96 1 year ago 9
@elili96 Jepp :)
progameing 1 year ago 6
@progameing coolt :)
magnusbon 1 year ago
@progameing Najs
DrMupparna 11 months ago
@progameing SVERIGE WHOOOO HOOO JAG GILLAR SVERIGE OCH JAG ÄR FÖDD DÄR XD
erikmasterboy1 9 months ago
@progameing Det hörs att du är från svergie :P
jamalama4ever 8 months ago
@progameing Jag också =D
MrYesman43 6 months ago
@progameing Jag har gjort en MP3 spelare, faktiskt väldigt bra och jag är ganska nöjd med den för att det ända som fattas är en progressbar där man kan se och styra hur långt songen har spelat uppskattar snabbt svar :D
ThompsonSTUFF 4 months ago
what's increment value doing?
777molotov777 1 year ago
You lick ur lips alote lolol..
4lyfepk3r 1 year ago
Please wait... Loading Rickroll'd.
thebuilderddd 1 year ago
Yo every time I make a program wih visual c++ 2008 or visual basic 2008 it says Im missing the .exe file for the debug. Can someone help me reply tnx.
Gr33nMEss 1 year ago
Wow you really should make more tutorials. I didn't know that the visuals were based on the attribute "value"! Well i am only like 10 years old so yeah.
1uen 1 year ago
@1uen Im 7.
4lyfepk3r 1 year ago
@4lyfepk3r So basically in computers, you are like 7 grades ahead? WOW. I am only 4 grades ahead.
1uen 1 year ago
@1uen I said im 7 years old not 7th grade!
4lyfepk3r 1 year ago
@4lyfepk3r Hey hey, just take the complement.
FactorXTech 1 year ago
@FactorXTech NEVER! :D
4lyfepk3r 1 year ago
hey men visit mi chanel and search the camtasia studio 7 free
darkorion13 1 year ago
how to get a messagr after progressbar finished
Kadirxd 1 year ago
@Kadirxd if progressBar1.value = 100 then
msgbgox"lolo"
end if
KSPwning 1 year ago
@bboyse you cant, but you need another dll file and that dll file have many stuff, like other progressbar and button in that progressbar u can have following colors"
Green
Yellow/orange
Red
you can maybe download other dll files, but if you found one ;) please link me!
EvoProduct 1 year ago
Bra gjort :) men vill du kunna göra advanced progressbar så skicka mig bara ett mail med "ja" :)
EvoProduct 1 year ago
fuck anoying voice!
thejabbar04 1 year ago
how do u download vd 2008
xpop5hotx 1 year ago
thank you
immortal222 1 year ago
Commentaire supprimé
younes13200 1 year ago
thanks buddy
karthiksams 1 year ago
Comment removed
MrNoobWarrior 1 year ago
This has been flagged as spam show
i will eat my shit if you are not a black dude
ILOVEFIATBRAVA 1 year ago
hahahha this is a shit i need it for my real keygen not fake
ILOVEFIATBRAVA 1 year ago
thanks very detailed
TECHGAMEMODS 1 year ago
it sais error?
pianoniek96 1 year ago
This has been flagged as spam show
Quick tutorial If you want the progressbar to open a messagbox after the progress is at its maximum and if you also want it to when you exit out of the messagebox the progress bar resets. Add this code under your timer1.
If ProgressBar1.Value = ProgressBar1.Maximum Then Timer1.Stop()
If ProgressBar1.Value = ProgressBar1.Maximum Then MessageBox.Show("Message" ,"Title.")
If ProgressBar1.Value = ProgressBar1.Maximum Then ProgressBar1.Value = 0
Thumbs up if this was useful.
radbrad1991 1 year ago
Comment removed
radbrad1991 1 year ago
Comment removed
radbrad1991 1 year ago
Thank You!
RattleRattle100 1 year ago
I'm still wondering what THAT is going to do:
"If ProgressBar1.Value = ProgressBar1.Maximum Then
End if"
It says: If Pb1 reaches its Maxvolume, then DO NOTHING and
step Out of this If-Phrase
VERY CLEVER!!
Never the less some interesting things were shown.. ;-)
3ercompact 1 year ago
Hey guys, have you ever seen any tuts out there that you make a progress bar and it loads automacitly and goes to another form!?!??! Please help meh
JJ7x6Studios 1 year ago
@JJ7x6Studios
heres a code:
Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Start() End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(10) If ProgressBar1.Value = ProgressBar1.Maximum Then Form2.Show() Me.Hide() End If End Sub
End Class
Daniel11894 1 year ago
At 0:21 "Swedish Injection"
?!
rockfreak900 1 year ago
@rockfreak900
Umm whats that xD
yoyoelbaradie 1 year ago
Thx! 5/5
squarebutts1 1 year ago
wie danach edwas passiert wei is ja habe ein anderes großes problem !!! unzwa ich mache gerade ein gameund timer und progressbar und co und so auf jeden fall kommt nach demm progressbar fertig ist immer fehler kommt weil timer1 nicht aus gestellt wird okeys
1 wie behebe ich das probelem wenn ich will da das miene progressbar immer wieder neu startet und immer wieder erneut voll leuft wie mache ich das ohne irgend eine fehler meldung zu bekommen?
GamerFreand 1 year ago
Awesome! Totally Helped on my fake hack! Thanx Dude!
JMan1650 1 year ago
thanx!
MrShelf23 1 year ago
whats the code for if you want something to pop up?
basicxml 1 year ago
@basicxml hmm if it when the progressbar is full loaded its
try
call msgbox("what u want")
end if
TheHarly25 1 year ago
@basicxml lawl sry...
if progressbar1.value = progressbar1.maximum then
try
call msgbox("what u want")
end if
end try
TheHarly25 1 year ago
Thanks for the tutorial! :) Helped me out in my VB projects ! ;x
jusilatin 1 year ago
in the If statement you should insert timer1.stop otherwise the timer don't stop and the if you wrote is useless... Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(1) If ProgressBar1.Value = ProgressBar1.Maximum Then Timer1.Stop() End If End Sub
Marcx87 1 year ago
Comment removed
Marcx87 1 year ago
Why dont you put the code in the discription, makes life much easier, plus it saves us time (:
denniswarcrafter1 1 year ago
Why di want to make a fake hacking program??
MrLuckychi 1 year ago
lol ,fi u saw his projects: Swedish Injection(Hack Injector)(i think)(i hope)
Cs buygen
Mazing Keylogger(WHAT!!@)
IspamU(Thats Nice)
Warning(Aww Crap)
KeyGen(meh, i got one so...)
dudezone2 1 year ago
thanks helped a lot!! please continue making these tuturials..
Crysis1211 1 year ago
WOW! This will save me alot of time creating my programs with Visual Basic! Thanks progameing
jesserocks21 1 year ago
it started automatically please help. i used exact code you used. I had to add a stop butten cuz of it. :(
goldknight999 1 year ago
if you want a cool thing add:
If ProgressBar1.Value = ProgressBar1.Maximum Then MsgBox("type something")
it will get fucked up with 1000 messages (just for fun)
Kidde15 1 year ago
how to put a msgbox when progress bar finished pls reply.!!
denjay99 1 year ago
@denjay99 If ProgressBar1.Value = ProgressBar1.Maximum Then MsgBox("lol")
but then evrything will get fucked up soo you need a second timer
Kidde15 1 year ago
@Kidde15 no, you just need to make the timer stop before you put the msg box in
timer1.stop
teenawa 1 year ago
This has been flagged as spam show
Get Progress Bar Sample here : tinyurl . com / 2uew7kb
(Delete Spaces)
VincentVBoold 1 year ago
Hey guys, if you liked this tutorial you should add "Reset" and "Stop" button :P.
its easy.
1. Make Button "Reset" put this code in it :
"Timer1.Stop() ProgressBar1.Value = 0"
2. To stop progress bar make another button and put this code in it :
"Timer1.Stop()"
see easy :P enjoy ;P
VincentVBoold 1 year ago 23
@VincentVBoold sorry to say m8 but to do a reset button all you need to do is make a button called reset dubble click it in the code just type progressbar1.value= 0
you dont need the timer1.stop cuz that makes it say that there are build errors!! :P
MRshadowtechman 1 year ago
Comment removed
Forgotten455 1 year ago
@MRshadowtechman i knew that :D, there are many ways to reset a progressbar... and there are no errors with timer1.stop...
VincentVBoold 1 year ago
@VincentVBoold Reset Won't Work!
thebuilderddd 1 year ago
THANNXXX GUY
furiosb 1 year ago
@SpinalClutch Cam Studio
EntertainmentStudioz 1 year ago
Thanks! Been trying soooooo hard to do this! 5/5 ; )
rockfreak900 1 year ago
THX DUDE I SUBED AND RATED 5
johncena692 1 year ago
Thanks!!!! So great!
MuiluEdition 1 year ago
is there a way to make a simplified version of this in visual basic script (.vbs)?
Bruceification73 1 year ago
@Bruceification73 No cause you can't create a progressbar or timer in Notepad
maxoomen 1 year ago
@maxoomen that's what I thought, but I was just checking to make sure that there wasn't a progress bar built into windows that you could point to and run from a .vbs file. I have not found anything anywhere else though, so it appears that you are right.
Bruceification73 1 year ago
Im making a video on a fake runescape hack than Im gonna give a fake virus as a prank
imabanana256 1 year ago
if you want to close your project while a progress bar is completing
Than do this in your Timer
ProgressBar1.Increment(1) If ProgressBar1.Value = ProgressBar1.Maximum Then Me.Close() End If
Giratina808 1 year ago
hey you dont need to put the timer ON the object, you can put it anywhere it will still work :P
but thanks. I got this working.
PivotExclusive 1 year ago
fin data du har :O
mrkasse 1 year ago
Nice video, good start.
What's the name of the screen recorder you use?
WebTechVibe 1 year ago
cool man thx
hrdu 1 year ago
Do you know how to make a thing like u press a button and another window pops up and show a picture and says wait or shows a progress bar than closes??
xxgxxt 1 year ago
@xxgxxt I do.
Send me a message if you want me to show you.
WebTechVibe 1 year ago
@vanillastokje oke;)
Bvd0416 1 year ago
Awesome (: it works perfectly
Necrophagist1609 1 year ago
AWESOOOOME
AzDer1000 1 year ago
what about sweden, im from sweden too ur jurk
Engl1tch3d 1 year ago
were u sleepy?
b2krobbow 1 year ago
thanks.
lHaZzeRecon 1 year ago
thank's that's easy and cool
aissa336 1 year ago
when im done create progress bar i wanna do msgbox when the progress par sussefull how??
viddi7 1 year ago
@vanillastokje ;o Hoe dan?
Ik ben ook heel bekend met Vb.
Maak oko heel veel programmas en verkoop.
Bvd0416 1 year ago
THX dude. You're awsome
TheTutorialGuyPT 1 year ago 8
omfg
if progressbar1.value = progressbar1.maximum then -
end if
do you know wat you are doing ? i think u just copy this from the internet
akkiekipbaby 1 year ago
Thanks man 5/5 due !
filipvk41 1 year ago
Does anyone know how to make a window appear after the progressbar is complete for example when it finishes have a window come up saying Success! (okay)
Please reply
sventek89 1 year ago
If progressbar1.value = Progressbar1.maximum Then
Form2.show
End of.
TodAnd1982 1 year ago
You can change the speed by changing the timers interval. The higher you make it that slower
it is.
electricmaster3000 2 years ago
how can you change the speed?
loukas1997 2 years ago
where it says:
Progressbar1.increacment (1)
change the 1 higher or lower
weedon65 2 years ago
hey what is lower from (1) ?
marti0075 1 year ago
No !
just change the timer1 interval to something lower then before
akkiekipbaby 1 year ago
Thanks Dude 5/5
ramsey553 2 years ago
LOL - Look at when VB is on the start page - "Swedish Injection"
OldTimeyJunk 2 years ago
-.- he is from sweden look at the letters like Stänga Av....
willewilleponken 1 year ago
lol ur recently used things was like keygen, cs buygen and such!
Wiberg13 2 years ago
Thanks :)
RyanKielly 2 years ago
you dont actually need to put the timer "in" the progress bar - you can put it anywhere
OldTimeyJunk 2 years ago
Hey if i was to enter a text box with the progress bar, how would i make it so if there was nothing in the text box the progresss bar would'nt start?
Private Message me
hackerism610