@mast3rbug Haha programmation? Programming, as it's properly called. I actually learned a whole lot from doing what i did back when this video was made. Making tutorials helped me to see what i could do to improve codes like this.
I can honestly say that this was actually a good video. I prepared, i started and completed a project that i planned from start. I might not have had the most effecient code, but it worked for what i wanted to do.
@SilverMagics Sure, I'm agree with that. But other that see your video will probably learn the wrong way.You can do it with only 1 timer OR you can simply use the sleep function from the kernel after declaring it.
An example of bad programmation is Microsoft. Just as example, MSN messenger is about 130 meg, and other MSN compatible messenger take about 2-3 megs.
@SilverMagics yeah but you coulda just used an animated gif made in say, gimp(which is free and simple) or you could just google image search one!!!!!!
kannste mir vllt helfen =) sende mir ne mail oder so :) würde mich sehr freuen muss ein Programm machen mit ankreuzhäckchen ^^ wo ich verschiedene unwirksame viren rein machen ( die habe ich selber schon erstellt ) brauche nur jmd der mir zeigt wie ich die da rein bekomme
@viewervideo011242234@viewervideo011242234 in programming, not just vb in case of a case like enabled or disabled you always have the positive value (enabled) and either true or false and it actually makes more sence and the program is faster, because it is translating less commands. if it were the programs to have positive and negative values
I have watched many of your VB vedios, you are explaning very good. I know when you read my comment u r gana lough but still i think you will understand my options.the thing is that i have started a short two pages project for High School but i can't finish it now, if you please help me in finishing it. now look i am a very stright forward peson, and i don't have the twest of the words to convense you. so if please please please if you help me. It will be very extreamly help full. please help.
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
there is a new social network dedicated to everyone who is interested in Programming,hacking and information technology.It's a place where you can talk about other people with the same interests as yours,publish your source codes,ask for help,share your personal status.The link is:
there is a new social network dedicated to everyone who is interested in Programming,hacking and information technology.It's a place where you can talk about other people with the same interests as yours,publish your source codes,ask for help,share your personal status.The link is:
@kelipop my tutorials are more or less my learning process in Visual Basic. These have taught me the basic fundamentals of Visual Basic and should act as a tutorial for beginners to show them what has been my knowledge about VB6. This language is old and out of date, learning this now is stupid as there are more powerfull languages at hand, BUT VB6 might be the BEST language to learn the fundamentals as what this video was meant to do.
@SilverMagics well if you think that visual basic is a good language even for new programmers then you know nothing... visual basic is one of the weakest languages and it shouldn't be used especially if you think about doing serious programming later as you'll have to move to more advanced languages and the visual basic has some standards and if you use them you'll develop bad habbits... whatever... My opinion is that the best languagefor begginers is python... or perl... and then C/C++ or C#
@kelipop your typing skills is equal to 20%, your mind equals to teenager level, and you're sucking your thumb all the way. If you do tutorial starts with simple....SIMPLE.....SIMPLE...do babies in 2 months old walk on 2 legs? your boasting you know?
dude...im just new with visual basics but i can say that u made a difficult one...you could just make a images with same names but different indexes and go...
x = x + 1
imgDisplay.picture = imgImage(x).picture
If x = 3 ( If you have 3 picture, or the max index number is 3) Then
dude i am trying to do this in Visual Basic 2008 express but it wont work... i have tried few more ways to do animation but don't work. how could i do it in the same way as you posted it ---> If PictureBox1.Image = "Image1" then PictureBox1.Image = "Image2"
if you know the answer i'll be very happy to know it. :)
@zackery2master It doesn't work so, if you will use this code the VB will give you a run-time error :"Type mismatch" because the .image method is a handle to the image NOT a string !!! My advice is to CONTROL THE CODE before post !
@SilverMagics the 3 timers are better implemented in one because one timer is one thread think it so, 3 timers 3 threads so the CPU will spend more time even for switching them.
But not as easy, i choose VB6 because it was easy to begin with and learn the basics of every programming language and the rest is just playfull and fun to do.
Where can I get VBasic 6.0? Do I have to buy it? If so, where? This is my second year of programmnig, and we're using this and it's a lot of fun so I was just wondering how I could get it at home
hahaha... its hard to fix when debuging... its too long, can cause confusion... switching enable and visible property.... u can use an loop for repeatitive object motion
You could do this with one timer all you would need is a global variable that that counted 1-3 then have a switch/if statement on what pictures should be visible. unless the timers can't be set to continuously repeat code in VB idk never used it but yea I would assume them run forever So much more code would be needed in C/C++ in C++ you have to load the image, apply it to the screen, then update the screen if using SDL its about a page or 2 of code a lot to accomplish something so small
vb comes with a loading bar , look in the controls =), but if you want you can also make your own like that, you can do alot of things in vb , if you need help just send me a message
I have a two forms. form2 changes a labels text in form1. If i close the exe file after changed the text, and then open the exe file again, the old text is back what i changed is not there, how do i save it?
May i say one error? (im doing this tutorial in 2008EE, though) but you say timer2 and timer 3 to false in the main form, i think you should put it to true, anyway in epxress edition 2008 :P, anyway
thank you very much, just the tutorial needed!, can you make one how to make stuff move? like with wasd, and a pathfinding system? i want to make a tower defence, and need to learn to make a path minions to wzlk on, plase respond or PM me :P
Yeah i also said that to myself, but considering how fast i have learned Visual Basic, i am really liking it, and for me it's better than C++ or any other, so if it takes 1500lines of code, and some weeks, thats Okay :P, but can you help me set up a pathfinding or grid system?, with some timers and so on?
How do you make to objects within an enclosure not overlap when randomly allocated?
agileapplet 2 months ago
and god created gif extension.
SentynelXS 2 months ago
This has been flagged as spam show
is it possible to create an internet cafe security like cybercafe, cafe suit etc. using vb 6??? pls send me a project code as well.
vongolapillow 4 months ago
Comment removed
j1d22 5 months ago
Private Sub Timer1_Timer()
If x = 3 Then x = 1
Else x = x + 1
End If
Picture1.Picture = LoadPicture("animation" & x & ".jpg")
End Sub
mangaluli 5 months ago 2
Comment removed
mangaluli 5 months ago
A nice example is show here aswel:
bulevardi.be/?content=scripting&example=exvb4
antoniobulevardi 6 months ago
Hello Friend! I am a beginner in programming, I Think you did a great job for the ones like me..Thanks a lot.
biswajit6600 6 months ago
Why you not use
IF Else
this can use only 1 timer and 3 picturebox!!
OnlyOnGunz 6 months ago
please upload more tutorials coz I will be teaching this subject in high school computer and I only have a little knowledge .......tnx.....
arghey 8 months ago
3 timers for that? It look like you know nothing in programmation at all.
mast3rbug 8 months ago
@mast3rbug Haha programmation? Programming, as it's properly called. I actually learned a whole lot from doing what i did back when this video was made. Making tutorials helped me to see what i could do to improve codes like this.
I can honestly say that this was actually a good video. I prepared, i started and completed a project that i planned from start. I might not have had the most effecient code, but it worked for what i wanted to do.
SilverMagics 8 months ago 7
@SilverMagics Sure, I'm agree with that. But other that see your video will probably learn the wrong way.You can do it with only 1 timer OR you can simply use the sleep function from the kernel after declaring it.
An example of bad programmation is Microsoft. Just as example, MSN messenger is about 130 meg, and other MSN compatible messenger take about 2-3 megs.
mast3rbug 8 months ago
@SilverMagics programmation,tion,tion programmation,tion,tion!
MrNickTube1 8 months ago
@SilverMagics yeah but you coulda just used an animated gif made in say, gimp(which is free and simple) or you could just google image search one!!!!!!
derpwaffleballs 7 months ago
This has been flagged as spam show
can i get some views on my channel?
zhir96 9 months ago
check your codes
markdelta2 10 months ago
Oo windows 98
christo6099 10 months ago
No way, I thought of that method too but is that the only way to animate in VB? OAO
greengale2 10 months ago
This has been flagged as spam show
are you chinese?
subtector 11 months ago
That's was nice
JESUSwasARABICMAN 1 year ago
Type PRIZE before youtube and hit enter
owner446 1 year ago
kannste mir vllt helfen =) sende mir ne mail oder so :) würde mich sehr freuen muss ein Programm machen mit ankreuzhäckchen ^^ wo ich verschiedene unwirksame viren rein machen ( die habe ich selber schon erstellt ) brauche nur jmd der mir zeigt wie ich die da rein bekomme
tianstar1 1 year ago
woaah frick! u got windows98... much higher number than mine! i got 7..
mimias007 1 year ago
@mimias007 so what's about the OS? its the VB not the OS....moron
khan951 11 months ago
@mimias007 so what's the deal?......its about VB not windows OS.
khan951 11 months ago
great video !
DRaleksandar08 1 year ago
i dint get it means wer we can find dat notep[ad
asadkhan1989 1 year ago
can you upload your animation gifs please ? ?
ultimate1471 1 year ago
Nederlander!
Maarttttt 1 year ago
hey i changed computers can you send me a safe link to download it i forgot
emirh1231 1 year ago
Im new to programming and VB, instead of putting the long winded:
"timer2.enabled = Flase" - why cant you just put "timer2.DISABLED" - wouldnt that just make more sense?
viewervideo011242234 1 year ago
@viewervideo011242234 @viewervideo011242234 in programming, not just vb in case of a case like enabled or disabled you always have the positive value (enabled) and either true or false and it actually makes more sence and the program is faster, because it is translating less commands. if it were the programs to have positive and negative values
e.g timer1.disabled
then your programs would be 50% slower.
ballader1 1 year ago
@viewervideo011242234 you suck
jamesanthonyangeles 1 year ago
@viewervideo011242234 Try it. That's one of the great things about programing, you can be creative :)
epicturnip 1 year ago
@Hax0rPr0n did you happen to skim over the "lol just kidding" at the end of the comment, dumbass?
airsoftbuddies50 1 year ago
This has been flagged as spam show
I have watched many of your VB vedios, you are explaning very good. I know when you read my comment u r gana lough but still i think you will understand my options.the thing is that i have started a short two pages project for High School but i can't finish it now, if you please help me in finishing it. now look i am a very stright forward peson, and i don't have the twest of the words to convense you. so if please please please if you help me. It will be very extreamly help full. please help.
THE101NE 1 year ago
any link i want this one plz
Hackerito100 1 year ago
This has been flagged as spam show
Get Visual Basic 2008 Portable Edition at
portable-sofwares。blogspot。com
KendrickBastian 1 year ago
are you swedish?
tHeKeYHaCkMaN 1 year ago
This has been flagged as spam show
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
aspdotnetexperts1 1 year ago
This has been flagged as spam show
fuck you fucking motherfucker i fucked your mother into her ass when sche was 12 and it was funny. your father was my sex slave for 4 years
helsreen 1 year ago
I'm using VB08, but this video still helped me a lot! Thanks!
overlyepic 1 year ago
I saw the map 'Monster Hunter' fly by, you play that game?
remcokiddy 1 year ago
@remcokiddy Yup :) Got most games in the series.
SilverMagics 1 year ago 4
@SilverMagics Monster hunter tri as well i suppose
remcokiddy 1 year ago
@SilverMagics mine was blicking
SuperAaronlewis 1 year ago
where did u download the game? can i have the link pleaseeeee?
Turret110 8 months ago
@remcokiddy there is no such thing as play, thee is no such thing as game fish, thee is no such thing as game as fish.
thejamaicanscarface 10 months ago
@thejamaicanscarface You completely lost me when you got to game fish...
remcokiddy 10 months ago
im new to VB and if i understood correctly, image 2,image3, timer2, and timer3 were not used in the program at all. why even bother adding it?
i am keen on replies.
apek4ever 1 year ago
I miss vb6
ahmedzs1 1 year ago
yeah your doin a good job.tnx
fred24490 1 year ago
Well I can't say it's the WORST VB6 tutorial I've ever seen, but it's certainly up there.
snypa514 1 year ago
VB6 is the worst language ever created. C# FTW.
kraetwin 1 year ago
@kraetwin Yeah dude. VB6 Programmers have no soul.
kraetwin 1 year ago
This has been flagged as spam show
hi everyone,
there is a new social network dedicated to everyone who is interested in Programming,hacking and information technology.It's a place where you can talk about other people with the same interests as yours,publish your source codes,ask for help,share your personal status.The link is:
nerdz.gotdns.org
Enjoy!
Cinderellasdrunk 1 year ago
This has been flagged as spam show
hi everyone,
there is a new social network dedicated to everyone who is interested in Programming,hacking and information technology.It's a place where you can talk about other people with the same interests as yours,publish your source codes,ask for help,share your personal status.The link is:
nerdz.gotdns.org
Enjoy!
Cinderellasdrunk 1 year ago
This has been flagged as spam show
for more visual basic tutorials (2010 basic) visit my channel all videos are in hd
XtremeDeveloper 1 year ago
thanks a lot it help me a lot..hope i will know your next program.. thank you again its great
archangeljorge13 1 year ago
Thanks that will be usable =)
i7Gam3r 1 year ago
Im reading a book about programming,
MrFatDog0 1 year ago
very interesting. I'm noob to VB. Cant wait to learn it, looks fun/versatile
fourxtwenty420 1 year ago
excelent video xD: cudiate me boii pasas xD: jje sale baiii
NEETBUS 1 year ago
Double U TF Mate.
En succes met je duits ofzo O.o :S
Oplosthee 1 year ago
@Oplosthee homo
SilverMagics 1 year ago 19
@SilverMagics yes...
Stonecutter64DS 1 year ago
@SilverMagics What the fuck is je probleem eigenlijk?
Waarom "homo" reageren tegen oplosthee? :S
Ffs, zat je daar zo van "fuck. wat moet ik zeggen?"
en je typt maar ff homo.
Yeah right, je bent vast zelf een homo he? :p
DigalySoftware 11 months ago
I like it!
VB6andCMD 1 year ago
six point nul? XD
electromarv 1 year ago
that program is very bad... why use 3 timer... or 3 imagewell?... very bad... if you dont know how to program why doing a tutorial
kelipop 1 year ago
@kelipop my tutorials are more or less my learning process in Visual Basic. These have taught me the basic fundamentals of Visual Basic and should act as a tutorial for beginners to show them what has been my knowledge about VB6. This language is old and out of date, learning this now is stupid as there are more powerfull languages at hand, BUT VB6 might be the BEST language to learn the fundamentals as what this video was meant to do.
Nowdays i code in html, css and php.
- Silver
SilverMagics 1 year ago 4
@SilverMagics well if you think that visual basic is a good language even for new programmers then you know nothing... visual basic is one of the weakest languages and it shouldn't be used especially if you think about doing serious programming later as you'll have to move to more advanced languages and the visual basic has some standards and if you use them you'll develop bad habbits... whatever... My opinion is that the best languagefor begginers is python... or perl... and then C/C++ or C#
xarisisvog 1 year ago
@SilverMagics css = counter strike source?
lol just kidding
airsoftbuddies50 1 year ago
@kelipop each timmer is to show a pic and disable others
mms1911 1 year ago
@kelipop your typing skills is equal to 20%, your mind equals to teenager level, and you're sucking your thumb all the way. If you do tutorial starts with simple....SIMPLE.....SIMPLE...do babies in 2 months old walk on 2 legs? your boasting you know?
khan951 11 months ago
@Tomi8886
LOOOL HAHA
Sssagaman 1 year ago
besucht meinen kanal dort gibts videos danke
visit my chanel thanks
WindowsEinsteiger 1 year ago
sorry. i accidentally clicked Post comment...
If x = 3 Then
x = 0 (so it will go back to start and do it again.)
romwell321 1 year ago
dude...im just new with visual basics but i can say that u made a difficult one...you could just make a images with same names but different indexes and go...
x = x + 1
imgDisplay.picture = imgImage(x).picture
If x = 3 ( If you have 3 picture, or the max index number is 3) Then
romwell321 1 year ago
the image you put is that a normal image or a animated image?
ULuv321 1 year ago
Nice
TheSuperhack3r 1 year ago
like this :))
elvincruz2662 1 year ago
dude how to display image using "image" and option button in vb6, i hope you will response.. tnx men...
gensonannalyn 1 year ago
imgName
romwell321 1 year ago
haha, he Sounds like Borat
Tendency46 1 year ago
did not work...
09224081279 1 year ago
nice one
galarita 1 year ago
No, aber ich habe gern apfelstrudel. I am from Holland.
SilverMagics 1 year ago
@SilverMagics Holland for life, toch?
remcokiddy 1 year ago
vb8 keeps "saying project creation failed" on mi acer labtop
rashad5010 2 years ago
very good tutorial, thx for uploading
Marek0392 2 years ago
ohohoh thx :)
TrembledLove 2 years ago
If PictureBox1.Image = "Image1" then PictureBox1.Image = "Image2"
If PictureBox1.Image = "Image2" then PictureBox1.Image = "Image3"
If PictureBox1.Image = "Image3" then PictureBox1.Image = "Image4"
If PictureBox1.Image = "Image4" then PictureBox1.Image = "Image1"
Every Tick on a single timer, Easier then using 3 timers and 3 Picture Boxes
zackery2master 2 years ago 8
This has been flagged as spam show
dude i am trying to do this in Visual Basic 2008 express but it wont work... i have tried few more ways to do animation but don't work. how could i do it in the same way as you posted it ---> If PictureBox1.Image = "Image1" then PictureBox1.Image = "Image2"
if you know the answer i'll be very happy to know it. :)
Forkoto 2 years ago
@Forkoto
obviously it won't work since this is for visual basic 6.0 lol
bobbycatacutan 1 year ago
not working
marjorjing 1 year ago
select case picturebox1.image case = "image1" PictureBox1.Image = "Image2" case = "image2" PictureBox1.Image = "Image3" case = "image3" PictureBox1.Image = "Image4" case = "image4" PictureBox1.Image = "Image1"
end select
without many if's
H4I2cIC0I23 1 year ago
@zackery2master pwned.
komrad36 8 months ago
@zackery2master It doesn't work so, if you will use this code the VB will give you a run-time error :"Type mismatch" because the .image method is a handle to the image NOT a string !!! My advice is to CONTROL THE CODE before post !
@SilverMagics the 3 timers are better implemented in one because one timer is one thread think it so, 3 timers 3 threads so the CPU will spend more time even for switching them.
VanKraster 8 months ago
why just you dont use animated gif
rupluttaja 2 years ago
funciono 100 % ok gracias por el aporte 5 start
davidrivasg 2 years ago
lol
clubpenguinman3243 2 years ago
what is the deffrent between ( "false" "true" ) what do they do
mujah2009 2 years ago
Well, false means no and true means yes. if you want to show somthing, you say object.enabled = false or true
thatstek 2 years ago
thanks
mujah2009 2 years ago
Hahaha xD I like your comment? :D
"True" is like "Yes" and
"False" is like "No" (:
Fx:
If you say "Timer1.enabled = True" Then the timer is enabled.
If you say "Timer1.enabled = False" Then the timer is not enabled :D
(Now, don't ask what "enabled" means xD haha)
RockEverRock 2 years ago 11
thanks
mujah2009 2 years ago
it means that it works...!!! XDXDXD aarg that soooo unprofessional dude use a real animation prog.. do u use windows 95 :o??? XDX ^^lolol
cheatmagnet 1 year ago
who ever rated me -1 has no brain. so what if i asked is that wrong.
mujah2009 2 years ago
lol, that was great. Best if statement ever.
aleemone 2 years ago
Yet, still this is a illigal version of Visual Basic.
SilverMagics 2 years ago
nice example for the beginners..
gyanlal 2 years ago
cool
nadj3t 2 years ago
Um actually visual basic is completely free
imnotjedi 2 years ago
Nope, Visual Basic 6.0 is still not a free studio.
SilverMagics 2 years ago
yeah but 9.0 is free and updated
jwb72199 2 years ago
But not as easy, i choose VB6 because it was easy to begin with and learn the basics of every programming language and the rest is just playfull and fun to do.
SilverMagics 2 years ago
I have also started learning vb by 6.0
handsom02 2 years ago
very cool
Kk26995 2 years ago
how many frames can i use?
oliverbansoy 2 years ago
Where can I get VBasic 6.0? Do I have to buy it? If so, where? This is my second year of programmnig, and we're using this and it's a lot of fun so I was just wondering how I could get it at home
EnjoiingLife8 2 years ago
U could try the Usenet, it worked for me ;-)
rickschravendeel 2 years ago
Look up Visual basic portibal, its visual basic, free, and much much much smaller file.
I dont think its even i gb.
HaloH4CKER 2 years ago
Costs like $600.
BricePash 2 years ago
of course u have to buy it, or u could download it but it´s illeagal
10GreenDay01 2 years ago
Yeah... one problem 10GreenDay01. WHERE.
axeshredstorm69 2 years ago
"search dem up"
Lmfao, faal
GoldCooney 2 years ago
Did you live in the Stone Age?? This is Version 6. The new Version is 9
Freak200002 2 years ago
Can you read the date on the video?? This was in 2007. Now its 2009.
CurtTh3Hurt 2 years ago
still it was old, but i had my reasons to choose vb over 2008 so xD Freak is just trying to be a freakin noob.
SilverMagics 2 years ago
But 2005 is a noirmal Version, too. And it is older, but not from the Stone Age
Freak200002 2 years ago
this vid was made in 2006 not 2009....so of course it it a old version....=3
wolfangle93 2 years ago
wolfangle93 he could of got visual basic 2005
zainuintel 2 years ago
I agree too...Version 6 is simpler and easier to understand than2008
romwell321 1 year ago
@romwell321
i agree..VB 6 more easier to understand
amundead 1 year ago
is visual basic the same as visual basic 6
gamemak0r 2 years ago
ok ganda..malaking tlulong din yan ...nice nice puh
ann26xp 2 years ago
pUTA ina ... ALAM ko na Yan
Dun na NGa KAmeh sa MAy Bouncing Ball EH
..BUT nice TUT...
KEEEP IT UP DUDE....
sardena123 2 years ago
Great job
lonhaker 2 years ago
This comment has received too many negative votes show
hey i tried it but it didnt work. damn you dude.
tang ina mo.;
in english
motherfucker.
denoykamote 2 years ago
hey
denoykamote 2 years ago
'// Use juste One timer and replace all the code by this, its faster ;)
'// ------------
Static X As Long: X = X + 1
If X > 2 Then X = 0
Picture1.Visible = False
Picture2.Visible = False
Picture3.Visible = False
Select Case X Case 0: Picture1.Visible = True Case 1: Picture2.Visible = True Case 2: Picture3.Visible = True
End Select
iRouRoui 2 years ago 2
This comment has received too many negative votes show
dude dats gay u son of a bitch! i want 2 fouk on the table! and i want 2 shiiiiit on ure bed!
1asian2whites 2 years ago
Lol
Remireuvekamp 2 years ago 2
wow! eu n vou demorar tudo isso pra criar uma porra dessa!
Caduo09 2 years ago
hahaha... its hard to fix when debuging... its too long, can cause confusion... switching enable and visible property.... u can use an loop for repeatitive object motion
drakogemini257 2 years ago
You could do this with one timer all you would need is a global variable that that counted 1-3 then have a switch/if statement on what pictures should be visible. unless the timers can't be set to continuously repeat code in VB idk never used it but yea I would assume them run forever So much more code would be needed in C/C++ in C++ you have to load the image, apply it to the screen, then update the screen if using SDL its about a page or 2 of code a lot to accomplish something so small
lee155912000 2 years ago
This has been flagged as spam show
want to make money with visual basic? I made a quick video how, just check my vid. It really works. I want to share with you.
MrBotCreator 2 years ago
This comment has received too many negative votes show
joepie, weer een nederlander :)
michel0003 2 years ago
its not a simple omg the code is to long if u are writing a bigger app the code would use to much of ur memory, try optimizing ur code.
Beady2 2 years ago
mierdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
10viejo15148952lssj 2 years ago
Nice dude
rickschravendeel 2 years ago
Oh my god, Loooong code, try this: insert 1 timer_control something set the time_control to value interval = 200 , and into the timer_control type:
For i = 0 To 1000
Label1.Caption = ">": Cls
Next i
For j = 0 To 1000
Label1.Caption = ">>": Cls
Next j
For k = 0 To 1000
Label1.Caption = ">>>": Cls
Next k
julioleles 2 years ago 3
awesome work...
can you make project when you hit enter 3 three progress bar in form2 will load simultaneously
reshavalentine03 2 years ago
awesome!
technochook 2 years ago
6. nill lol
TheComputerPerson101 2 years ago
;) THX
gracias camarada, creeo que esto me servira para un proyecto *o*
omariguas 2 years ago
Lol the beginning "In VB six point dull" Lmao?
ultimatepowerpoint 2 years ago
it's dutch, it means zero
rickschravendeel 2 years ago
okay.
sonicrushfan1 2 years ago
hey there, i got a little problem. I want to make a loading bar. I have 13 pictures and 13 timers.
first i disable all timers except for timer 1. after that comes this code:
Private Sub Timer2_Timer()
Picture1.Visible = False
Picture2.Visible = True
Timer3.Enabled = True
Timer2.Enabled = False
End Sub
it displays the first picture, but it cant display the 2nd one
theonlinegamers 2 years ago
vb comes with a loading bar , look in the controls =), but if you want you can also make your own like that, you can do alot of things in vb , if you need help just send me a message
ovhan1 2 years ago
where did u get those pics from?
SuperSchaf77 2 years ago
Made them myself in flash, lol...
SilverMagics 2 years ago
magic
mafiabaas0 2 years ago
I have a two forms. form2 changes a labels text in form1. If i close the exe file after changed the text, and then open the exe file again, the old text is back what i changed is not there, how do i save it?
vbsripter 2 years ago
I think you can't make commands from different forms
pedrodriguez16 2 years ago
it really works dude.... i also create an
loading bar because of this tutorial thank alot men.....
19street28 2 years ago
nice tutorial Dude!
but, can you create a Play and Stop button?
Please post the code
VinzParamore 2 years ago
yeah, make a checkbox and another if on each timer that will make the timer stop. if unchecked start the timer where it left.
SilverMagics 2 years ago
i need it for yoville arts
yoyoelbaradie 2 years ago
make sure the timers arnt enabled then put for start :
Timer2.Enabled = True
Timer1.Enabled = True
Timer3.Enabled = True
and for stop:
Timer2.Enabled = False
Timer1.Enabled = False
Timer3.Enabled = False
FOOD3126 2 years ago
ok?
lakristianla 2 years ago
Thanks for tut!!!!!
Zdendasoft 2 years ago
Thank you .. You're the man!!!
ggonegaga 2 years ago
May i say one error? (im doing this tutorial in 2008EE, though) but you say timer2 and timer 3 to false in the main form, i think you should put it to true, anyway in epxress edition 2008 :P, anyway
thank you very much, just the tutorial needed!, can you make one how to make stuff move? like with wasd, and a pathfinding system? i want to make a tower defence, and need to learn to make a path minions to wzlk on, plase respond or PM me :P
lakristianla 2 years ago
A tower defense is not something which is easy to do in vb. I made one and it had aprox 1500 lines of code, And took a few weeks to make.
Vswe 2 years ago
Yeah i also said that to myself, but considering how fast i have learned Visual Basic, i am really liking it, and for me it's better than C++ or any other, so if it takes 1500lines of code, and some weeks, thats Okay :P, but can you help me set up a pathfinding or grid system?, with some timers and so on?
lakristianla 2 years ago
get what to work?
And no never change the "private sub" to something else.
GamingFreak56 2 years ago
nice video
GamingFreak56 2 years ago