Here is the Code that uses the Class.
namespace CalcW
{
public partial class Form1 : Form
{
private Calculator Calc { get; set; }
private string Sn { get; set; }
Type: Posts; User: QuestionPlease
Here is the Code that uses the Class.
namespace CalcW
{
public partial class Form1 : Form
{
private Calculator Calc { get; set; }
private string Sn { get; set; }
My calculator is not returning decimal values for example if I do 2.2 + 2.2 the answer it returns is 44 instead of 4.4??
What did I do wrong???
Here's my Code
namespace CalcW
{
public...
I need to create a calculator class for my basic calculator application that will implement the functions of the Calculator?
The design of the calculator class should be in this
93253
This is...
thanks, that was dumb of me
Your awesome by the way thanks again!!!!
so how do I exactly do that do I wire the controls with the textchanged event
92939
I decided to put the check box text change in the form load but when I select another radio box it doesn't change and if I add and else instead of if in the second if it wont let me???
private...
I decided to put the check box text change in the form load but when I select another radio box it doesn't change and if I add and else instead of if in the second if it wont let me???
private...
just tried it, no their not running what should I do??
No I didn't paste the code in the code window, I don't know why it isn't working???
Do I Have to set something inthe the Form design property settings??
My Question is how do I get the check boxes text to display the addons for meals below
Add-ons
• For a hamburger, the three add-on items are: (1) Lettuce, tomato, and onions; (2) Mayonnaise and...
For each order, the user selects a main course item and the application displays the associated add-on items. Then, the user can select zero or more of these add-ons.
My Question is how do I...
Thanks your Awesome!!!
:)
well, I am to design a form(a calculator but without buttons when selecting an operator +-*/) that accepts an operand(such as a number) and operator(+-*/) and a second operand(another number) and...
Can u build windows phone 8 apps using Visual express for windows phone 2010
I need some serious help, when ever I try to open a project visual studios opens up but its blank, i can run the application but i cant see the form or any of that for that matter.
am guessing with my class the problem is in the speed? because i am told to use subs and functions for this console application? can any one tell me what specifically is wrong with my code??
Public...
@4x2y
if I were to use your code as a start My next task is to create a program that makes a car object and then calls the accelerate method five times after each call the accelerate method gets the...
My next task is to create a program that makes a car object and then calls the accelerate method five times after each call the accelerate method gets the cars speed and displays it how do i go about...
I want to make an accelerate method that adds 5 to the speed field each time it is called?
Public Class CarClass
Private yearModel As Integer
Private make As String
Private speed As...
I need help, I've got this porgram to count vowels in a string but how can I get it to count constants too?
Module Module1
Sub Main()
Dim vowel As String
Dim count As...
This is the program am trying to run its a console application, I present the user with a menu and I want them when they click 5 it closes the program, what code should I use to allow the user to...
in psudocode it says
while menuSelection != 5
so when the user press 5 it ends the program how do i write this in VB?
I have a console application that asks the user to press number 5 to close the application. but i don't know what code to put so when the users press 5 the console application just closes???? any idea
I am trying to make a console application that when you press the number for the planet it displays its info, but i can't get it to display the info?
Module Module1
Sub Main()
Dim...
I am trying to make a console application that when you press the number for the planet it displays its info, but i can't get it to display the info?
Module Module1
Sub Main()
Dim...