I am currently attempting to complete a fairly basic C++ program for a win32app. My problem isn't the actual program, but adding a moving graphic to the program. i would like to seperate a portion of the top of the screen to just display the graphic and the bottom portion to actually run the program getting input and displaying output as needed. This way I can system ("cls") top of screen without losing bottom portion info. Any help or ideas? Keep in mind that I am new to programming.