CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2011
    Posts
    1

    Unhappy Visual Basic 6 Game. HELP!!!

    I'm creating a Word Boggle/ Factory game in VB6, I already have 6x6 board (textboxes), each has its randomize letter. My problem is how will the board generate possible words. Also, how will the program determine wheter the letter typed by the user is in the board, Thanks!

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Visual Basic 6 Game. HELP!!!

    Post your code, and we'll try to help. VB6 is pretty old, you know? VB.Net would be a better choice
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Visual Basic 6 Game. HELP!!!

    have a look into the Rnd function

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured