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!