How To Make A Simple Calculator With "Visual Basic" - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: How To Make A Simple Calculator With "Visual Basic" (/Thread-How-To-Make-A-Simple-Calculator-With-Visual-Basic) Pages:
1
2
|
How To Make A Simple Calculator With "Visual Basic" - youssefbasha - 01-19-2017 ...::Tutorial::... Hello, I am here to make you know how to make a simple calculator from "Visual Basic" (Calculate the Cercomfrence) First Add 2 Labels Second Add 2 Textboxs Edit The Property "Text" Of Label 1 to Num 1 Edit The Property "Text" Of Label 2 to Num 2 And Click in the first text box double click and type in the Code Window that appears when you press double click dim r as single r = textbox1.text textbox2.text = 3.14*r*r And then press F5 To Test the program and this in problem solving stages "Program Testing". Images: https://imgur.com/a/eGAQ4 Link Of My App: https://www.solidfiles.com/v/aW6vza87558v3 That's All Have Fun With It Regards, YoUsSeFbAsHa. RE: How To Make A Simple Calculator With "Visual Basic" - YOuNeS_Dz - 01-20-2017 any Screenshots ? added atleast 1/2 i'll try this one RE: How To Make A Simple Calculator With "Visual Basic" - youssefbasha - 01-20-2017 (01-20-2017, 07:42 AM)YOuNeS_Dz Wrote: any Screenshots ? added atleast 1/2 Try It, I Cant Add SS Now as i am in exams and busy. Don't worry i will add . RE: How To Make A Simple Calculator With "Visual Basic" - Jayce - 01-20-2017 I'm not criticizing your work but that's definitely unnecessary font size, plus it isn't really that hard to find similar tutorials nowadays, there's even better advanced calculator tutorials or very simple and explained tutorials. RE: How To Make A Simple Calculator With "Visual Basic" - perry - 01-20-2017 (01-20-2017, 12:20 PM)Jayce Wrote: I'm not criticizing your work but that's definitely unnecessary font size, plus it isn't really that hard to find similar tutorials nowadays, there's even better advanced calculator tutorials or very simple and explained tutorials. i need to agree with him topic updated. RE: How To Make A Simple Calculator With "Visual Basic" - youssefbasha - 01-21-2017 (01-20-2017, 05:52 PM)perryoo11 Wrote: i need to agree with him topic updated. And what you added new? RE: How To Make A Simple Calculator With "Visual Basic" - perry - 01-22-2017 You have posted the thread in full uppercase letters RE: How To Make A Simple Calculator With "Visual Basic" - youssefbasha - 01-23-2017 @YOuNeS_Dz See Images i will upload it now, have fun guys don't forget to give me rep if it is helpful RE: How To Make A Simple Calculator With "Visual Basic" - Lampard - 01-23-2017 Try to make something more advanced, but anyways this tutorial is good for beginners, for those who are learning, and are new in these things. RE: How To Make A Simple Calculator With "Visual Basic" - youssefbasha - 01-23-2017 (01-23-2017, 09:36 AM)Lampard Wrote: Try to make something more advanced, but anyways this tutorial is good for beginners, for those who are learning, and are new in these things. I will soon! I am just posted it small cuz i have exams . |