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
@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?
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
@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.
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!
@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?
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 :)
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
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.
Thank you Firchild. You are a very clear explainer. I am beginning to understand VB.
ballaghadereen 1 month ago in playlist More videos from Firchild
Wow...Interesting subject.
kalkeikuu 3 months ago
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
cobraluver 3 months ago
Thanks a lot. This video saved my life :)
LP710M 5 months ago
NEED HELP!!!: Who can help me,please?
pYsiCc 5 months ago
@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?
Firchild 5 months ago
thank you very much to this video !!!! I am the only one in the class made the code run ! wew !!
princessLynrose710 7 months ago
6 people thought the dislike button said dis i like x)
ProHelpersHD 7 months ago
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...
DanyFolkYou 10 months ago
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
zir786 10 months ago
Thanks it help me allot =D
MrLopezNajera 10 months ago
you would be such a good teacher
mathewrolls 1 year ago 2
@mathewrolls I am a teacher!
Firchild 1 year ago 25
@Firchild cool!!
jakeypeggypoos 9 months ago
1:03 how you did that , on which button you did click ?
aaaaaaaaaaaafaaa4 1 year ago
@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.
Firchild 1 year ago
i cannot use the cmd anyone can help me?
MrTemoeri 1 year ago
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!
SharkRetriver 1 year ago
Thank you. I have always wanted to make a windows calculator. You tutorial helped me get started.
ews773 1 year ago
nicccccccccccccce thanks
MrDibidibi 1 year ago
Apesar de ser em Inglês, mas o tutor está de fácil compreensão
AndradeLucia1 1 year ago
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?
TrujishoC 1 year ago
u know the txtdisplay code, u can make a on screen keyboard with it whats the code for backspace?
spookieluke1998 1 year ago
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?
spookieluke1998 1 year ago
@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 1 year ago
@ianmook66 Yes, you can trigger the key for any button in properties
Firchild 1 year ago
@Firchild sry but what part of properties do you use for to trigger the key for any button?
BTW thnks for the tutorial!
SharkRetriver 1 year ago
it seems to be working well
CreatorXCode 1 year ago
if you want the ÷ sign then copy it or alt 0,2,4,7
33125577 1 year ago
@33125577
or go to the start>run>charmap
^^ This also brings up lot of special character.
Lacihun1 1 year ago
@33125577 Nice Tip!
Firchild 1 year ago
cool tut
InformationFREE 1 year ago
Im really n love with u man :p
thankq so much <3 <3
NyoOoSh 1 year ago
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?
TheKettavan 1 year ago
can you post a video on how to make a bmi calculator for visual basic 6.0 plz.. thank you..
aimanyusoff930 1 year ago
@aimanyusoff930 Sorry, I haven't got a copy of VB6, that's been out of date for 7 years!
Firchild 1 year ago
i dont speak english so well, so can you write the cmd (name) codes for the following buttons: +, -, /, =, _
Btw: nice tut!
MrPimpoen 1 year ago
@MrPimpoen Its on the more info bit already
Firchild 1 year ago
@Firchild umm i dont see the cmd name codes in the more info
darysmer 1 year ago
@darysmer That'll be because there's no coding in part 1, try part 2.....
Firchild 1 year ago
@Firchild i will thanks
darysmer 1 year ago
I love your voice!
YourMomBakesPies 1 year ago
thanks this is helping me a lot :)
hedgehog6jc 1 year ago
OMG i could listen to you talk forever... xx
mysteryloser24 1 year ago
lol me too
Supercowcanfly 1 year ago
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 1 year ago
@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!
Firchild 1 year ago
@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 :)
mysteryloser24 1 year ago
Is that Rob Rydon Narrating lol
SpinRichard32 2 years ago
Thanks for tutorial.
Tetzukai 2 years ago
ohh.. crap i have to make a calculator for a project before midterms....
zztop1098 2 years ago 7
how do u get the calculator to only accept 16 digits in the display.
invinciblecp 2 years ago
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
whicketywack 2 years ago
@invinciblecp Change the maxlength property in the code.
SalladTM 2 years ago
Superb!!
sallyann22 2 years ago
yesss 999999999999999999999999999/5
subb
ive been lookin for this for weeks
zainuintel 2 years ago 2
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?
DSlack3r 2 years ago
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)
mastermindzh 2 years ago
c = delete 1 thing
ce = delete evrything
wozzupgamer 2 years ago
I've been looking for something like this about a week... thx for the upload 8).
scherzooo 2 years ago 2
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
ghyrat08 2 years ago
Nice!
9999999999999999999999999999999999999999999999^99999999999999999999999999999999999999999999999999 of 10
jishan22 2 years ago 2
nice calculations haha
whicketywack 2 years ago
Let's make a Scripting Community!
scripting-forum(dot)net(dot)tc
RussianVIllager 2 years ago 2
ABSOLUTLEY FANTASTIC!
jackyboy46 2 years ago 2
nice tut... 20000000 out of 10!! jk but real good anyway.
Timmer1717 2 years ago 2
well said
devilmaycry88 3 years ago 2
5 !
xxUROSHxx 3 years ago 3
Very nice voice!
ComputerGuideByMovie 3 years ago 12
nice tutorial :)
5*
JPF7 3 years ago
Thx!
pivothenkjanbig 3 years ago