So, i am doing this windows application ( program with graphical interface ) in C++, using Microsoft Visual Studio.NET and i am having a small problem.
I have made a little menu that looks like this ( sorry if it's not very good looking ):
http://www.mxb.dk/upload/menu01.jpg
and i want, when i press "down" to make it go like this :
http://www.mxb.dk/upload/menu02.jpg
You have to understand that i've made 4 different bitmaps for all 4 options.
The problem that happens is that when i press "down", the picture doesn't change. I thought at first that the program didn't received the keyboard's informations but, when i resized the window, the first bitmap changed to the second one, just as it is supposed to be.
The situation is, the program works but, it doesn't refresh in "real-time". What i want is :
When i press VK_DOWN, the bitmap would change immediatly.
Thanx for future help !