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

    Unhappy Rectangle movement (GUI Windows Forms)

    I have created a rectangle using the brush tool in a Windows Application Form in Visual Studio 2008 (C++), I am trying to move it in four directions (left, right, up and down) via arrow keys during runtime. What should I do, I'm new to GUI, please help!

  2. #2
    Join Date
    Mar 2009
    Posts
    20

    Talking Re: Rectangle movement (GUI Windows Forms)

    use keydown event of thee rectangle....or ask your friends!...lol

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