Visual Basic .NET Tutorial 4 - How to Create a Simple Calculator in Visual Basic

preview_player
Показать описание
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

Simple Calculator visual basic
simple calculator visual basic 2010
visual basic code simple calculator
simple calculator using visual basic dll
simple calculator using vb
visual basic program for simple calculator
visual basic calculator source code
How to make a calculator in Visual Basic
Visual Basic : Build a SIMPLE calculator
How To Make A Calculator In Visual Basic 2008
How to Make a simple calculator in Visual Basic
Vb Calculator - VB6
Simple Calculator In Vb - VB6
Visual Basic 6.0 Simple Age Calculator - VB6
Simple Calculator visual basic
Basic Calculator In VB.Net - VB.NET Tutorials
vb calculator code sample
calculator in vb 2010
Рекомендации по теме
Комментарии
Автор

Thank you very much....im writing my final exam tomorrow and this helped alot

Phoniex-Waven
Автор

Thanks so much! This helped clarify a lot of things I was having issues with.

andrewcrawford
Автор

Your teaching style awesome and my all doubt are clear thank you

chanchalrajput
Автор

Very dignified and explanatory. You're too good man, thanks a lot🤞.

charankumar
Автор

Indians:

Teaching the world to code since 1991

Jukebocks
Автор

i was using this for a custom form that was visual basic inside visual basic (Hb) and this is what the code is:
Public Class Form1
Dim t As Integer
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
If TextBox1.Text = "(Hb window" AndAlso TextBox2.Text = "(document" AndAlso TextBox3.Text = "(text" AndAlso TextBox5.Text = "text)" AndAlso TextBox6.Text = "document)" AndAlso TextBox7.Text = "Hb window)" Then
t = TextBox4.Text
Form2.Label1.Text = (t)
Form2.Show()
End If
End Sub
End Class
but when I type text in textbox4, which I will call "ten" it says that "type ten cannot be converted to integer" could you help?

MisterHunterRow
Автор

why i get this error 
Error 1 Value of type 'Single' cannot be converted to studio

Endrit
Автор

You are so helpful!!! Thank you very much!

aldrenvillaruel
Автор

How about applying "double" in data types?

lorenzpelenio
Автор

my dim statement doesnt work
why is that? it really frustates me

bvdproductions
Автор

Question. How do I make it give me an error if Instead of a number, I give it a word or a letter?

angrydoggo
Автор

thx a lot for video. my problem is that can i get the "result" in to label without a msgbox.??? please answer me

muhammedmafas
Автор

how to put the answer inside the text box 3 that i build myself

awesomeness
Автор

Hi i want this code immediately, Please reply.

axmedshiine
Автор

May i ask, Is there a way to an array of text, and seperate them by, I need to get 2.5, 5, 66, into 2.5 5 66

extrememlgbassboosts
Автор

Ok when I make it power instead of multipling or dividing or normal with a big numbers like 10^26 it shows me 1E+26, i want to show the actual answer

MB
Автор

Divide the number 220.007 / 1.3 an incorrect calculation appears . Why, does Visual Studio have a serious math problem?

jasam
Автор

sir / mam your video is very awesome and easily understanding but I want a video on Pythagoras theorem .. sir / mam can u plzz send link ( on visual basic)

monakapoor
Автор

I got this error:
Error BC30420 'Sub Main' was not found in 'Calc2'.

please help

alfarisabuziad
Автор

I thought you had to add private before the dim statement before it can be a global statement

kandysman