Search:

Type: Posts; User: QuestionPlease

Search: Search took 0.06 seconds.

  1. Re: Calculator not returning decimal values?

    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; }
  2. Calculator not returning decimal values?

    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...
  3. Replies
    2
    Views
    1,532

    calculator Class?

    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...
  4. Replies
    12
    Views
    2,327

    Re: How to display Check Box Text

    thanks, that was dumb of me

    Your awesome by the way thanks again!!!!
  5. Replies
    12
    Views
    2,327

    Re: How to display Check Box Text

    so how do I exactly do that do I wire the controls with the textchanged event
    92939
  6. Replies
    12
    Views
    2,327

    Re: How to display Check Box Text

    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...
  7. Replies
    12
    Views
    2,327

    Re: How to display Check Box Text

    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...
  8. Replies
    12
    Views
    2,327

    Re: How to display Check Box Text

    just tried it, no their not running what should I do??
  9. Replies
    12
    Views
    2,327

    Re: How to display Check Box Text

    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??
  10. Replies
    12
    Views
    2,327

    How to display Check Box Text

    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...
  11. Replies
    2
    Views
    1,362

    Changing Labels

    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...
  12. Re: I need help with my Code Its driving me CRAZY

    Thanks your Awesome!!!
    :)
  13. I need help with my Code Its driving me CRAZY

    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...
  14. Replies
    4
    Views
    1,571

    Windows phone C#

    Can u build windows phone 8 apps using Visual express for windows phone 2010
  15. Replies
    1
    Views
    684

    Help Please with opening projects

    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.
  16. Replies
    13
    Views
    1,401

    Re: HOW To Make METHOD in a Class?

    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...
  17. Replies
    13
    Views
    1,401

    Re: HOW To Make METHOD in a Class?

    @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...
  18. Replies
    13
    Views
    1,401

    Re: HOW To Make METHOD in a Class?

    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...
  19. Replies
    13
    Views
    1,401

    HOW To Make METHOD in a Class?

    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...
  20. Replies
    10
    Views
    1,308

    Question on String

    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...
  21. Replies
    5
    Views
    1,212

    VS 2010 Re: How Do I Close a Console Application?

    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...
  22. Replies
    5
    Views
    1,212

    VS 2010 Re: How Do I Close a Console Application?

    in psudocode it says
    while menuSelection != 5
    so when the user press 5 it ends the program how do i write this in VB?
  23. Replies
    5
    Views
    1,212

    VS 2010 How Do I Close a Console Application?

    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
  24. Replies
    4
    Views
    732

    I need help with this please?

    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...
  25. Thread: Help

    by QuestionPlease
    Replies
    2
    Views
    525

    Help

    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...
Results 1 to 25 of 25



Click Here to Expand Forum to Full Width