how do i save the file...im new to this program..i would like it to be umm a indipendent program...i dont want to open it in Visual Basic...i dont know how to save it like that can u pls tell me or something? :) Nice vid!
@fernando405 'debug' -> 'build (your proj name)' it will save the .exe file in C:/user/yourID/documents/visual basic 2010/projects/project name/.... /bin/release/name.exe
you can run the .exe file without opening visual basic.
This worked epicly! I am making an epic web browser and I needed to put something in the "Tools" menu and I decided to put a calculator. Thanks for this video! I will subscribe. :3
@Purple2Hill LOL so lke ur mom sees ur not using a calculator ur using it on the desktop shes like not using a calculator (dosent look on computer) lol
Hehe, it was natural to snap back. I insulted you, sorry bout that too. But regardless, nice program. How much VB do you know? Would you be willing to teach? I am an experienced programmer I just can't find any good resources for learning vb8
Also. It still doesnt work. "unload me" isn't in the command database. There is only "Me.close" or "Close" and even when you do that. the form opens then immediatly closes because the origin form is closed....
wow..thats awesome..but i wanna know how we can make a program, to start from scratch without some tools, how do techies make those progs? like mozilla and others? can someone pls tell me how?
Well most software designers these days do most of their work in either c or c++ (both are different programing languages) but they are a lot more complicated then using visual basic, though visual basic is a great starting program to learn the basis of programing and ITS FREE :D
If you are new to programming you should start with visual basic then when you are confident move up to either c or c++
This is my very first time programming, and all I have to say is you did a very good job explaining it to newbies to programming such as myself. One thing that I do recommend is the writing in the video, should be a darker color such as black, so that it is more clear to see.
you see...label12 and label11 is just like a brick....
and you have to cement the bricks together dont you? to hold them in place? well that cement will collide with label12 and label11 making them not work!! to solve this, remove the cement, chuck it away, start to make the calculator again!!.....always works with me!!
Real calculators are about first , second... and sign variables , it is good for a first program but to make a calculator it needs to be more advanced "at least calculating 20 numbers on the same textbox"
cool vid
James173100 1 week ago
thank u
it worked
TheDesius 2 weeks ago
how do i save the file...im new to this program..i would like it to be umm a indipendent program...i dont want to open it in Visual Basic...i dont know how to save it like that can u pls tell me or something? :) Nice vid!
brisingr987 3 months ago
@brisingr987 You go to project and then go to build
Baboonaiih 2 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
@moeezk7 I never look at the time it was posted:P
luuclucas 5 months ago
@moeezk7 Your an Idiot,
But however
im going to make a few instruction video's ;)
luuclucas 5 months ago
i don't know if making calculator in Windows Basic is so easy like you did
MrFGunadi 6 months ago
ive got a good calculator.....its called you're brain , coming soon to human near you
f1ctgt2 6 months ago
Lol!
aqil787 6 months ago
why don't you dim the values?
MatanGM 7 months ago
Thanks man helps with homework and works great
WaRockCPTobinobi 7 months ago
when i create a project it pops up "requested registry acsess " somthing , plz help
godofvesta 8 months ago
does it do order of precedence? if so what was the code for that?
MrSquidgyBeats 8 months ago
never mind its a shit calculator anyway
MrSquidgyBeats 8 months ago
cheers mate. that was a helpful vid
Runescapeguidemaker1 9 months ago
Shell("C:\Windows\calc.exe") 'Nuff said
Sniperboy5551 9 months ago
why wont u use textbox1.text (textbox2.text * textbox3.text) in the button class much easyer
THEGAMINGRULER 10 months ago
Thanks!
Awrestling 10 months ago
this is kinda dry , sorry i want the numbers in it
zhir96 10 months ago
lol..
but i made something but when i used it it didnt uadd the nubers after the: ,
smoothie12446 11 months ago
im making anathor thing but when i try to run it it says debug .exe file missing
Hittespritter 11 months ago
Man dis is the best... i give this vid 1000000000000000000000000000000000%!
:D :D :D :D :D :D :D :D ;) a million
Thedude321ful 11 months ago
Better Version:
Label2.Text = "÷"
Label1.Text = Val(TextBox1.Text) / Val(TextBox2.Text)
else
Label1.Text = "NaN"
In 6.0:
Label2.Caption = "÷"
Label1.Caption = Val(TextBox1.Text) / Val(TextBox2.Text)
else
Label1.Caption = "NaN"
chopy104 11 months ago
thanks
adidas4861 1 year ago
how do i publish it? :)
fcarreiro 1 year ago
@fcarreiro go to your documents,visual basic,projects,Calculator,bin,debug and drag the file to your desktop!
360rulesxbox 1 year ago
You're awesome! That helped me very very much.
MCApoman 1 year ago
@ tazz99099 He did a great job...
Get over yourself everyone makes mistakes.
@BossyBoy It was well done, Great job I actually use the % sign for / when I make this with divide
Collingwood132 1 year ago
watch Visual basic calculator from video respondes how to use root and square on your calculator
see2yoyo 1 year ago
thnx thnx thnx i didn't know how to pass the test in front of me till now thanks again keep it up
scualleonheart 1 year ago
thnx thnx thnx i didn't know how to pass the test in front of me till now thanks again keep it up
scualleonheart 1 year ago
yeah !! ive done my first calculator thanks for the tut but how can i save the calculator for later use without the need of visual basics ?
fernando405 1 year ago
@fernando405 'debug' -> 'build (your proj name)' it will save the .exe file in C:/user/yourID/documents/visual basic 2010/projects/project name/.... /bin/release/name.exe
you can run the .exe file without opening visual basic.
abed83a 1 year ago
yo add me in youtube MAFIA i wana code with u k
PS3MURDAMAFIA 1 year ago
how do u get that program
usabaseball8 1 year ago
THANK YOU :)
gPaHaTaTa 1 year ago
Nice made
stenyboy5 1 year ago
this does not work with points
Str333tKing 1 year ago
omg why is everyone freaking out abbout mistakes ok i made a mystake and sucked my dick big deal everyone makes mystakes so stfu noobs!
HookyDruids 1 year ago
code its
label1.text = val(textbox1.text) + val(textbox2.text)???
italiano453 1 year ago
how about the point button? i mean if i want a number like this --> 2.3 how can i write it? thanks
matrixITALIA 1 year ago
It doesn't works
Says that Expression cannot be converted in to a Text box bla bla bla
Tharosa1942 1 year ago
haha nice!
I am a beginner so this is a good start :)
SaMhOfMaN 1 year ago
@BossyBoy Can I just point out that he called you a dumbass so he should be sorry
cricketgd 1 year ago
where is the clear button? you must add clear button, tu clear the inputsm, the began a ne computation..
an2get 1 year ago
This worked epicly! I am making an epic web browser and I needed to put something in the "Tools" menu and I decided to put a calculator. Thanks for this video! I will subscribe. :3
MrNitt 1 year ago
why can't i see a private sub PLEASE HELP
danactive22 1 year ago
THANK YOU SO MUCH!!!
I FINALLY MADE MY OWN CALCULATOR!!! YES!!!! YEAH!!!! and u werent rude
hair423 1 year ago
kfih1e
zopCC 1 year ago
How did u Recordered this ?
AKalashnikov74 1 year ago
@BossyBoy Dont be sorry, you both were rude =P.
Good people.
bfoster15no2 1 year ago
Whoa! I came here to youtube! and I love their new player!
alansam6 1 year ago
Lol its a copy of the another tut :P??
gekkeabt 1 year ago
It work great . Thank you :)
Spark4bf 1 year ago
2:39 :o
jontewx2 1 year ago
One suggestion— Instead of the % sign just use / for divide.
jmitten1 1 year ago
Put music please.
VBcoder010 1 year ago
legenary fucjdfsdf
techguydaniel 1 year ago
Thanks!
I have the Visual Studio 2010
and this works fine!!
Thanks Again!
MsThomopoulos 1 year ago
Thanx Buddy...............
razaarashid 2 years ago
@razaarashid Buddy sounds wierd for someone who doesent know the person...
thesmartdjmarsh 2 years ago
How would you get the problem to show up in label one or the lable you use for the answer?
caricartoons 2 years ago
Thank you, it helped me a lot with my homework! ^^
Purple2Hill 2 years ago 11
@Purple2Hill LOL so lke ur mom sees ur not using a calculator ur using it on the desktop shes like not using a calculator (dosent look on computer) lol
CPSuperCheats 1 year ago
Hehe, it was natural to snap back. I insulted you, sorry bout that too. But regardless, nice program. How much VB do you know? Would you be willing to teach? I am an experienced programmer I just can't find any good resources for learning vb8
lilneo1 2 years ago
if you need help with VB I'd be willing to help you out
126644 2 years ago
lol i need help
algenis88 2 years ago
This comment has received too many negative votes show
Lol, dumbass % is not divide
lilneo1 2 years ago
You think I didn't know that? I used a / in the code so obviously I knew what divide was. It was a mistake, everybody makes them.
BossyBoy 2 years ago 21
Sorry, just seemed like a pretty bad mistake ;)
lilneo1 2 years ago 4
@lilneo1 it wasn't that bad a mistake, it can be written that way so if people don't know, just don't get so mad
dudezone2 1 year ago
Wow you fighting on youtube is retarded even if U win your still a RETARD
SOSODEAF5 1 year ago
% is the same thing... the percent symbol means a fraction and a fraction is a number over another number... which is division.
0/0 and % are the same thing...
CriticalAccIaim 2 years ago
no but in C++ its the modulus operator
126644 2 years ago
@lilneo1 ÷ is divide.
InfoTeddy257JZCP 1 year ago
@lilneo1 i fully agree and bossy boy your spelling wasn't that great
you: claculator
proper:calculator
tazz99099 1 year ago
@lilneo1 FUCKER This is divide >:)
÷ Html: ÷
chopy104 11 months ago
@chopy104 whoops ÷
chopy104 11 months ago
This has been flagged as spam show
3rd correction
The code for lazy ppl!
Label1.Text = "+"
Label2.Text = Val(Textbox1.Text) + val(Textbox2.Text)
'Replace + with the symbol for the thing
icyshadow0 2 years ago
Comment removed
icyshadow0 2 years ago
Comment removed
icyshadow0 2 years ago
dude my multiplication and division works
but how come my subtraction and addition dosnt work
I did exactly what you did.
I still dont get it.
sruthiize 2 years ago
yes its the same here
54321tomo 2 years ago
nice but how do you export the prgram? So you dont have to install it>? Please reply
zachfean1 2 years ago 2
Yes you do you need to install visual microsoft windows
sruthiize 2 years ago
um.... is there like a save as button? i gotz vb8
zachfean1 2 years ago
ya go to file save as save where you want it and then just drag it on on your desktop
byakuyableach09 2 years ago
Visual Microsoft Windows?
No, you do you need to install Microsoft Visual Basic...
Coi1221 2 years ago
how do you export the program are you serious lol
xxshanexx870 2 years ago
thnx!
lojken6 2 years ago 2
a 7 year old can do that
nehalvpatel 2 years ago
lol o can a 9 year old
ME
zainuintel 2 years ago 2
Im trying to make a sign up form. How do i make the "continue" button go to the next form? whenever i debug the file to run it. it does nothing
sparkytycoon 2 years ago
Here:
theformsname.Load
Unload Me
nehalvpatel 2 years ago
that doesnt work. it says i have to use a "RaiseEvent" and i dont know how..."Unload me" isnt even a command phrase.
sparkytycoon 2 years ago
what coding language are you using?
btw Unload Me closes the form that its put in in visual basic
nehalvpatel 2 years ago
I dont describe it as a Language. But i suppose VBScript is what im doing. I do "Form2.Show()" but it doesnt close the Other form
sparkytycoon 2 years ago
do me.close
man thats the first thing i lernt in vb
zainuintel 2 years ago
no i mean do this
form2 . sh ow then
me . c lose
zainuintel 2 years ago
i know i found out already. your way gave me a few tips so i tried more things and got it. thanks
sparkytycoon 2 years ago
i used to bee like what is vb
now its like lasr century i was
watchin this vid
to make my web browser
zainuintel 2 years ago
Also. It still doesnt work. "unload me" isn't in the command database. There is only "Me.close" or "Close" and even when you do that. the form opens then immediatly closes because the origin form is closed....
sparkytycoon 2 years ago
He's usuing C++ language.
MarvelLegendsXI 2 years ago
No,
he usuing Visual Basic language.
memoyab 2 years ago 2
( theforms name ).show
me.hide
zainuintel 2 years ago
click on project then add windows form to create a new form then declare a variable and initialize it
dim MyForm2 as Form2
MyForm2 = new Form2
then type
MyForm2.show()
me.hide()
126644 2 years ago
could i do this with C++?
and also could you add skins and colors
on the calc?
Imaano 2 years ago
ThaNks! ITs cUTe.. :P
I hAtE WeN ppL uPLoAd
TuTOrIaLs lIKe tHAt bUt
THeY DnT SpEcIfY SoM
cOdEs AnD cHANgEs....
ThAnK GoD I fOuNd UrS...
:)
jesjan000 2 years ago
ahhahaha thanks bro i have an assign now hahaha!!!!
karat03 2 years ago
haha thanx!
im thinked at thats whas harder lol!
DarkSumio 2 years ago
wow..thats awesome..but i wanna know how we can make a program, to start from scratch without some tools, how do techies make those progs? like mozilla and others? can someone pls tell me how?
ashrocks87 2 years ago
Well most software designers these days do most of their work in either c or c++ (both are different programing languages) but they are a lot more complicated then using visual basic, though visual basic is a great starting program to learn the basis of programing and ITS FREE :D
If you are new to programming you should start with visual basic then when you are confident move up to either c or c++
shwowzers 2 years ago
This is my very first time programming, and all I have to say is you did a very good job explaining it to newbies to programming such as myself. One thing that I do recommend is the writing in the video, should be a darker color such as black, so that it is more clear to see.
5/5
Thanks SO MUCH!
416park 2 years ago 6
Thanks for the feedback and glad i helped! Yeah it should be darker.
BossyBoy 2 years ago
If Anyone Could Help Me Whit A Screen Recorder I Promisse I'll Upload Any Vb 2008 Tutourial You Want PLEASe HELP ME
L3t1337 2 years ago
download ("BRS screen recorder, or you can make one using vb 2008")
liam22800 2 years ago
Thanks But I Found Hyper Cam 3 And It Works Great :D
L3t1337 2 years ago
it just adds............
rob76o1 2 years ago
I could do it much better
007s00s 2 years ago
Thanks.
bassdude4eva 2 years ago
Wow
RJB621x 2 years ago
nice jop man ty:):):)
ward1995 2 years ago
Dude for divide u dont use % u use / everybody knos that...
Mythrima 2 years ago
Yeah, that was a mistake, I didn't mean to do that.. It's one of those things you don't notice until after you are done.
BossyBoy 2 years ago
actually you use ÷ ( alt +0247 on numpad)
omgnonework 2 years ago
Nice!!!!
TheSniperofDeath 2 years ago
hey thx tell me how to put it on websites
tipsterboy 2 years ago
how do I make a a button work like reset??
bullet906 2 years ago
heres the code for your reset button:
label1.text = " "
label2.text = " "
textbox1.clear
textbox2.clear
americaneagle791 2 years ago
hey Tnx man! =)
bullet906 2 years ago
no problem =)
americaneagle791 2 years ago
Hey Nice Work Man ;)
Thanks
palspy 2 years ago 2
I tricked mine out, by adding some colors and stuff. Great tut BTW
superpikamario 2 years ago
good program
mikamk123 2 years ago
how u make a gaia gold generator with this?
DJJoker45 2 years ago
thanks!
zejams 2 years ago
This has been flagged as spam show
go to my page to see how to get MS Visual Studio Professional
TutorialBoy97 2 years ago
Thank you, it worked
linkinparkee 2 years ago
thank you alot,this really helped
turf7227 3 years ago
CATFISH!!
its label 1! no label 11
DuGabbertjuhs 3 years ago
This has been flagged as spam show
Hey, thanks for helping. I tried it again and found it my prob.
I though it said "Label11" and "Label12"
Turns out, I was confsued by the letter "l,L" and the number "1" (one).
So yea, fixed it and works fine!
Thanks!!
CatfishProductions9 3 years ago
turns out you didnt cement those 2 bricks together....pull the whole thing apart...start again
imback218 3 years ago
lol
soo true!!
CatfishProductions9 3 years ago
i can't figure out the symbol before "+" does anyone know
omegadread1 3 years ago
Working fine for me :). Thanks for the upload. It would be nice if you could make more of theese videos.
Johand162 3 years ago
whats the symbol before the "+"?
HolieKrap 3 years ago
works awsome now I'm orking on adding to it just forgot code lol
myhaksown 3 years ago
error.
keep saying the label1 is wrong, and the % is not valid
xXZarlachXx 3 years ago
Thanks for the help, I got it to work :D
ahvenmies 3 years ago
My wont freaking work!
It just says somethinh about "Label12" and "Label11" missing or something!
Can someone help!
Everytime I do stuff like this IT DOESNT WORK!
P.S. I'm very new to this.
CatfishProductions9 3 years ago
Do you even have label12 and 11 , make sure you is commanding the Label1 and Label2
fladdy45 3 years ago
This has been flagged as spam show
Hey, thanks for helping. I tried it again and found it my prob.
I though it said "Label11" and "Label12"
Turns out, I was confsued by the letter "l,L" and the number "1" (one).
So yea, fixed it and works fine!
Thanks!!
CatfishProductions9 3 years ago
you see...label12 and label11 is just like a brick....
and you have to cement the bricks together dont you? to hold them in place? well that cement will collide with label12 and label11 making them not work!! to solve this, remove the cement, chuck it away, start to make the calculator again!!.....always works with me!!
imback218 3 years ago
Hey, thanks for helping. I tried it again and found it my prob.
I though it said "Label11" and "Label12"
Turns out, I was confsued by the letter "l,L" and the number "1" (one).
So yea, fixed it and works fine!
Thanks!!
CatfishProductions9 3 years ago
after putting da code, an error that says "The name 'val' does not exist in the current context"
help pls. thx
magnificent4life 3 years ago
Real calculators are about first , second... and sign variables , it is good for a first program but to make a calculator it needs to be more advanced "at least calculating 20 numbers on the same textbox"
piratemorocco 3 years ago
what recorder program are you using with that yellow dot, its cool
B1kMagik 3 years ago
Somebody knows why to me the toolbox not appears?
Megatrane 3 years ago
Normally you press in View (in the toolbox up) and then ToolBox, or you have a little drawing with a hammer and something else. Press it
jsmrcaga 3 years ago
Okz, already it is arranged, thx!
Megatrane 3 years ago
lol first program what noobs a web browser was my first ADVANCED! web browser
XBLXxR1fleManxX 3 years ago
Advance? How it is advanced? did you add it more features than just ago button, browser window and a URL text box? How?
Alexsiete7 3 years ago 2
OMG! that was so easy and simple! thanks a lot. that REALLY help me out on an assignment. ^_^
MusicalFeline 3 years ago 3
My first program. HAHA . thnx.
zdumdum 3 years ago
same here LOL
eestininja 3 years ago
great video 5 Stars
lombardo129 3 years ago
NIce_!
sinthusan 3 years ago
Thnx very muc for teaching me :D
turbogrey 3 years ago
Label2.Text = "+" Label1.Text = Val(TextBox1.Text) + Val(TextBox2.Text)
The L and 1 look like each other in VB so i though it was an 1, just fixed it
duustheboy 3 years ago
Labe12.Text = "+" Labe11.Text = Val(TextBox1.Text) + Val(TextBox2.Text)
The code
duustheboy 3 years ago
Thanks so much! i made my own!
cuteboymimmi 3 years ago
Thanks, this is my fist program I've made!
Davidboskett 3 years ago
woot thanks that was easy made my first aplication!
kkevM 3 years ago
I keep getting NaN...
WTF.
eyeAMtwinkEE 3 years ago
thanks 10/5
ZEKASING 3 years ago