Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Need help with Visual Basic

  1. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    Need help with Visual Basic
    #1

    Need help with Visual Basic

    I need help with Visual Basic anyone out there good at programming?

    ty

  2. Registered TeamPlayer
    Join Date
    01-24-07
    Posts
    7,091
    Post Thanks / Like
    #2

    Re: Need help with Visual Basic

    Bump. We have a member in need.

  3. Registered TeamPlayer Allane's Avatar
    Join Date
    08-27-07
    Location
    Colorado
    Posts
    2,795
    Post Thanks / Like
    Blog Entries
    9
    Stat Links

    Need help with Visual Basic Need help with Visual Basic Need help with Visual Basic Need help with Visual Basic Need help with Visual Basic Need help with Visual Basic
    Gamer IDs

    Steam ID: Allane176
    #3

    Re: Need help with Visual Basic

    Visual Basic... think editing an .ini file, or writing HTML, or cruising the web, or messing around with your desktop. It's really that simple.
    (This is a joke right?)
    "In matters of style, swim with the currents... in matters of principle, stand like a rock."
    -Thomas Jefferson

  4. Registered TeamPlayer
    Join Date
    01-24-07
    Posts
    7,091
    Post Thanks / Like
    #4

    Re: Need help with Visual Basic

    Allane,

    Help i8pptuakamonstercam or get the fuck out.

  5. Registered TeamPlayer
    Join Date
    01-24-07
    Posts
    7,091
    Post Thanks / Like
    #5

    Re: Need help with Visual Basic

    And profile your stats. Coward.

  6. Registered TeamPlayer
    Join Date
    01-24-07
    Posts
    7,091
    Post Thanks / Like
    #6

    Re: Need help with Visual Basic

    Allane the pudknocker logged off.

    If anyone has time this weekend please help i8pptuakamonstercam with Visual Basic. I would if I knew how, but I don't - and I got rich writing software. A man can only know so much.

  7. Registered TeamPlayer QuickLightning's Avatar
    Join Date
    08-03-07
    Posts
    11,943
    Post Thanks / Like
    #7

    Re: Need help with Visual Basic

    I haven't touched visual basic in a long while but I did know it pretty well at one time. What do you need?


  8. Registered TeamPlayer Blue_Thunder27's Avatar
    Join Date
    09-30-06
    Posts
    1,195
    Post Thanks / Like
    Stat Links

    Need help with Visual Basic Need help with Visual Basic Need help with Visual Basic
    #8

    Re: Need help with Visual Basic

    Quote Originally Posted by QuickLightning53
    I haven't touched visual basic in a long while but I did know it pretty well at one time. What do you need?
    Same here, between both of us i'm sure we can help you.

  9. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    Need help with Visual Basic
    #9

    Re: Need help with Visual Basic

    O.K. here is my prob



    ok so in my miscrosoft visual basic book im doing a program that says the following.

    "Create a Bowling Scores application that prompts the user to enter as many bowling scores as desired and then displays the high score and the low score."

    basically I have all of it down except when I display the "high and Low scores" I only get my low number right not the high number.

    P.S. where we enter the information is in a InputBox. Then we run a loop on the InputBox so you can enter as many scores as you want.

  10. Registered TeamPlayer QuickLightning's Avatar
    Join Date
    08-03-07
    Posts
    11,943
    Post Thanks / Like
    #10

    Re: Need help with Visual Basic

    Well, that's easy enough without even remembering the code. Unless I'm mistaken, this is merely an exercise in logic.

    The data is in an array, right?

    1.) Just take the first variable from the array and name it...say X

    2) Increment the variable number you are pointing to and grab the next number, call it Y.

    3.) Compare X against Y, skip the next tine if X > Y

    4.) Set X = Y (if above wasn't true, this command should be skipped)

    5.) Increment the variable you are pointing to, load it into Y and start back at #3 again.

    6.) Repeat these steps for as many times around as you need to.


Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Title