Search results for query: *

  1. J

    How do i send data from one form to another?

    Thanks for the speedy reply. My brain is just not getting it right now. Since this is not currently a NEEDED section of the program, I will set it aside and work on the the other parts for now. I find that if I struggle to long on a particular piece of code, i just get frustrated. Eventually it...
  2. J

    How do i send data from one form to another?

    OK, so maybe I'm missing something, but I have a similar issue. I have looked at the link provided, but it is just not clicking in my head. Here's my scenario. I have a video gambling program that opens with form1. In form one the user must choose a face for the deck of cards. I have stored this...
  3. J

    Blackjack- buttons and if statements

    Try this Heres what I would do. Create an array for the hand itself, lets call it hand(8). Then created two arrays for the cards IE: cardvalue(10) and cardcheck(10). When the user is draws the first card, it's value (found in cardvalue(random number) its value is placed into hand(1st card)...
Back
Top