Part 1 www.notapennydown.com . Mark Fidgett, a mortgage broker in Vancouver Canada and Tony spagnuolo from www.BCrealestatelawyers.com explain the foreclosure process in BC
Video Rating: 5 / 5
This is part 1 of my second tutorial. In this tutorial I will show you how to create your very own calculator similar to the windows calculator. Not only will you make a useful program but learn a lot of things that C# can do. Download Link: Part 1: bit.ly Part 2: bit.ly WEBSITE: www.Quack-Ware.com FORUM www.Quack-Ware.com SUBSCRIBE TO MY VIDEOS
Video Rating: 4 / 5
Visit KPM Financial Services for further information and facts
Wow great video. I was also looking at Canada-debt-consolidation.ca If you’re Canadian and have debt problems, with just 1 phone call can reduce your debt by up to 60%, it’s true, see for yourself.
Canada-debt-consolidation(.)ca – Are you living in Canada, well one phone call can reduce your debt by up to 60%, it’s true, see for yourself.
if any want learn asp.net with C sharp Contact me +92-315-7609928
Zia Ullah Faisalabad
ziaullahziag@yahoo.com
when i’m done this in a couple minutes my co-workers will be impressed
I did everything you did, but when I debug it, I push plus, did not do a thing, or make the number disappear!
thank you for this video. this was very helpful
)
Hey, the error message I get is System.Web.UI.WebControls.TextBox’ does not contain a definition for ‘Tag
I have followed your code to the letter. Any suggestions?
Question: When I’m at plus = true , I get error that plus is already in use. I searched, and the only other plus is the bool plus = false; . Any suggestions?
Guys I hope you know that anything you do in VisualANYTHING is NOT programming. If you want to do programming you have to learn the idea of everything you use (and by everything I mean EVERYTHING). This is as hard as drawing a picture with paint. This is not what programmers learn in university. Just for you to know…
instead of: textBox1.Text = textBox1.Text + “1″;
You can use 1 event click to all the numbers (1-9)
try the code below:
textBox1.Text += (sender as Button).Text;
any tips on remembering all the code???
how could you make it so that numbers could be entered from the keyboard rather than by having to click them on the form?
@Bedaywee Check the proporties of the text box you have on the form1. see if its name is textBox1 or try to rename it.
@Joeyz1994 are you sure you are using c# and not visual basic, c++, or another language?
You made it way to complicated, you don’t need all of the ‘ { ‘ and ‘ } ‘s
What about a delete button
Is it possible to set more than one button as AcceptButton?
/watch?v=sOuak_F9DbY
/watch?v=sOuak_F9DbY
/watch?v=sOuak_F9DbY
/watch?v=sOuak_F9DbY
/watch?v=sOuak_F9DbY
/watch?v=sOuak_F9DbY
/watch?v=sOuak_F9DbY
/watch?v=sOuak_F9DbY
/watch?v=sOuak_F9DbY
Hi, great tutorial. I have found a bug in my calc, unsure whether you will have the same. Been through the videos twice now to check the code, same as yours as far as I can see.
If I do a calculation then immediately do another 1 without clearing the field I get negative numbers, prior to the checkifequal I think it was working ok. Any chance of you just running through my code?
Thanks
Excuse me, but I tried to type like you said on the buttons of 1,2,3,4,5,6,7,8, & 9 by ” textBox1.Text ” but the problem is it doesn’t work with me at all, which the error message says: ” The name ‘textBox1′ does not exist in the current context. So, is there anything else I put in there instead of that?
easy way for all number buttons
buttonOnClick(object sender, EventArgs e)
{
text1.Text += this.Text;
}
add this event for all buttons
instead of doing the if statement for checking for a “.” to return if found, do this:
if (! textbox.text.Contains(“.”))
{
textbox.text += “.”;
}
this way it’ll add the . only if there isn’t one in there, otherwise it does nothing
i have a project for tomorrow, to submit a simple calculator, ive done the coding but i dont know how to make it loop like after ive done it will ask if i like to continue . . . mine just exit! plus i need flow chart for my coding . .. . .. . help
just a little tip , when you need to add something to a (i’m not sure how it called , like int or textBox1.text in this example ) instead of writing it twice (textbox = textbox +)
just write += it is the same and it sortens your work [ textbox.text += ("1") ; ]
0:01
finally a NON console tutorial
I’m sick of commercials