I have recently been trying to create movement in a GUI. I've determined through research that I will most likely need to use the GDIplus functions but I've been unable to find much that helps me achieve exactly what I am trying to do. The idea is to draw an image in a GUI and then make that image move across the GUI based on the user pressing the arrow keys. I can handle the drawing an image to a GUI rather easily but I have yet to be able to successfully make it move despite hours of effort.