Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27513

VS 2010 I need help with my Texas HoldEm program.

$
0
0
Hello, I am trying to make a Texas HoldEm program and I need a little help with generating the cards.

When the play presses Button1 I want it to randomly generate 2 cards. These cards will generate in TextBox1 and TextBox2.

This is all I have so far. (I know, it's pathetic.)
Code:

    Dim Rand As New Random
    Dim Cards As String = ("A, 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, K")

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    End Sub

Any help is appreciated. I am not good with VB.NET at all. (Yet.) :D

Viewing all articles
Browse latest Browse all 27513

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>