CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kevjon

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    752

    help with windows form application game

    I need help cleaning up my code and fixing some errors.
    my code is really long (1,000 lines)
    some errors include the reset button not working and when the game ends the form does not clear....
  2. Replies
    2
    Views
    3,704

    10 digit telephone number

    Write a program that accepts a 10-digit telephone number that may contain one or more alphabetic characters. Display the corresponding number using numberals. The numbers and letters are associated...
  3. Thread: four classes

    by kevjon
    Replies
    0
    Views
    972

    four classes

    VS2008, windows form; console application
    i posted this question already but i have some code to go along with it. i created the circle class but i do not know how to make the fourth class allow the...
  4. Replies
    3
    Views
    1,247

    Re: Create an application with four classes

    okay, first off how do i create four classes.
    then maybe i can come up with something.
  5. Re: Console application in a windows form: 10 digit telephone number problem

    for the telephone question would i use something like this:

    using System;

    namespace ConsoleApplication7
    {
    class Program
    {
    static void Main()
    {
  6. Re: Console application in a windows form: input validation & inputting two values

    (this is for question 1)
    here is what i came up with, but when i debug the code it is not what i want. i would like to know how to correct it.
    heres the code:
    using System;
    namespace...
  7. Console application in a windows form: input validation & inputting two values

    I have two problems that i need help with:
    1. create an applicatin that contains a loop to be used for input validation. Valid entries are between 10 and 50. test your program with values both less...
  8. Console application in a windows form: 10 digit telephone number problem

    I am working on this telephone problem and i need serious help. I am new to C# and this is very difficult for me. I would greatly appreciate in-depth help and guidance.
    people sometimes give their...
  9. Replies
    3
    Views
    1,247

    Create an application with four classes

    I need help with a console application in a windows form and i have no idea how to start. here is the question:

    create an application with four classes. three of the classes should contain data...
  10. help with C# problem: console application for C#

    I need help with a C# problem and i do not know where to begin. here is the problem:
    a large internet merchandise provider determines its shipping charges based on the total purchases. as the total...
Results 1 to 10 of 11





Click Here to Expand Forum to Full Width

Featured