Jump to content

Visual C# video tutorial: How to make a simple calculator

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
In this tutorial you will learn how to make a simple calculator with Visual C# 2008 Express.

Created by Davide.

Part 1/2:



For part 2 click here:

YouTube - Visual C# Programming Video Tutorial: How to make a simple calculator Part 2 - Codecall.net



Please rate 5 stars and subscribe!

----------------------------------

If anyone one is wondering how to embedd youtube vids on the forum, simply click on Posted Image in the toolbar above and enter the video link there.

For example:

http://www.youtube.com/watch?v=MW7oyzv2SIc

To embedd this vid, simply enter the URL after clicking onPosted Image.

Edited by Roger, 07 August 2010 - 09:26 AM.


#2
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
Yay, but i expected the tutorial to be in a better quality. Please add some of those "bubbles" in the vid so that viewers can understand what i am writing in the comments. I am not talking about the big notepad font, but the one from Visual Studio, that is tiny and barely readable.
Next one coming soon.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#3
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
ok will do my best.

#4
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
Ok, i keep getting a DataBase error from the forum when i want to PM you so i will just say it here:

Virtualization_Tutorial.avi - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com

New tut.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#5
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
Thanks, am fixing the db errors as we speak.

#6
Qaletaqa

Qaletaqa

    Newbie

  • Members
  • Pip
  • 1 posts
There are still some "bugs".

It doesn't work that well when using the keyboard to calculate, like if you press the "+" key the textbox will contain a "+" sign in it (same for the other signs), it's also possible to get multiple decimals that way, and you can't use "enter" key to get the outcome (equal button).

Nevertheless it was a good tutorial, very well explained and it is what the title said it is... which is simple. It helped me alot.

Anyway if you have time, can you tell me how to get those bugs solved using your example. I looked at other tutorials about making calculators but they don't make sense to me :sleep:, most of them use arrays, switches, event handlers, etc... or they use an older version, Visual Studio 2005 or earlier, I use the 2008 and 2010 Express Editions. For a beginner like me that isn't simple (been learning it for a week so euhm... yeah).

#7
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
I have a better one, but it's not video: Visual C# Programming Basics
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#8
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
Davide is there a better quality video of that calculator application ,naah could you post your source code as attachment with the post