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

    [RESOLVED] Please help with User Input!

    Hi! I'm new to this forum! I'm basically making a project in which, I need to make the rocket move from side to side (left or right when the left or right arrow key is pressed)!
    This is my code: Code for rocket project.txt
    Thanks in advance!

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

    Re: Please help with User Input!

    nobody wants to download links. pasted code into CODE TAGS #
    Code:
      ' like This
    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: Please help with User Input!

    If you are new to the forums, please take the time to read this post first :

    http://forums.codeguru.com/showthrea...for-more-info)

    Anyways, I have tried to edit your post to include the code, but the code was too long. Zip your project

  4. #4
    Join Date
    Feb 2014
    Posts
    2

    Re: Please help with User Input!

    Quote Originally Posted by HanneSThEGreaT View Post
    If you are new to the forums, please take the time to read this post first :

    http://forums.codeguru.com/showthrea...for-more-info)

    Anyways, I have tried to edit your post to include the code, but the code was too long. Zip your project
    Thanks a lot "HanneSThEGreaT", but I figured it out!!

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

    Re: Please help with User Input!

    Quote Originally Posted by nimit View Post
    Thanks a lot "HanneSThEGreaT", but I figured it out!!
    I am glad you fixed your problem. Please share your answer with the fellow members, or future members that might have the same issue.

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