Added: 3 years ago
From: FuZionDragonZ
Views: 89,372
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (97)

Sign In or Sign Up now to post a comment!
  • My calculator doesn't have a x8 button :(

  • asshole

  • hey loser try this on your fucking calculator 3+3+3... idiot.. even me i can do it

  • ese man no es mas imbesil por que no practica para xuxa nos sirve sin los codigos ksm hijo de puta mal parido si vas a subir un video subelo bien p ptm con todo xD!!!

  • lol you just download it on vb6 site :P

  • fucker where is code

    

  • jow old are u ? im 16 and i made an calc beteer than this??

  • @MrSa7ory yeah i right ,it cannot even calculatr this 3+3+3 or even this  3+-1=

  • this is so easy i mada a one and sooner i will give the full tutorial

  • de que mierda nos sirve sin los cosigos hijo de la gran puta mal parido

  • Comment removed

  • What you trying to do?

    show us that calculator is working? Come on! show all those steps.

  • Sucks

  • /watch?v=sOuak_F9DbY

    /watch?v=sOuak_F9DbY

    /watch?v=sOuak_F9DbY

    /watch?v=sOuak_F9DbY

    /watch?v=sOuak_F9DbY

    /watch?v=sOuak_F9DbY

    /watch?v=sOuak_F9DbY

    /watch?v=sOuak_F9DbY

    /watch?v=sOuak_F9DbY

  • learn vb 2010?

  • youtube.com/watch?v=1Ot9nVDv41­U

  • yup,,you asshole

  • If youre intrested in visual basic check me out lol

    youtube.com/user/MrVbasic?feat­ure=mhum

  • Good video, all you guys wanting to learn programming ect... I have started a new site be sure to come join earlier doors to liven the place up signing up is free so please do so :) Stay active share tutorials and become popular for the rite reasons...

    The site will be getting a domain very soon :) Like this to get people to join and help one another out :)

    Heres the current link :) - parttimeprogramming. iftopic. com

    Add the ([w]orld [w]ide [w]eb ) infront and don't leave the spaces :)

  • ♥♥♥ hi dear!!!  my calculator is not working.... can i have a code plss!!! ♥♥♥

  • Comment removed

  • mine is better! Mhwahahahaa

  • you suck LoL

    

  • x8 lol flash game hack xD very nice im going to use your idea now

  • You know, with visual basic, you can do more than just the original stuff... mine can calculate stuff like heights, areas, stuff like that. It's really easy to do.

  • Wait... I know how to make a division one. Click ÷

  • How Transform In File.vbs ?

  • On multiplication, why do you have a "x8" instead of "x" and how did you get the division sign?

  • My code for button1 would be:

    If (textbox1.visible = true) then If (textbox1.text = "0") then Textbox1.text = "1" Else Textbox1.text += "1"

    End if

    And for each textbox change the visible and stuff.....

  • You shouldt have deleted ur code.......i have the code for a little bit diff calc.....the recent visial basic

  • DUDE!!! I NEED THAT CODE!!!

  • wheres the code?

  • Why there is "x8"? There isn't " . ". eg. How can i do "1.4" ? Calculator nice

  • Comment removed

  • I give a shit if it looks good or not I need the code

  • @fredeck19 If you need a VB calculator with the code explained, there's one on my channel, just thought it might help.

  • Easy to make...I made one long time ago

  • Lol easy...

  • how are we sure you made that calculator yourself

  • r u braggin or showing us how to make it

  • cool

  • nice

  • fck you

  • You should make a vid on how to make a calculator like this. But really the only thing i want to know is how to make it have just one screen?

  • can i get the code?

  • Ha Ha Ha this is not your calculator this is my friend calculator

  • noob

  • bitch.. deleted the codes.. if your the one who make that program .. you can make another one .

  • Delete this video also haha.. Peace (^^)v

  • go to sleep, this not a tutorial is only your creation

  • the title does not say how to or calculator tutorial

  • Well he didnt say that this is a tutorial it say MY not How To Make

  • man fuck......you'r noob

  • Let's make a Scripting Community!

    scripting-forum(dot)net(dot)tc

  • watch my tutorials, i show you how to do this and more, just search for me on youtube.

  • Bro!

    I need help making a travel Calculator! Can you help me? PM me and i'll show you what my teacher wants me to do..

    Thanks if you can!

  • fuck i need codes!

  • Oh sorry, i mean:

    He shared 8 by 2.

  • Gtczy666Challenger, thats wrong.

    He shader 8 by 4.

  • ..... Its messed up... It doesn't work.... having x8 means your a cheat engine fag, then 1. nobody wan'ts that source code its horrible 2. If you "deleted" something your proud of making you wouldn't, you would make it better so you probably didnt write it... meaning your not even good enough to write something this bad...

  • Nice, but it's messed up, You put 8+2 and it came out as 4...

  • was 8 / 2 mate, divided.

  • i add a button named "1":

    The code i put is:

    Textbox1.text = textbox1.text + 1

    Is that right?

  • No, if you press '1' twice, textbox1.text will show 2.

  • Do:

    Textbox1.text * 10

    Then add your number.

  • @FuZionDragonZ no the code is TextBox1.Text = TextBox1.Text + "1"

  • The correct one is: textbox1.text = textbox1.text & "1"

  • @pivothenkjanbig Well it says the comment was added 1 year ago but if you still want to make it, my code would be, TextBox1.Text = ("1")

    Replace the 1 with 2 for the 2 button and so on ;)

  • @pivothenkjanbig

    Textbox1.Text = Textbox1.Text + "1"

  • @CyberDaKnOb

    Mine is better:

    Textbox1.Text += "1"

  • @pivothenkjanbig For Anyone Else, You would instead put something like ->

    Textbox1.text = Textbox1.text & 1

  • @pivothenkjanbig

    it 's Textbox1.text = textbox1.text & 1

  • good job, u are adept with mathematics

  • I would use bigger numbers if I still had the calculator... You know what... I'm gonna remake 1 and use like 1000+ numbers.. maybe...

  • could you send me the code its for a homework

  • LOL any one else notice how he didnt do more than a one digit number ? because all he is using is

    txtDisplay.Text = "1" etc

  • what's that yellow thing?

  • If you are talking about the yellow rectangle around my mouse..

    It helps the viewers see the mouse.

  • u wanna some code??? of calculator??

  • waahh.....

    u wanna some code of acalculator in vb 6??

  • what's the code

  • Hey M8 Plz Can I Have the code to how to make that calculator plz

    or if you forgot them then can you tell me were you got the code from

    plz

  • cool calculator!!!

    I need the code, plz

  • Sorry I deleted the calculator...:'(

  • whyyy????

  • now see my calculator with memory function! CODE IS COMMING SOON!

  • thats good...applying mah method! hahaha

  • Loading comment...
Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more