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

    Need a little help...

    I am designing a mineField game. This is a 5X5 array. The way its supposed to work is the user can pick a numbers from the first row, then jump to the second row and move only left or right but cannot go back. If you understand this and can help. I welcome all suggestions..
    thanks

  2. #2
    Andy Tacker is offline More than "Just Another Member"
    Join Date
    Jun 2001
    Location
    55°50' N 37°39' E
    Posts
    1,503

    Re: Need a little help...

    You can implement a Flag m/b Boolean to know whether the user been there already. and using the keydown/Mousedown, ignore that cell
    If you think you CAN, you can, If you think you CAN'T, you are probably right.

    Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.

  3. #3
    Join Date
    Nov 2004
    Posts
    3

    Re: Need a little help...

    Since I am new to this would you have any examples of how to use that code in vb.net?

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