Search:

Type: Posts; User: somekidben

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,683

    Re: Turn strings backwards?

    Thanks appreciate it! Here's how I did it!


    Dim intNum, p, r, sum As Integer

    intNum = CInt(txtInput.Text)
    p = 1
    sum = 0

    While p <= intNum \ 2
  2. Replies
    4
    Views
    2,683

    Is number perfect or not?

    Perhaps there is something you can help me with though? Or maybe I should make a different post for this particular problem. I need a program I'm working on to distinguish if a number is "perfect" or...
  3. Replies
    5
    Views
    1,108

    Re: Turn strings backwards?

    I appreciate the quick response! But I just found something simpler :)


    Backward.Text = Microsoft.VisualBasic.StrReverse(Forward.Text)
  4. Replies
    5
    Views
    1,108

    Turn strings backwards?

    Hello, I want to create a small program that basically will take the input you put into a text box and then swap the input backwards at the push of a button. It would look like this basically
    ...
  5. Replies
    10
    Views
    6,716

    Re: Creating "War Card Game"

    Okay. I have only been using VB for about a month and honestly don't know what about 90% of that is I'm seeing in that link. I know this is achievable using very simple single dimensional integer...
  6. Replies
    7
    Views
    42,790

    Re: [VB.NET] Useful Types for Card Games

    VERY late on a response but how could I use this for the card game WAR?
  7. Replies
    10
    Views
    6,716

    Re: Creating "War Card Game"

    Well here is my new attempt at this so far and I have come to 3 problems. 1. It only goes from 2 - 10 (Need it to go 2 - Ace) 2. There aren't any "suit" types 3. I have one button drawing for both...
  8. Replies
    10
    Views
    6,716

    Re: Creating "War Card Game"

    I'm actually using VB 2010 ;D but seeing as there are no concurrent forums for 2010 I get assistance in the VB6 forum, and it has never failed me. Any syntax differences I find are easily fixable.
  9. Replies
    10
    Views
    6,716

    Re: Creating "War Card Game"

    Sorry haha let me be more specific, and i'll include some code. I'm basically making a much simpler "War Card Game", and I need help with certain pieces of the code along the way. So far i'm still...
  10. Replies
    10
    Views
    6,716

    Creating "War Card Game"

    I have created War, the classic card game. The game runs, however, it has flaws. For example, it does not have logic on keeping track of cards used already; because of this, it is possible to draw...
  11. Re: Need help creating "Hangman" program

    I don't know how to go about making this program. If you can't help me then please don't bother posting
  12. [RESOLVED] Need help creating "Hangman" program

    First off this is going to be very simple, no graphics or anything. Here are essentially the steps to playing the game

    1) Program picks a secret word (Not random, but predetermined. Like...
  13. [RESOLVED] What's the alternative for this Code in VB 2010?

    This program is a program in which the user inputs a number into a Text Box and clicks a Button resulting in that number to appear in stars (*) in a List Box, for example.....
    User Inputs...
  14. Replies
    5
    Views
    916

    Re: Need help with this program

    What does (Text1, Text) signify in the If Statement?
  15. Replies
    5
    Views
    916

    [RESOLVED] Need help with this program

    So it's quite simple.

    The Form will include a Text Box, a button, and a List Box.

    When the user types in a number into the Text Box and clicks the Button the List Box will display the numbers...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width