Could some one help me? (basic stuff)

Discussion in 'Programming General' started by nikogiant, Feb 24, 2008.

Could some one help me? (basic stuff)
  1. Unread #1 - Feb 24, 2008 at 10:26 AM
  2. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    Could some one help me? (basic stuff)

    Hi!

    I am new to the forums and also to VB 6. I am making a RS client for myself. I am trying to make a simple calculator which contains only the addition method. if you also have any other very basic codes you think i could need e.g a highscores code, post it away! I need to learn this.

    Thanks!:eek:
     
  3. Unread #2 - Feb 25, 2008 at 4:45 PM
  4. Terrankiller
    Joined:
    May 7, 2005
    Posts:
    1,286
    Referrals:
    1
    Sythe Gold:
    1

    Terrankiller Ex-Administrator
    Retired Administrator Visual Basic Programmers

    Could some one help me? (basic stuff)

    Fail.
     
  5. Unread #3 - Feb 25, 2008 at 7:46 PM
  6. demonavenger
    Joined:
    Feb 25, 2007
    Posts:
    536
    Referrals:
    0
    Sythe Gold:
    0

    demonavenger Forum Addict
    $5 USD Donor

    Could some one help me? (basic stuff)

    Terrankiller spamming.... Reported, sorry mate.
     
  7. Unread #4 - Feb 26, 2008 at 1:13 AM
  8. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Could some one help me? (basic stuff)

    "mate" heh.
    I don't think "mates" would report each other. And do you see his user title "ex-administrator". I'm sure he's gonna feel the wrath of the mods for that post.
     
  9. Unread #5 - Feb 26, 2008 at 10:28 PM
  10. demonavenger
    Joined:
    Feb 25, 2007
    Posts:
    536
    Referrals:
    0
    Sythe Gold:
    0

    demonavenger Forum Addict
    $5 USD Donor

    Could some one help me? (basic stuff)

    Well sorry Covey, but i just follow rules as they come...
     
  11. Unread #6 - Feb 27, 2008 at 8:53 AM
  12. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    Could some one help me? (basic stuff)

    I gave out a good calculations source for finding the combat level, use the search button ^^
     
  13. Unread #7 - Feb 27, 2008 at 6:37 PM
  14. Markizano
    Joined:
    Mar 2, 2006
    Posts:
    100
    Referrals:
    0
    Sythe Gold:
    0

    Markizano Active Member
    Banned

    Could some one help me? (basic stuff)

    To actually stay on the topic that was started here...
    You are one of the few that actually come here to learn something.
    The quickest way to learn programming is to make your own programs so
    Try this out:
    Create an application that will return a pair of values based on the quadratic equation.
    Quadratic Equation:
    Code:
    x = (-B +/- Sqrt(B^2 - 4AC))/(2A)
    
    the "+/-" means plus or minus so you have to make two separate equations.
    The first thing I would do is to turn that equation into a pair of functions so all you have to do is input the data and it will return the numbers you need.
    You will need:
    5 Textboxes
    5 Labels
    1 Command Button
    1 Form
    The GUI should look something like this:
    [​IMG]
    The user should be able to input the three numbers that you normally put in place of the variables in the equation and it will return the answers in the two textboxes when the "Calculate" button is pressed.

    If you need additional information or help making this project
    Email me. and as soon as I can replace the processor in my laptop
    you can add me on msn ([email protected]) (I'm using ITT Tech's computers atm).

    Enjoy,
    Markizano
     
  15. Unread #8 - Mar 2, 2008 at 4:29 AM
  16. nikogiant
    Joined:
    Feb 24, 2008
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    nikogiant Member

    Could some one help me? (basic stuff)

    ok thanks!
     
< Make your own component! | Splash screen help needed >

Users viewing this thread
1 guest


 
 
Adblock breaks this site