Added: 3 years ago
From: Firchild
Views: 110,418
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (86)

Sign In or Sign Up now to post a comment!
  • Thank you Firchild. You are a very clear explainer. I am beginning to understand VB.

  • Wow...Interesting subject.

  • when i try to make the + * - / signs and change the name to cmd+ * - / it says "not a legal object name 'cmd+'" any thoughts. i am running on 5.0 sooo. idk pls help me

  • Thanks a lot. This video saved my life :)

  • NEED HELP!!!: Who can help me,please?

  • @pYsiCc Many people, probably.... If we knew what you needed help with.. Are you looking for a good lasagne recipe? I can help with that.. Or maybe a good shirt/tie combo?

  • thank you very much to this video !!!! I am the only one in the class made the code run ! wew !!

  • 6 people thought the dislike button said dis i like x)

  • salut! you have a great tutorial here.. I've build a calculator myself, only it's the one used on windows 7, and I was wondering, could you help me making it to work with the keyboard? I'm using VisualExpress2008, and I have no idea how to do that...

  • i have worked it out! - to use this calculator in ms access you have to set the focus so type txtDisplay.SetFocus after every private sub and it should work

  • Thanks it help me allot =D

    

  • you would be such a good teacher

  • @mathewrolls I am a teacher!

  • @Firchild cool!!

  • 1:03 how you did that , on which button you did click ?

  • @aaaaaaaaaaaafaaa4 May I suggest you look at one of my earlier tutorials if you need to learn how to make a button. If not, and you need to know on which button I clicked, the code is fairly self explanatory.

  • i cannot use the cmd anyone can help me?

  • Thanks for the tutorial! I have greatly improved my calc by adding digits, overflow error and only one decimal, but I couldn't have done all that without your "base" ;) thnks!

  • Thank you. I have always wanted to make a windows calculator. You tutorial helped me get started.

  • nicccccccccccccce thanks

  • Apesar de ser em Inglês, mas o tutor está de fácil compreensão

  • is there any way to link both the buttons and keys so I can choose to type or click the button or do both at the same time?

  • u know the txtdisplay code, u can make a on screen keyboard with it whats the code for backspace?

  • nice vid, u know the txtdisplay code you can make a on screen keybord with it do u know what the code for back space is?

  • @Firchild Thank you! I successfully made a calculator using your tutorial! I just wanted to know if there was a way for me to code the calculator so that instead of pressing the numbers with the mouse, I could use the number pad on the keyboard instead. Is there a way for me to do that?

  • @ianmook66 Yes, you can trigger the key for any button in properties

  • @Firchild sry but what part of properties do you use for to trigger the key for any button?

    BTW thnks for the tutorial!

  • it  seems to be working well

  • if you want the ÷ sign then copy it or alt 0,2,4,7

  • @33125577

    or go to the start>run>charmap

    ^^ This also brings up lot of special character.

  • @33125577  Nice Tip!

  • cool tut

  • Im really n love with u man :p

    thankq so much <3 <3

  • say i want to do this: i have two textboxes. one is a for a username (in digits) and other is for a pass in digits

    i want to make a buttons like the ones for a calculator basically, 0-9.

    and i want it to so that

    if the user clicks on the username text box., then press say 8. the 8 will go to that text box

    and then after user is done typing user, user will click on the password textbox

    now i want the buttons pressed, say example 8...

    to go to this text box

    any help please?

  • can you post a video on how to make a bmi calculator for visual basic 6.0 plz.. thank you..

  • @aimanyusoff930 Sorry, I haven't got a copy of VB6, that's been out of date for 7 years!

  • i dont speak english so well, so can you write the cmd (name) codes for the following buttons: +, -, /, =, _

    Btw: nice tut!

  • @MrPimpoen Its on the more info bit already

  • @Firchild umm i dont see the cmd name codes in the more info

  • @darysmer That'll be because there's no coding in part 1, try part 2.....

  • @Firchild i will thanks

  • I love your voice!

  • thanks this is helping me a lot :)

  • OMG i could listen to you talk forever... xx

  • lol me too

  • Thank you...I have two questions...1) is there a code for a backward button to remove the last entry, also I have a project and only allowed 5 buttons for the numbers...therefore each button would have to have two number values, I have created a button like that one a keyboard a Shift button...is there a code that will allow when the shift key is activated that it will allow the second number assigned to the button.....Much appreciated Thanks

  • @TTTTTT272 If you check down on the comments on one of the 3 calculator videos I've posted, someone's already posted a solution to your backspace problem, you'll just have to dig around. With your second problem, you'll have to assign an 'If AND If' or dual Case statement so that the buttons have to be used in tandem. Although it's beyond me why someone's created such an artificial and contrived project for you!

  • @TTTTTT272 How about using a click event for the first number, and a double click event for the second number? That way when the button is clicked once it shows one number, and when clicked twice it shows the other. Hoe that helped :)

  • Is that Rob Rydon Narrating lol

  • Thanks for tutorial.

  • ohh.. crap i have to make a calculator for a project before midterms....

  • how do u get the calculator to only accept 16 digits in the display.

  • you must click on the text box where all the numbers appear and then go over to the options on the right side of your screen and scroll through until you see length. change the length to 16. i also had a problem where my length was specified at 14 but the code surpassed this causing it to add more digits. if this first method does not work please get back to me and i can copy the code here

  • @invinciblecp Change the maxlength property in the code.

  • Superb!!

  • yesss 999999999999999999999999999/5

    subb

    ive been lookin for this for weeks

  • My instructor wants us to add both C and CE commands in our calculator? i was wondering what's the difference between them?

    and whats the code for the command buttons?

  • According to Vintage Technology, both buttons are a way to clear or cancel an entry. The C button will clear all input to the calculator. The CE button clears the most recent entry, so if you make a mistake in a long computation, you don't need to start all over again.

    for the code, i don't know it either (yet)

  • c = delete 1 thing

    ce = delete evrything

  • I've been looking for something like this about a week... thx for the upload 8).

  • u know why u getting "0" in ur textbox??

    it is because u have entered in the properties of the textbox in the "TEXT" 0

    if u remove the 0 from the TEXT then it wont show up anymore

  • Nice!

    999999999999999999999999999999­9999999999999999^9999999999999­999999999999999999999999999999­9999999 of 10

  • nice calculations haha

  • Let's make a Scripting Community!

    scripting-forum(dot)net(dot)tc

  • ABSOLUTLEY FANTASTIC!

  • nice tut... 20000000 out of 10!! jk but real good anyway.

  • well said

  • 5 !

  • Very nice voice!

  • nice tutorial :)

    5*

  • Thx!

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