Programming Software

Discussion in 'Software' started by matt69, Mar 1, 2006.

  1. matt69

    matt69 Private E-2

    I would like to write a small stand alone program (in windows) to do math formulas and spit out the answers.
    Is there a freeware program (like visual basic) to do this in.

    Any advice would be helpfull, I'm completly new to this and would like to try.

    Thanks,
    Matt
     
  2. Kodo

    Kodo SNATCHSQUATCH

    well, if you have MS Access on your machine, then you can do it with VBA.
    or you can grab something like SharpDevelop (www.sharpdevelop.com) and install the requirements for it (all free) and dev something in C# :)
     
  3. foogoo

    foogoo Major "foogoo" Geek

  4. matt69

    matt69 Private E-2

    Thanks I'll Try both suggestions tonight.

    Matt
     
  5. Kodo

    Kodo SNATCHSQUATCH

  6. goldfish

    goldfish Lt. Sushi.DC

    The Windows Developer edition of that will do what you need to, and some more :)
     
  7. matt69

    matt69 Private E-2

    Just an Update -

    I decided to try Microsoft Visual Basic Express.

    This is very easy to use once you figure out what it wants as code (way to picky)

    I successfully having it do a simple math formula. User puts in numbers, Hits button and a second window will display answer. I really would like the answer to be displayed in the same Window next to the user inputs. I can't seem to find this in the learning/help options anywhere.

    I think its sort of funny because I know out there somewhere there are people that could write my little program in 10 min. but what fun would that be.
    I used to write little programs on my Commodore 64. No way is this close to that!:)
     
  8. Kodo

    Kodo SNATCHSQUATCH

    put a lable control on the form..
    in the function that calculates the math, just assign the result to the lablename.text value

    for instance.

    Sub Calc(sender as object, e as buttoneventargs) handles button1.click
    Dim result as integer=1+1
    me.label1.text=Result
    End Sub
     
  9. matt69

    matt69 Private E-2

    Thanks I'll Try that when I get Home.

    Matt
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds