Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 76
  1. #16
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Good Job, maybe add a scoring system?

    And yeah, pictureboxes are a good idea too.

  2. #17
    Taylor Swift's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Spangdahlem, Germany
    Posts
    6,438
    Reputation
    357
    Thanks
    651
    My Mood
    Yeehaw
    now how tha fk would I add a scoring system? btw ima upload the picure to photobucket

  3. #18
    Taylor Swift's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Spangdahlem, Germany
    Posts
    6,438
    Reputation
    357
    Thanks
    651
    My Mood
    Yeehaw
    [IMG]https://i104.photobucke*****m/albums/m187/ChandlerLover/Example.jpg[/IMG]

    isnt that right 0___0

    sorry for double post I thought somebody would have replied by now x___x

  4. #19
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    chandman, use a counter system. to count the number of wins and losses

  5. #20
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    You can use separated images, but your better off using single images, it's much easier


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. #21
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    Creds to NextGen1:

    PictureBox1.Image = "Location of Image"

  7. #22
    Taylor Swift's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Spangdahlem, Germany
    Posts
    6,438
    Reputation
    357
    Thanks
    651
    My Mood
    Yeehaw
    how do I do a picture box without it overlapping the actual buttons and stuff?

  8. #23
    Taylor Swift's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Spangdahlem, Germany
    Posts
    6,438
    Reputation
    357
    Thanks
    651
    My Mood
    Yeehaw
    and how do I do a counter system??

  9. #24
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    haha nice

    Quote Originally Posted by Chandman View Post
    and how do I do a counter system??
    heres a simple counter

    add a button, textbox, and a timer to your form1.

    add this code

    Code:
    Public Class Form1
    
        Public scoreCounter As String
    
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            scoreCounter += 1
    
        End Sub
    
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            TextBox1.Text = scoreCounter
        End Sub
    End Class
    Last edited by XGelite; 02-23-2010 at 07:38 PM.

  10. #25
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    Quote Originally Posted by Chandman View Post
    how do I do a picture box without it overlapping the actual buttons and stuff?
    scale ur pic so it doesnt cover up all the buttons

  11. #26
    Taylor Swift's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Spangdahlem, Germany
    Posts
    6,438
    Reputation
    357
    Thanks
    651
    My Mood
    Yeehaw
    how... just so it only covers the bottom part?

  12. #27
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    right click the picture box and click send to back.
    you dont need to resize the picturebox.
    Last edited by XGelite; 02-23-2010 at 07:39 PM.

  13. #28
    Taylor Swift's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Spangdahlem, Germany
    Posts
    6,438
    Reputation
    357
    Thanks
    651
    My Mood
    Yeehaw
    thats what I thought I was just making sure lol

  14. #29
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    i didnt understand the question. hehe

  15. #30
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    Quote Originally Posted by XGelite View Post
    haha nice



    heres a simple counter

    add a button, textbox, and a timer to your form1.

    add this code

    Code:
    Public Class Form1
    
        Public scoreCounter As String
    
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            scoreCounter += 1
    
        End Sub
    
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            TextBox1.Text = scoreCounter
        End Sub
    End Class




    is that the type of counter you needed? dont know if you saw it or not.

Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Rock paper scissor lizard spock
    By Woods in forum General
    Replies: 2
    Last Post: 10-27-2011, 07:05 PM
  2. [Video] [Funny]Rock Paper Balls!
    By Fogest in forum General
    Replies: 8
    Last Post: 10-21-2011, 08:10 PM
  3. [Release]Scissors, rock, paper
    By /b/oss in forum Visual Basic Programming
    Replies: 21
    Last Post: 05-19-2010, 06:19 PM
  4. rock, paper, scissors
    By ace76543 in forum General
    Replies: 5
    Last Post: 12-01-2007, 04:31 PM
  5. In-Depth Tut. to hacking in War Rock (Conc. to Dave)
    By fl0 in forum WarRock - International Hacks
    Replies: 15
    Last Post: 01-18-2006, 02:49 PM